Shades of Downy #77DCB6
Tints of Downy #77DCB6
RGB
CMYK
RGB Variations
Color information
#77DCB6 (or 0x77DCB6) is known color: Downy. HEX triplet: 77, DC and B6. RGB value is (119,220,182). Sum of RGB (Red+Green+Blue) = 119+220+182=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCB6 is #882349. Grayscale: #B9B9B9. Windows color (decimal): -8921930 or 11983991. OLE color: 11983991.
HSL color Cylindrical-coordinate representation of color #77DCB6: hue angle of 157.43º 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 #77DCB6 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 182 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.14 |
| HSL | 157.43º | 0.59% | 0.66% | - |
| HSV(B) | 157.43º | 0.46% | 0.86% | - |
| XYZ | 41.64 | 58.49 | 53.35 | - |
| YUV | 185.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 182 | 0.46 | 0 | 0.17 | 0.14 | 157.43 | 0.59 | 0.66 |
| Hex | 77 | DC | B6 | 2E | 0 | 11 | E | 9D | 3B | 42 |
| Octal | 167 | 334 | 266 | 56 | 0 | 21 | 16 | 235 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10110110 | 101110 | 0 | 10001 | 1110 | 10011101 | 111011 | 1000010 |
Color Harmonies of #77DCB6
Complementary color
Monochromatic Colors of #77DCB6
Black with #77DCB6
Text Example
Text Example
White with #77DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCB6; }
p { color: rgb(119,220,182); }
H1.HeaderClassName
{
color: #77DCB6;
}
.AnyTagClassName
{
color: #77DCB6;
}
</style>
background-color css
<style>
a { background-color: #77DCB6; }
a { background-color: rgb(119,220,182); }
div.DivClassName
{
background-color: #77DCB6;
}
.BgClassName
{
background-color: #77DCB6;
}
</style>
border-color css
<style>
span { border-color: #77DCB6; }
span { border-color: rgb(119,220,182); }
td.TdClassName
{
border-color: #77DCB6;
}
.TagClassName
{
border-color: #77DCB6;
}
</style>