Shades of Downy #77DCBA
Tints of Downy #77DCBA
RGB
CMYK
RGB Variations
Color information
#77DCBA (or 0x77DCBA) is known color: Downy. HEX triplet: 77, DC and BA. RGB value is (119,220,186). Sum of RGB (Red+Green+Blue) = 119+220+186=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCBA is #882345. Grayscale: #B9B9B9. Windows color (decimal): -8921926 or 12246135. OLE color: 12246135.
HSL color Cylindrical-coordinate representation of color #77DCBA: hue angle of 159.8º degrees, saturation: 0.59, 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 #77DCBA is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 186 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.14 |
| HSL | 159.8º | 0.59% | 0.66% | - |
| HSV(B) | 159.8º | 0.46% | 0.86% | - |
| XYZ | 42.06 | 58.65 | 55.56 | - |
| YUV | 185.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 186 | 0.46 | 0 | 0.15 | 0.14 | 159.8 | 0.59 | 0.66 |
| Hex | 77 | DC | BA | 2E | 0 | F | E | A0 | 3B | 42 |
| Octal | 167 | 334 | 272 | 56 | 0 | 17 | 16 | 240 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10111010 | 101110 | 0 | 1111 | 1110 | 10100000 | 111011 | 1000010 |
Color Harmonies of #77DCBA
Complementary color
Monochromatic Colors of #77DCBA
Black with #77DCBA
Text Example
Text Example
White with #77DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCBA; }
p { color: rgb(119,220,186); }
H1.HeaderClassName
{
color: #77DCBA;
}
.AnyTagClassName
{
color: #77DCBA;
}
</style>
background-color css
<style>
a { background-color: #77DCBA; }
a { background-color: rgb(119,220,186); }
div.DivClassName
{
background-color: #77DCBA;
}
.BgClassName
{
background-color: #77DCBA;
}
</style>
border-color css
<style>
span { border-color: #77DCBA; }
span { border-color: rgb(119,220,186); }
td.TdClassName
{
border-color: #77DCBA;
}
.TagClassName
{
border-color: #77DCBA;
}
</style>