Shades of Downy #77DABF
Tints of Downy #77DABF
RGB
CMYK
RGB Variations
Color information
#77DABF (or 0x77DABF) is known color: Downy. HEX triplet: 77, DA and BF. RGB value is (119,218,191). Sum of RGB (Red+Green+Blue) = 119+218+191=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #77DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DABF is #882540. Grayscale: #B9B9B9. Windows color (decimal): -8922433 or 12573303. OLE color: 12573303.
HSL color Cylindrical-coordinate representation of color #77DABF: hue angle of 163.64º degrees, saturation: 0.57, 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 #77DABF is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 191 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.15 |
| HSL | 163.64º | 0.57% | 0.66% | - |
| HSV(B) | 163.64º | 0.45% | 0.85% | - |
| XYZ | 42.08 | 57.83 | 58.23 | - |
| YUV | 185.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 191 | 0.45 | 0 | 0.12 | 0.15 | 163.64 | 0.57 | 0.66 |
| Hex | 77 | DA | BF | 2D | 0 | C | F | A4 | 39 | 42 |
| Octal | 167 | 332 | 277 | 55 | 0 | 14 | 17 | 244 | 71 | 102 |
| Binary | 1110111 | 11011010 | 10111111 | 101101 | 0 | 1100 | 1111 | 10100100 | 111001 | 1000010 |
Color Harmonies of #77DABF
Complementary color
Monochromatic Colors of #77DABF
Black with #77DABF
Text Example
Text Example
White with #77DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DABF; }
p { color: rgb(119,218,191); }
H1.HeaderClassName
{
color: #77DABF;
}
.AnyTagClassName
{
color: #77DABF;
}
</style>
background-color css
<style>
a { background-color: #77DABF; }
a { background-color: rgb(119,218,191); }
div.DivClassName
{
background-color: #77DABF;
}
.BgClassName
{
background-color: #77DABF;
}
</style>
border-color css
<style>
span { border-color: #77DABF; }
span { border-color: rgb(119,218,191); }
td.TdClassName
{
border-color: #77DABF;
}
.TagClassName
{
border-color: #77DABF;
}
</style>