Shades of Downy #77D7C8
Tints of Downy #77D7C8
RGB
CMYK
RGB Variations
Color information
#77D7C8 (or 0x77D7C8) is known color: Downy. HEX triplet: 77, D7 and C8. RGB value is (119,215,200). Sum of RGB (Red+Green+Blue) = 119+215+200=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D7C8 is #882837. Grayscale: #B8B8B8. Windows color (decimal): -8923192 or 13162359. OLE color: 13162359.
HSL color Cylindrical-coordinate representation of color #77D7C8: hue angle of 170.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D7C8 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 215 | 200 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.16 |
| HSL | 170.63º | 0.55% | 0.65% | - |
| HSV(B) | 170.63º | 0.45% | 0.84% | - |
| XYZ | 42.33 | 56.69 | 63.36 | - |
| YUV | 184.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 215 | 200 | 0.45 | 0 | 0.07 | 0.16 | 170.63 | 0.55 | 0.65 |
| Hex | 77 | D7 | C8 | 2D | 0 | 7 | 10 | AB | 37 | 41 |
| Octal | 167 | 327 | 310 | 55 | 0 | 7 | 20 | 253 | 67 | 101 |
| Binary | 1110111 | 11010111 | 11001000 | 101101 | 0 | 111 | 10000 | 10101011 | 110111 | 1000001 |
Color Harmonies of #77D7C8
Complementary color
Monochromatic Colors of #77D7C8
Black with #77D7C8
Text Example
Text Example
White with #77D7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D7C8; }
p { color: rgb(119,215,200); }
H1.HeaderClassName
{
color: #77D7C8;
}
.AnyTagClassName
{
color: #77D7C8;
}
</style>
background-color css
<style>
a { background-color: #77D7C8; }
a { background-color: rgb(119,215,200); }
div.DivClassName
{
background-color: #77D7C8;
}
.BgClassName
{
background-color: #77D7C8;
}
</style>
border-color css
<style>
span { border-color: #77D7C8; }
span { border-color: rgb(119,215,200); }
td.TdClassName
{
border-color: #77D7C8;
}
.TagClassName
{
border-color: #77D7C8;
}
</style>