Shades of Downy #77DACA
Tints of Downy #77DACA
RGB
CMYK
RGB Variations
Color information
#77DACA (or 0x77DACA) is known color: Downy. HEX triplet: 77, DA and CA. RGB value is (119,218,202). Sum of RGB (Red+Green+Blue) = 119+218+202=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #77DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DACA is #882535. Grayscale: #BABABA. Windows color (decimal): -8922422 or 13294199. OLE color: 13294199.
HSL color Cylindrical-coordinate representation of color #77DACA: hue angle of 170.3º 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 #77DACA is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 202 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.15 |
| HSL | 170.3º | 0.57% | 0.66% | - |
| HSV(B) | 170.3º | 0.45% | 0.85% | - |
| XYZ | 43.34 | 58.33 | 64.85 | - |
| YUV | 186.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 202 | 0.45 | 0 | 0.07 | 0.15 | 170.3 | 0.57 | 0.66 |
| Hex | 77 | DA | CA | 2D | 0 | 7 | F | AA | 39 | 42 |
| Octal | 167 | 332 | 312 | 55 | 0 | 7 | 17 | 252 | 71 | 102 |
| Binary | 1110111 | 11011010 | 11001010 | 101101 | 0 | 111 | 1111 | 10101010 | 111001 | 1000010 |
Color Harmonies of #77DACA
Complementary color
Monochromatic Colors of #77DACA
Black with #77DACA
Text Example
Text Example
White with #77DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DACA; }
p { color: rgb(119,218,202); }
H1.HeaderClassName
{
color: #77DACA;
}
.AnyTagClassName
{
color: #77DACA;
}
</style>
background-color css
<style>
a { background-color: #77DACA; }
a { background-color: rgb(119,218,202); }
div.DivClassName
{
background-color: #77DACA;
}
.BgClassName
{
background-color: #77DACA;
}
</style>
border-color css
<style>
span { border-color: #77DACA; }
span { border-color: rgb(119,218,202); }
td.TdClassName
{
border-color: #77DACA;
}
.TagClassName
{
border-color: #77DACA;
}
</style>