Shades of Downy #77DBCA
Tints of Downy #77DBCA
RGB
CMYK
RGB Variations
Color information
#77DBCA (or 0x77DBCA) is known color: Downy. HEX triplet: 77, DB and CA. RGB value is (119,219,202). Sum of RGB (Red+Green+Blue) = 119+219+202=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBCA is #882435. Grayscale: #BBBBBB. Windows color (decimal): -8922166 or 13294455. OLE color: 13294455.
HSL color Cylindrical-coordinate representation of color #77DBCA: hue angle of 169.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 #77DBCA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 202 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.14 |
| HSL | 169.8º | 0.58% | 0.66% | - |
| HSV(B) | 169.8º | 0.46% | 0.86% | - |
| XYZ | 43.6 | 58.85 | 64.94 | - |
| YUV | 187.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 202 | 0.46 | 0 | 0.08 | 0.14 | 169.8 | 0.58 | 0.66 |
| Hex | 77 | DB | CA | 2E | 0 | 8 | E | AA | 3A | 42 |
| Octal | 167 | 333 | 312 | 56 | 0 | 10 | 16 | 252 | 72 | 102 |
| Binary | 1110111 | 11011011 | 11001010 | 101110 | 0 | 1000 | 1110 | 10101010 | 111010 | 1000010 |
Color Harmonies of #77DBCA
Complementary color
Monochromatic Colors of #77DBCA
Black with #77DBCA
Text Example
Text Example
White with #77DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBCA; }
p { color: rgb(119,219,202); }
H1.HeaderClassName
{
color: #77DBCA;
}
.AnyTagClassName
{
color: #77DBCA;
}
</style>
background-color css
<style>
a { background-color: #77DBCA; }
a { background-color: rgb(119,219,202); }
div.DivClassName
{
background-color: #77DBCA;
}
.BgClassName
{
background-color: #77DBCA;
}
</style>
border-color css
<style>
span { border-color: #77DBCA; }
span { border-color: rgb(119,219,202); }
td.TdClassName
{
border-color: #77DBCA;
}
.TagClassName
{
border-color: #77DBCA;
}
</style>