Shades of Envy #7FA884
Tints of Envy #7FA884
RGB
CMYK
RGB Variations
Color information
#7FA884 (or 0x7FA884) is known color: Envy. HEX triplet: 7F, A8 and 84. RGB value is (127,168,132). Sum of RGB (Red+Green+Blue) = 127+168+132=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA884 is #80577B. Grayscale: #979797. Windows color (decimal): -8411004 or 8693887. OLE color: 8693887.
HSL color Cylindrical-coordinate representation of color #7FA884: hue angle of 127.32º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA884 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 168 | 132 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.34 |
| HSL | 127.32º | 0.19% | 0.58% | - |
| HSV(B) | 127.32º | 0.24% | 0.66% | - |
| XYZ | 26.92 | 34.18 | 27.01 | - |
| YUV | 151.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 132 | 0.24 | 0 | 0.21 | 0.34 | 127.32 | 0.19 | 0.58 |
| Hex | 7F | A8 | 84 | 18 | 0 | 15 | 22 | 7F | 13 | 3A |
| Octal | 177 | 250 | 204 | 30 | 0 | 25 | 42 | 177 | 23 | 72 |
| Binary | 1111111 | 10101000 | 10000100 | 11000 | 0 | 10101 | 100010 | 1111111 | 10011 | 111010 |
Color Harmonies of #7FA884
Complementary color
Monochromatic Colors of #7FA884
Black with #7FA884
Text Example
Text Example
White with #7FA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA884; }
p { color: rgb(127,168,132); }
H1.HeaderClassName
{
color: #7FA884;
}
.AnyTagClassName
{
color: #7FA884;
}
</style>
background-color css
<style>
a { background-color: #7FA884; }
a { background-color: rgb(127,168,132); }
div.DivClassName
{
background-color: #7FA884;
}
.BgClassName
{
background-color: #7FA884;
}
</style>
border-color css
<style>
span { border-color: #7FA884; }
span { border-color: rgb(127,168,132); }
td.TdClassName
{
border-color: #7FA884;
}
.TagClassName
{
border-color: #7FA884;
}
</style>