Shades of Envy #7FA088
Tints of Envy #7FA088
RGB
CMYK
RGB Variations
Color information
#7FA088 (or 0x7FA088) is known color: Envy. HEX triplet: 7F, A0 and 88. RGB value is (127,160,136). Sum of RGB (Red+Green+Blue) = 127+160+136=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA088 is #805F77. Grayscale: #939393. Windows color (decimal): -8413048 or 8953983. OLE color: 8953983.
HSL color Cylindrical-coordinate representation of color #7FA088: hue angle of 136.36º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA088 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 136 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.37 |
| HSL | 136.36º | 0.15% | 0.56% | - |
| HSV(B) | 136.36º | 0.21% | 0.63% | - |
| XYZ | 25.77 | 31.43 | 28 | - |
| YUV | 147.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 136 | 0.21 | 0 | 0.15 | 0.37 | 136.36 | 0.15 | 0.56 |
| Hex | 7F | A0 | 88 | 15 | 0 | F | 25 | 88 | F | 38 |
| Octal | 177 | 240 | 210 | 25 | 0 | 17 | 45 | 210 | 17 | 70 |
| Binary | 1111111 | 10100000 | 10001000 | 10101 | 0 | 1111 | 100101 | 10001000 | 1111 | 111000 |
Color Harmonies of #7FA088
Complementary color
Monochromatic Colors of #7FA088
Black with #7FA088
Text Example
Text Example
White with #7FA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA088; }
p { color: rgb(127,160,136); }
H1.HeaderClassName
{
color: #7FA088;
}
.AnyTagClassName
{
color: #7FA088;
}
</style>
background-color css
<style>
a { background-color: #7FA088; }
a { background-color: rgb(127,160,136); }
div.DivClassName
{
background-color: #7FA088;
}
.BgClassName
{
background-color: #7FA088;
}
</style>
border-color css
<style>
span { border-color: #7FA088; }
span { border-color: rgb(127,160,136); }
td.TdClassName
{
border-color: #7FA088;
}
.TagClassName
{
border-color: #7FA088;
}
</style>