Shades of Downy #77D9B5
Tints of Downy #77D9B5
RGB
CMYK
RGB Variations
Color information
#77D9B5 (or 0x77D9B5) is known color: Downy. HEX triplet: 77, D9 and B5. RGB value is (119,217,181). Sum of RGB (Red+Green+Blue) = 119+217+181=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #77D9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9B5 is #88264A. Grayscale: #B7B7B7. Windows color (decimal): -8922699 or 11917687. OLE color: 11917687.
HSL color Cylindrical-coordinate representation of color #77D9B5: hue angle of 157.96º degrees, saturation: 0.56, 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 #77D9B5 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 217 | 181 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.15 |
| HSL | 157.96º | 0.56% | 0.66% | - |
| HSV(B) | 157.96º | 0.45% | 0.85% | - |
| XYZ | 40.76 | 56.88 | 52.55 | - |
| YUV | 183.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 181 | 0.45 | 0 | 0.17 | 0.15 | 157.96 | 0.56 | 0.66 |
| Hex | 77 | D9 | B5 | 2D | 0 | 11 | F | 9E | 38 | 42 |
| Octal | 167 | 331 | 265 | 55 | 0 | 21 | 17 | 236 | 70 | 102 |
| Binary | 1110111 | 11011001 | 10110101 | 101101 | 0 | 10001 | 1111 | 10011110 | 111000 | 1000010 |
Color Harmonies of #77D9B5
Complementary color
Monochromatic Colors of #77D9B5
Black with #77D9B5
Text Example
Text Example
White with #77D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D9B5; }
p { color: rgb(119,217,181); }
H1.HeaderClassName
{
color: #77D9B5;
}
.AnyTagClassName
{
color: #77D9B5;
}
</style>
background-color css
<style>
a { background-color: #77D9B5; }
a { background-color: rgb(119,217,181); }
div.DivClassName
{
background-color: #77D9B5;
}
.BgClassName
{
background-color: #77D9B5;
}
</style>
border-color css
<style>
span { border-color: #77D9B5; }
span { border-color: rgb(119,217,181); }
td.TdClassName
{
border-color: #77D9B5;
}
.TagClassName
{
border-color: #77D9B5;
}
</style>