Shades of Downy #77D0BB
Tints of Downy #77D0BB
RGB
CMYK
RGB Variations
Color information
#77D0BB (or 0x77D0BB) is known color: Downy. HEX triplet: 77, D0 and BB. RGB value is (119,208,187). Sum of RGB (Red+Green+Blue) = 119+208+187=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #77D0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D0BB is #882F44. Grayscale: #B2B2B2. Windows color (decimal): -8924997 or 12308599. OLE color: 12308599.
HSL color Cylindrical-coordinate representation of color #77D0BB: hue angle of 165.84º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D0BB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 187 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.18 |
| HSL | 165.84º | 0.49% | 0.64% | - |
| HSV(B) | 165.84º | 0.43% | 0.82% | - |
| XYZ | 39.13 | 52.62 | 55.11 | - |
| YUV | 179 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 187 | 0.43 | 0 | 0.10 | 0.18 | 165.84 | 0.49 | 0.64 |
| Hex | 77 | D0 | BB | 2B | 0 | A | 12 | A6 | 31 | 40 |
| Octal | 167 | 320 | 273 | 53 | 0 | 12 | 22 | 246 | 61 | 100 |
| Binary | 1110111 | 11010000 | 10111011 | 101011 | 0 | 1010 | 10010 | 10100110 | 110001 | 1000000 |
Color Harmonies of #77D0BB
Complementary color
Monochromatic Colors of #77D0BB
Black with #77D0BB
Text Example
Text Example
White with #77D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D0BB; }
p { color: rgb(119,208,187); }
H1.HeaderClassName
{
color: #77D0BB;
}
.AnyTagClassName
{
color: #77D0BB;
}
</style>
background-color css
<style>
a { background-color: #77D0BB; }
a { background-color: rgb(119,208,187); }
div.DivClassName
{
background-color: #77D0BB;
}
.BgClassName
{
background-color: #77D0BB;
}
</style>
border-color css
<style>
span { border-color: #77D0BB; }
span { border-color: rgb(119,208,187); }
td.TdClassName
{
border-color: #77D0BB;
}
.TagClassName
{
border-color: #77D0BB;
}
</style>