Shades of Downy #77D8BB
Tints of Downy #77D8BB
RGB
CMYK
RGB Variations
Color information
#77D8BB (or 0x77D8BB) is known color: Downy. HEX triplet: 77, D8 and BB. RGB value is (119,216,187). Sum of RGB (Red+Green+Blue) = 119+216+187=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8BB is #882744. Grayscale: #B7B7B7. Windows color (decimal): -8922949 or 12310647. OLE color: 12310647.
HSL color Cylindrical-coordinate representation of color #77D8BB: hue angle of 162.06º degrees, saturation: 0.55, 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 #77D8BB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 216 | 187 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.15 |
| HSL | 162.06º | 0.55% | 0.66% | - |
| HSV(B) | 162.06º | 0.45% | 0.85% | - |
| XYZ | 41.13 | 56.62 | 55.77 | - |
| YUV | 183.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 216 | 187 | 0.45 | 0 | 0.13 | 0.15 | 162.06 | 0.55 | 0.66 |
| Hex | 77 | D8 | BB | 2D | 0 | D | F | A2 | 37 | 42 |
| Octal | 167 | 330 | 273 | 55 | 0 | 15 | 17 | 242 | 67 | 102 |
| Binary | 1110111 | 11011000 | 10111011 | 101101 | 0 | 1101 | 1111 | 10100010 | 110111 | 1000010 |
Color Harmonies of #77D8BB
Complementary color
Monochromatic Colors of #77D8BB
Black with #77D8BB
Text Example
Text Example
White with #77D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D8BB; }
p { color: rgb(119,216,187); }
H1.HeaderClassName
{
color: #77D8BB;
}
.AnyTagClassName
{
color: #77D8BB;
}
</style>
background-color css
<style>
a { background-color: #77D8BB; }
a { background-color: rgb(119,216,187); }
div.DivClassName
{
background-color: #77D8BB;
}
.BgClassName
{
background-color: #77D8BB;
}
</style>
border-color css
<style>
span { border-color: #77D8BB; }
span { border-color: rgb(119,216,187); }
td.TdClassName
{
border-color: #77D8BB;
}
.TagClassName
{
border-color: #77D8BB;
}
</style>