Shades of Downy #77DECA
Tints of Downy #77DECA
RGB
CMYK
RGB Variations
Color information
#77DECA (or 0x77DECA) is known color: Downy. HEX triplet: 77, DE and CA. RGB value is (119,222,202). Sum of RGB (Red+Green+Blue) = 119+222+202=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #77DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DECA is #882135. Grayscale: #BCBCBC. Windows color (decimal): -8921398 or 13295223. OLE color: 13295223.
HSL color Cylindrical-coordinate representation of color #77DECA: hue angle of 168.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DECA is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 202 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.13 |
| HSL | 168.35º | 0.61% | 0.67% | - |
| HSV(B) | 168.35º | 0.46% | 0.87% | - |
| XYZ | 44.39 | 60.43 | 65.2 | - |
| YUV | 188.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 202 | 0.46 | 0 | 0.09 | 0.13 | 168.35 | 0.61 | 0.67 |
| Hex | 77 | DE | CA | 2E | 0 | 9 | D | A8 | 3D | 43 |
| Octal | 167 | 336 | 312 | 56 | 0 | 11 | 15 | 250 | 75 | 103 |
| Binary | 1110111 | 11011110 | 11001010 | 101110 | 0 | 1001 | 1101 | 10101000 | 111101 | 1000011 |
Color Harmonies of #77DECA
Complementary color
Monochromatic Colors of #77DECA
Black with #77DECA
Text Example
Text Example
White with #77DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DECA; }
p { color: rgb(119,222,202); }
H1.HeaderClassName
{
color: #77DECA;
}
.AnyTagClassName
{
color: #77DECA;
}
</style>
background-color css
<style>
a { background-color: #77DECA; }
a { background-color: rgb(119,222,202); }
div.DivClassName
{
background-color: #77DECA;
}
.BgClassName
{
background-color: #77DECA;
}
</style>
border-color css
<style>
span { border-color: #77DECA; }
span { border-color: rgb(119,222,202); }
td.TdClassName
{
border-color: #77DECA;
}
.TagClassName
{
border-color: #77DECA;
}
</style>