Shades of Envy #7F9B88
Tints of Envy #7F9B88
RGB
CMYK
RGB Variations
Color information
#7F9B88 (or 0x7F9B88) is known color: Envy. HEX triplet: 7F, 9B and 88. RGB value is (127,155,136). Sum of RGB (Red+Green+Blue) = 127+155+136=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9B88 is #806477. Grayscale: #909090. Windows color (decimal): -8414328 or 8952703. OLE color: 8952703.
HSL color Cylindrical-coordinate representation of color #7F9B88: hue angle of 139.29º 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 #7F9B88 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 155 | 136 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.39 |
| HSL | 139.29º | 0.12% | 0.55% | - |
| HSV(B) | 139.29º | 0.18% | 0.61% | - |
| XYZ | 24.92 | 29.73 | 27.72 | - |
| YUV | 144.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 136 | 0.18 | 0 | 0.12 | 0.39 | 139.29 | 0.12 | 0.55 |
| Hex | 7F | 9B | 88 | 12 | 0 | C | 27 | 8B | C | 37 |
| Octal | 177 | 233 | 210 | 22 | 0 | 14 | 47 | 213 | 14 | 67 |
| Binary | 1111111 | 10011011 | 10001000 | 10010 | 0 | 1100 | 100111 | 10001011 | 1100 | 110111 |
Color Harmonies of #7F9B88
Complementary color
Monochromatic Colors of #7F9B88
Black with #7F9B88
Text Example
Text Example
White with #7F9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9B88; }
p { color: rgb(127,155,136); }
H1.HeaderClassName
{
color: #7F9B88;
}
.AnyTagClassName
{
color: #7F9B88;
}
</style>
background-color css
<style>
a { background-color: #7F9B88; }
a { background-color: rgb(127,155,136); }
div.DivClassName
{
background-color: #7F9B88;
}
.BgClassName
{
background-color: #7F9B88;
}
</style>
border-color css
<style>
span { border-color: #7F9B88; }
span { border-color: rgb(127,155,136); }
td.TdClassName
{
border-color: #7F9B88;
}
.TagClassName
{
border-color: #7F9B88;
}
</style>