Shades of Downy #77DCB9
Tints of Downy #77DCB9
RGB
CMYK
RGB Variations
Color information
#77DCB9 (or 0x77DCB9) is known color: Downy. HEX triplet: 77, DC and B9. RGB value is (119,220,185). Sum of RGB (Red+Green+Blue) = 119+220+185=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCB9 is #882346. Grayscale: #B9B9B9. Windows color (decimal): -8921927 or 12180599. OLE color: 12180599.
HSL color Cylindrical-coordinate representation of color #77DCB9: hue angle of 159.21º degrees, saturation: 0.59, 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 #77DCB9 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 185 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.14 |
| HSL | 159.21º | 0.59% | 0.66% | - |
| HSV(B) | 159.21º | 0.46% | 0.86% | - |
| XYZ | 41.96 | 58.61 | 55 | - |
| YUV | 185.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 185 | 0.46 | 0 | 0.16 | 0.14 | 159.21 | 0.59 | 0.66 |
| Hex | 77 | DC | B9 | 2E | 0 | 10 | E | 9F | 3B | 42 |
| Octal | 167 | 334 | 271 | 56 | 0 | 20 | 16 | 237 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10111001 | 101110 | 0 | 10000 | 1110 | 10011111 | 111011 | 1000010 |
Color Harmonies of #77DCB9
Complementary color
Monochromatic Colors of #77DCB9
Black with #77DCB9
Text Example
Text Example
White with #77DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCB9; }
p { color: rgb(119,220,185); }
H1.HeaderClassName
{
color: #77DCB9;
}
.AnyTagClassName
{
color: #77DCB9;
}
</style>
background-color css
<style>
a { background-color: #77DCB9; }
a { background-color: rgb(119,220,185); }
div.DivClassName
{
background-color: #77DCB9;
}
.BgClassName
{
background-color: #77DCB9;
}
</style>
border-color css
<style>
span { border-color: #77DCB9; }
span { border-color: rgb(119,220,185); }
td.TdClassName
{
border-color: #77DCB9;
}
.TagClassName
{
border-color: #77DCB9;
}
</style>