Shades of Gurkha #8E8C7A
Tints of Gurkha #8E8C7A
RGB
CMYK
RGB Variations
Color information
#8E8C7A (or 0x8E8C7A) is known color: Gurkha. HEX triplet: 8E, 8C and 7A. RGB value is (142,140,122). Sum of RGB (Red+Green+Blue) = 142+140+122=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C7A is #717385. Grayscale: #8A8A8A. Windows color (decimal): -7435142 or 8031374. OLE color: 8031374.
HSL color Cylindrical-coordinate representation of color #8E8C7A: hue angle of 54º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E8C7A is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 140 | 122 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.44 |
| HSL | 54º | 0.08% | 0.52% | - |
| HSV(B) | 54º | 0.14% | 0.56% | - |
| XYZ | 24.05 | 25.91 | 22.15 | - |
| YUV | 138.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 122 | 0 | 0.01 | 0.14 | 0.44 | 54 | 0.08 | 0.52 |
| Hex | 8E | 8C | 7A | 0 | 1 | E | 2C | 36 | 8 | 34 |
| Octal | 216 | 214 | 172 | 0 | 1 | 16 | 54 | 66 | 10 | 64 |
| Binary | 10001110 | 10001100 | 1111010 | 0 | 1 | 1110 | 101100 | 110110 | 1000 | 110100 |
Color Harmonies of #8E8C7A
Complementary color
Monochromatic Colors of #8E8C7A
Black with #8E8C7A
Text Example
Text Example
White with #8E8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8C7A; }
p { color: rgb(142,140,122); }
H1.HeaderClassName
{
color: #8E8C7A;
}
.AnyTagClassName
{
color: #8E8C7A;
}
</style>
background-color css
<style>
a { background-color: #8E8C7A; }
a { background-color: rgb(142,140,122); }
div.DivClassName
{
background-color: #8E8C7A;
}
.BgClassName
{
background-color: #8E8C7A;
}
</style>
border-color css
<style>
span { border-color: #8E8C7A; }
span { border-color: rgb(142,140,122); }
td.TdClassName
{
border-color: #8E8C7A;
}
.TagClassName
{
border-color: #8E8C7A;
}
</style>