Shades of Downy #77DBB6
Tints of Downy #77DBB6
RGB
CMYK
RGB Variations
Color information
#77DBB6 (or 0x77DBB6) is known color: Downy. HEX triplet: 77, DB and B6. RGB value is (119,219,182). Sum of RGB (Red+Green+Blue) = 119+219+182=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBB6 is #882449. Grayscale: #B8B8B8. Windows color (decimal): -8922186 or 11983735. OLE color: 11983735.
HSL color Cylindrical-coordinate representation of color #77DBB6: hue angle of 157.8º 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 #77DBB6 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 182 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.14 |
| HSL | 157.8º | 0.58% | 0.66% | - |
| HSV(B) | 157.8º | 0.46% | 0.86% | - |
| XYZ | 41.38 | 57.96 | 53.26 | - |
| YUV | 184.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 182 | 0.46 | 0 | 0.17 | 0.14 | 157.8 | 0.58 | 0.66 |
| Hex | 77 | DB | B6 | 2E | 0 | 11 | E | 9E | 3A | 42 |
| Octal | 167 | 333 | 266 | 56 | 0 | 21 | 16 | 236 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10110110 | 101110 | 0 | 10001 | 1110 | 10011110 | 111010 | 1000010 |
Color Harmonies of #77DBB6
Complementary color
Monochromatic Colors of #77DBB6
Black with #77DBB6
Text Example
Text Example
White with #77DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBB6; }
p { color: rgb(119,219,182); }
H1.HeaderClassName
{
color: #77DBB6;
}
.AnyTagClassName
{
color: #77DBB6;
}
</style>
background-color css
<style>
a { background-color: #77DBB6; }
a { background-color: rgb(119,219,182); }
div.DivClassName
{
background-color: #77DBB6;
}
.BgClassName
{
background-color: #77DBB6;
}
</style>
border-color css
<style>
span { border-color: #77DBB6; }
span { border-color: rgb(119,219,182); }
td.TdClassName
{
border-color: #77DBB6;
}
.TagClassName
{
border-color: #77DBB6;
}
</style>