Shades of Envy #7F9B86
Tints of Envy #7F9B86
RGB
CMYK
RGB Variations
Color information
#7F9B86 (or 0x7F9B86) is known color: Envy. HEX triplet: 7F, 9B and 86. RGB value is (127,155,134). Sum of RGB (Red+Green+Blue) = 127+155+134=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9B86 is #806479. Grayscale: #909090. Windows color (decimal): -8414330 or 8821631. OLE color: 8821631.
HSL color Cylindrical-coordinate representation of color #7F9B86: hue angle of 135º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F9B86 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 155 | 134 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.39 |
| HSL | 135º | 0.12% | 0.55% | - |
| HSV(B) | 135º | 0.18% | 0.61% | - |
| XYZ | 24.78 | 29.68 | 26.98 | - |
| YUV | 144.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 134 | 0.18 | 0 | 0.14 | 0.39 | 135 | 0.12 | 0.55 |
| Hex | 7F | 9B | 86 | 12 | 0 | E | 27 | 87 | C | 37 |
| Octal | 177 | 233 | 206 | 22 | 0 | 16 | 47 | 207 | 14 | 67 |
| Binary | 1111111 | 10011011 | 10000110 | 10010 | 0 | 1110 | 100111 | 10000111 | 1100 | 110111 |
Color Harmonies of #7F9B86
Complementary color
Monochromatic Colors of #7F9B86
Black with #7F9B86
Text Example
Text Example
White with #7F9B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9B86; }
p { color: rgb(127,155,134); }
H1.HeaderClassName
{
color: #7F9B86;
}
.AnyTagClassName
{
color: #7F9B86;
}
</style>
background-color css
<style>
a { background-color: #7F9B86; }
a { background-color: rgb(127,155,134); }
div.DivClassName
{
background-color: #7F9B86;
}
.BgClassName
{
background-color: #7F9B86;
}
</style>
border-color css
<style>
span { border-color: #7F9B86; }
span { border-color: rgb(127,155,134); }
td.TdClassName
{
border-color: #7F9B86;
}
.TagClassName
{
border-color: #7F9B86;
}
</style>