Shades of Downy #77CEBB
Tints of Downy #77CEBB
RGB
CMYK
RGB Variations
Color information
#77CEBB (or 0x77CEBB) is known color: Downy. HEX triplet: 77, CE and BB. RGB value is (119,206,187). Sum of RGB (Red+Green+Blue) = 119+206+187=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEBB is #883144. Grayscale: #B1B1B1. Windows color (decimal): -8925509 or 12308087. OLE color: 12308087.
HSL color Cylindrical-coordinate representation of color #77CEBB: hue angle of 166.9º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEBB is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 187 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.19 |
| HSL | 166.9º | 0.47% | 0.64% | - |
| HSV(B) | 166.9º | 0.42% | 0.81% | - |
| XYZ | 38.65 | 51.65 | 54.95 | - |
| YUV | 177.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 187 | 0.42 | 0 | 0.09 | 0.19 | 166.9 | 0.47 | 0.64 |
| Hex | 77 | CE | BB | 2A | 0 | 9 | 13 | A7 | 2F | 40 |
| Octal | 167 | 316 | 273 | 52 | 0 | 11 | 23 | 247 | 57 | 100 |
| Binary | 1110111 | 11001110 | 10111011 | 101010 | 0 | 1001 | 10011 | 10100111 | 101111 | 1000000 |
Color Harmonies of #77CEBB
Complementary color
Monochromatic Colors of #77CEBB
Black with #77CEBB
Text Example
Text Example
White with #77CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEBB; }
p { color: rgb(119,206,187); }
H1.HeaderClassName
{
color: #77CEBB;
}
.AnyTagClassName
{
color: #77CEBB;
}
</style>
background-color css
<style>
a { background-color: #77CEBB; }
a { background-color: rgb(119,206,187); }
div.DivClassName
{
background-color: #77CEBB;
}
.BgClassName
{
background-color: #77CEBB;
}
</style>
border-color css
<style>
span { border-color: #77CEBB; }
span { border-color: rgb(119,206,187); }
td.TdClassName
{
border-color: #77CEBB;
}
.TagClassName
{
border-color: #77CEBB;
}
</style>