Shades of Envy #84948A
Tints of Envy #84948A
RGB
CMYK
RGB Variations
Color information
#84948A (or 0x84948A) is known color: Envy. HEX triplet: 84, 94 and 8A. RGB value is (132,148,138). Sum of RGB (Red+Green+Blue) = 132+148+138=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #84948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84948A is #7B6B75. Grayscale: #8E8E8E. Windows color (decimal): -8088438 or 9081988. OLE color: 9081988.
HSL color Cylindrical-coordinate representation of color #84948A: hue angle of 142.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84948A is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 138 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.42 |
| HSL | 142.5º | 0.07% | 0.55% | - |
| HSV(B) | 142.5º | 0.11% | 0.58% | - |
| XYZ | 24.69 | 27.92 | 28.13 | - |
| YUV | 142.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 138 | 0.11 | 0 | 0.07 | 0.42 | 142.5 | 0.07 | 0.55 |
| Hex | 84 | 94 | 8A | B | 0 | 7 | 2A | 8E | 7 | 37 |
| Octal | 204 | 224 | 212 | 13 | 0 | 7 | 52 | 216 | 7 | 67 |
| Binary | 10000100 | 10010100 | 10001010 | 1011 | 0 | 111 | 101010 | 10001110 | 111 | 110111 |
Color Harmonies of #84948A
Complementary color
Monochromatic Colors of #84948A
Black with #84948A
Text Example
Text Example
White with #84948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84948A; }
p { color: rgb(132,148,138); }
H1.HeaderClassName
{
color: #84948A;
}
.AnyTagClassName
{
color: #84948A;
}
</style>
background-color css
<style>
a { background-color: #84948A; }
a { background-color: rgb(132,148,138); }
div.DivClassName
{
background-color: #84948A;
}
.BgClassName
{
background-color: #84948A;
}
</style>
border-color css
<style>
span { border-color: #84948A; }
span { border-color: rgb(132,148,138); }
td.TdClassName
{
border-color: #84948A;
}
.TagClassName
{
border-color: #84948A;
}
</style>