Shades of Downy #76E7B7
Tints of Downy #76E7B7
RGB
CMYK
RGB Variations
Color information
#76E7B7 (or 0x76E7B7) is known color: Downy. HEX triplet: 76, E7 and B7. RGB value is (118,231,183). Sum of RGB (Red+Green+Blue) = 118+231+183=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #76E7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E7B7 is #891848. Grayscale: #BFBFBF. Windows color (decimal): -8984649 or 12052342. OLE color: 12052342.
HSL color Cylindrical-coordinate representation of color #76E7B7: hue angle of 154.51º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E7B7 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 231 | 183 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.09 |
| HSL | 154.51º | 0.7% | 0.68% | - |
| HSV(B) | 154.51º | 0.49% | 0.91% | - |
| XYZ | 44.59 | 64.42 | 54.88 | - |
| YUV | 191.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 231 | 183 | 0.49 | 0 | 0.21 | 0.09 | 154.51 | 0.7 | 0.68 |
| Hex | 76 | E7 | B7 | 31 | 0 | 15 | 9 | 9B | 46 | 44 |
| Octal | 166 | 347 | 267 | 61 | 0 | 25 | 11 | 233 | 106 | 104 |
| Binary | 1110110 | 11100111 | 10110111 | 110001 | 0 | 10101 | 1001 | 10011011 | 1000110 | 1000100 |
Color Harmonies of #76E7B7
Complementary color
Monochromatic Colors of #76E7B7
Black with #76E7B7
Text Example
Text Example
White with #76E7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E7B7; }
p { color: rgb(118,231,183); }
H1.HeaderClassName
{
color: #76E7B7;
}
.AnyTagClassName
{
color: #76E7B7;
}
</style>
background-color css
<style>
a { background-color: #76E7B7; }
a { background-color: rgb(118,231,183); }
div.DivClassName
{
background-color: #76E7B7;
}
.BgClassName
{
background-color: #76E7B7;
}
</style>
border-color css
<style>
span { border-color: #76E7B7; }
span { border-color: rgb(118,231,183); }
td.TdClassName
{
border-color: #76E7B7;
}
.TagClassName
{
border-color: #76E7B7;
}
</style>