Shades of Downy #77E1C7
Tints of Downy #77E1C7
RGB
CMYK
RGB Variations
Color information
#77E1C7 (or 0x77E1C7) is known color: Downy. HEX triplet: 77, E1 and C7. RGB value is (119,225,199). Sum of RGB (Red+Green+Blue) = 119+225+199=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1C7 is #881E38. Grayscale: #BEBEBE. Windows color (decimal): -8920633 or 13099383. OLE color: 13099383.
HSL color Cylindrical-coordinate representation of color #77E1C7: hue angle of 165.28º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E1C7 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 225 | 199 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.12 |
| HSL | 165.28º | 0.64% | 0.67% | - |
| HSV(B) | 165.28º | 0.47% | 0.88% | - |
| XYZ | 44.84 | 61.9 | 63.62 | - |
| YUV | 190.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 225 | 199 | 0.47 | 0 | 0.12 | 0.12 | 165.28 | 0.64 | 0.67 |
| Hex | 77 | E1 | C7 | 2F | 0 | C | C | A5 | 40 | 43 |
| Octal | 167 | 341 | 307 | 57 | 0 | 14 | 14 | 245 | 100 | 103 |
| Binary | 1110111 | 11100001 | 11000111 | 101111 | 0 | 1100 | 1100 | 10100101 | 1000000 | 1000011 |
Color Harmonies of #77E1C7
Complementary color
Monochromatic Colors of #77E1C7
Black with #77E1C7
Text Example
Text Example
White with #77E1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E1C7; }
p { color: rgb(119,225,199); }
H1.HeaderClassName
{
color: #77E1C7;
}
.AnyTagClassName
{
color: #77E1C7;
}
</style>
background-color css
<style>
a { background-color: #77E1C7; }
a { background-color: rgb(119,225,199); }
div.DivClassName
{
background-color: #77E1C7;
}
.BgClassName
{
background-color: #77E1C7;
}
</style>
border-color css
<style>
span { border-color: #77E1C7; }
span { border-color: rgb(119,225,199); }
td.TdClassName
{
border-color: #77E1C7;
}
.TagClassName
{
border-color: #77E1C7;
}
</style>