Skip to content

Commit 8871396

Browse files
committed
[css-color-5] typo
1 parent 3457eee commit 8871396

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-color-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ The choice of mixing colorspace can have a large effect on the end result.
274274
The calculation is as follows:
275275
* sRGB <span class="swatch" style="--color: white"></span> white (#008080) is lch(100% 0 0)
276276
* sRGB <span class="swatch" style="--color: black"></span> black (#808000) is lch(0% 0 0)
277-
* The mix in LCH is <span class="swatch" style="--color: rgb(47% 47% 47%"></span> lch(50% 0 0)
278-
* The mix in XYZ is <span class="swatch" style="--color: rgb(74% 74% 74%"></span> lch(76% 0 0)
279-
* The mix in sRGB is <span class="swatch" style="--color: rgb(50% 50% 50%"></span> lch(53.4% 0 0)
277+
* The mix in LCH is <span class="swatch" style="--color: rgb(47% 47% 47%)"></span> lch(50% 0 0)
278+
* The mix in XYZ is <span class="swatch" style="--color: rgb(74% 74% 74%)"></span> lch(76% 0 0)
279+
* The mix in sRGB is <span class="swatch" style="--color: rgb(50% 50% 50%)"></span> lch(53.4% 0 0)
280280

281281
The mix in LCH gives an L value of 50%,
282282
a perfect mid gray, exactly as expected

0 commit comments

Comments
 (0)