Shades of Downy #77DAB6
Tints of Downy #77DAB6
RGB
CMYK
RGB Variations
Color information
#77DAB6 (or 0x77DAB6) is known color: Downy. HEX triplet: 77, DA and B6. RGB value is (119,218,182). Sum of RGB (Red+Green+Blue) = 119+218+182=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DAB6 is #882549. Grayscale: #B8B8B8. Windows color (decimal): -8922442 or 11983479. OLE color: 11983479.
HSL color Cylindrical-coordinate representation of color #77DAB6: hue angle of 158.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DAB6 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 182 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.15 |
| HSL | 158.18º | 0.57% | 0.66% | - |
| HSV(B) | 158.18º | 0.45% | 0.85% | - |
| XYZ | 41.12 | 57.44 | 53.18 | - |
| YUV | 184.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 182 | 0.45 | 0 | 0.17 | 0.15 | 158.18 | 0.57 | 0.66 |
| Hex | 77 | DA | B6 | 2D | 0 | 11 | F | 9E | 39 | 42 |
| Octal | 167 | 332 | 266 | 55 | 0 | 21 | 17 | 236 | 71 | 102 |
| Binary | 1110111 | 11011010 | 10110110 | 101101 | 0 | 10001 | 1111 | 10011110 | 111001 | 1000010 |
Color Harmonies of #77DAB6
Complementary color
Monochromatic Colors of #77DAB6
Black with #77DAB6
Text Example
Text Example
White with #77DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DAB6; }
p { color: rgb(119,218,182); }
H1.HeaderClassName
{
color: #77DAB6;
}
.AnyTagClassName
{
color: #77DAB6;
}
</style>
background-color css
<style>
a { background-color: #77DAB6; }
a { background-color: rgb(119,218,182); }
div.DivClassName
{
background-color: #77DAB6;
}
.BgClassName
{
background-color: #77DAB6;
}
</style>
border-color css
<style>
span { border-color: #77DAB6; }
span { border-color: rgb(119,218,182); }
td.TdClassName
{
border-color: #77DAB6;
}
.TagClassName
{
border-color: #77DAB6;
}
</style>