Shades of Downy #77DAC9
Tints of Downy #77DAC9
RGB
CMYK
RGB Variations
Color information
#77DAC9 (or 0x77DAC9) is known color: Downy. HEX triplet: 77, DA and C9. RGB value is (119,218,201). Sum of RGB (Red+Green+Blue) = 119+218+201=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DAC9 is #882536. Grayscale: #BABABA. Windows color (decimal): -8922423 or 13228663. OLE color: 13228663.
HSL color Cylindrical-coordinate representation of color #77DAC9: hue angle of 169.7º 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 #77DAC9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 201 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.15 |
| HSL | 169.7º | 0.57% | 0.66% | - |
| HSV(B) | 169.7º | 0.45% | 0.85% | - |
| XYZ | 43.22 | 58.28 | 64.23 | - |
| YUV | 186.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 201 | 0.45 | 0 | 0.08 | 0.15 | 169.7 | 0.57 | 0.66 |
| Hex | 77 | DA | C9 | 2D | 0 | 8 | F | AA | 39 | 42 |
| Octal | 167 | 332 | 311 | 55 | 0 | 10 | 17 | 252 | 71 | 102 |
| Binary | 1110111 | 11011010 | 11001001 | 101101 | 0 | 1000 | 1111 | 10101010 | 111001 | 1000010 |
Color Harmonies of #77DAC9
Complementary color
Monochromatic Colors of #77DAC9
Black with #77DAC9
Text Example
Text Example
White with #77DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DAC9; }
p { color: rgb(119,218,201); }
H1.HeaderClassName
{
color: #77DAC9;
}
.AnyTagClassName
{
color: #77DAC9;
}
</style>
background-color css
<style>
a { background-color: #77DAC9; }
a { background-color: rgb(119,218,201); }
div.DivClassName
{
background-color: #77DAC9;
}
.BgClassName
{
background-color: #77DAC9;
}
</style>
border-color css
<style>
span { border-color: #77DAC9; }
span { border-color: rgb(119,218,201); }
td.TdClassName
{
border-color: #77DAC9;
}
.TagClassName
{
border-color: #77DAC9;
}
</style>