Shades of Downy #77DBB5
Tints of Downy #77DBB5
RGB
CMYK
RGB Variations
Color information
#77DBB5 (or 0x77DBB5) is known color: Downy. HEX triplet: 77, DB and B5. RGB value is (119,219,181). Sum of RGB (Red+Green+Blue) = 119+219+181=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBB5 is #88244A. Grayscale: #B8B8B8. Windows color (decimal): -8922187 or 11918199. OLE color: 11918199.
HSL color Cylindrical-coordinate representation of color #77DBB5: hue angle of 157.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBB5 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 181 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.14 |
| HSL | 157.2º | 0.58% | 0.66% | - |
| HSV(B) | 157.2º | 0.46% | 0.86% | - |
| XYZ | 41.28 | 57.92 | 52.72 | - |
| YUV | 184.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 181 | 0.46 | 0 | 0.17 | 0.14 | 157.2 | 0.58 | 0.66 |
| Hex | 77 | DB | B5 | 2E | 0 | 11 | E | 9D | 3A | 42 |
| Octal | 167 | 333 | 265 | 56 | 0 | 21 | 16 | 235 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10110101 | 101110 | 0 | 10001 | 1110 | 10011101 | 111010 | 1000010 |
Color Harmonies of #77DBB5
Complementary color
Monochromatic Colors of #77DBB5
Black with #77DBB5
Text Example
Text Example
White with #77DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBB5; }
p { color: rgb(119,219,181); }
H1.HeaderClassName
{
color: #77DBB5;
}
.AnyTagClassName
{
color: #77DBB5;
}
</style>
background-color css
<style>
a { background-color: #77DBB5; }
a { background-color: rgb(119,219,181); }
div.DivClassName
{
background-color: #77DBB5;
}
.BgClassName
{
background-color: #77DBB5;
}
</style>
border-color css
<style>
span { border-color: #77DBB5; }
span { border-color: rgb(119,219,181); }
td.TdClassName
{
border-color: #77DBB5;
}
.TagClassName
{
border-color: #77DBB5;
}
</style>