Shades of Gurkha #8F8C76
Tints of Gurkha #8F8C76
RGB
CMYK
RGB Variations
Color information
#8F8C76 (or 0x8F8C76) is known color: Gurkha. HEX triplet: 8F, 8C and 76. RGB value is (143,140,118). Sum of RGB (Red+Green+Blue) = 143+140+118=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8C76 is #707389. Grayscale: #8A8A8A. Windows color (decimal): -7369610 or 7769231. OLE color: 7769231.
HSL color Cylindrical-coordinate representation of color #8F8C76: hue angle of 52.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F8C76 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 140 | 118 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.44 |
| HSL | 52.8º | 0.1% | 0.51% | - |
| HSV(B) | 52.8º | 0.17% | 0.56% | - |
| XYZ | 23.98 | 25.9 | 20.88 | - |
| YUV | 138.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 118 | 0 | 0.02 | 0.17 | 0.44 | 52.8 | 0.1 | 0.51 |
| Hex | 8F | 8C | 76 | 0 | 2 | 11 | 2C | 35 | A | 33 |
| Octal | 217 | 214 | 166 | 0 | 2 | 21 | 54 | 65 | 12 | 63 |
| Binary | 10001111 | 10001100 | 1110110 | 0 | 10 | 10001 | 101100 | 110101 | 1010 | 110011 |
Color Harmonies of #8F8C76
Complementary color
Monochromatic Colors of #8F8C76
Black with #8F8C76
Text Example
Text Example
White with #8F8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8C76; }
p { color: rgb(143,140,118); }
H1.HeaderClassName
{
color: #8F8C76;
}
.AnyTagClassName
{
color: #8F8C76;
}
</style>
background-color css
<style>
a { background-color: #8F8C76; }
a { background-color: rgb(143,140,118); }
div.DivClassName
{
background-color: #8F8C76;
}
.BgClassName
{
background-color: #8F8C76;
}
</style>
border-color css
<style>
span { border-color: #8F8C76; }
span { border-color: rgb(143,140,118); }
td.TdClassName
{
border-color: #8F8C76;
}
.TagClassName
{
border-color: #8F8C76;
}
</style>