Shades of Downy #77DBC9
Tints of Downy #77DBC9
RGB
CMYK
RGB Variations
Color information
#77DBC9 (or 0x77DBC9) is known color: Downy. HEX triplet: 77, DB and C9. RGB value is (119,219,201). Sum of RGB (Red+Green+Blue) = 119+219+201=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBC9 is #882436. Grayscale: #BBBBBB. Windows color (decimal): -8922167 or 13228919. OLE color: 13228919.
HSL color Cylindrical-coordinate representation of color #77DBC9: hue angle of 169.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBC9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 201 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.14 |
| HSL | 169.2º | 0.58% | 0.66% | - |
| HSV(B) | 169.2º | 0.46% | 0.86% | - |
| XYZ | 43.48 | 58.8 | 64.32 | - |
| YUV | 187.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 201 | 0.46 | 0 | 0.08 | 0.14 | 169.2 | 0.58 | 0.66 |
| Hex | 77 | DB | C9 | 2E | 0 | 8 | E | A9 | 3A | 42 |
| Octal | 167 | 333 | 311 | 56 | 0 | 10 | 16 | 251 | 72 | 102 |
| Binary | 1110111 | 11011011 | 11001001 | 101110 | 0 | 1000 | 1110 | 10101001 | 111010 | 1000010 |
Color Harmonies of #77DBC9
Complementary color
Monochromatic Colors of #77DBC9
Black with #77DBC9
Text Example
Text Example
White with #77DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBC9; }
p { color: rgb(119,219,201); }
H1.HeaderClassName
{
color: #77DBC9;
}
.AnyTagClassName
{
color: #77DBC9;
}
</style>
background-color css
<style>
a { background-color: #77DBC9; }
a { background-color: rgb(119,219,201); }
div.DivClassName
{
background-color: #77DBC9;
}
.BgClassName
{
background-color: #77DBC9;
}
</style>
border-color css
<style>
span { border-color: #77DBC9; }
span { border-color: rgb(119,219,201); }
td.TdClassName
{
border-color: #77DBC9;
}
.TagClassName
{
border-color: #77DBC9;
}
</style>