Shades of Gurkha #918E76
Tints of Gurkha #918E76
RGB
CMYK
RGB Variations
Color information
#918E76 (or 0x918E76) is known color: Gurkha. HEX triplet: 91, 8E and 76. RGB value is (145,142,118). Sum of RGB (Red+Green+Blue) = 145+142+118=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #918E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E76 is #6E7189. Grayscale: #8C8C8C. Windows color (decimal): -7238026 or 7769745. OLE color: 7769745.
HSL color Cylindrical-coordinate representation of color #918E76: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918E76 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 118 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.43 |
| HSL | 53.33º | 0.11% | 0.52% | - |
| HSV(B) | 53.33º | 0.19% | 0.57% | - |
| XYZ | 24.62 | 26.67 | 20.99 | - |
| YUV | 140.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 118 | 0 | 0.02 | 0.19 | 0.43 | 53.33 | 0.11 | 0.52 |
| Hex | 91 | 8E | 76 | 0 | 2 | 13 | 2B | 35 | B | 34 |
| Octal | 221 | 216 | 166 | 0 | 2 | 23 | 53 | 65 | 13 | 64 |
| Binary | 10010001 | 10001110 | 1110110 | 0 | 10 | 10011 | 101011 | 110101 | 1011 | 110100 |
Color Harmonies of #918E76
Complementary color
Monochromatic Colors of #918E76
Black with #918E76
Text Example
Text Example
White with #918E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E76; }
p { color: rgb(145,142,118); }
H1.HeaderClassName
{
color: #918E76;
}
.AnyTagClassName
{
color: #918E76;
}
</style>
background-color css
<style>
a { background-color: #918E76; }
a { background-color: rgb(145,142,118); }
div.DivClassName
{
background-color: #918E76;
}
.BgClassName
{
background-color: #918E76;
}
</style>
border-color css
<style>
span { border-color: #918E76; }
span { border-color: rgb(145,142,118); }
td.TdClassName
{
border-color: #918E76;
}
.TagClassName
{
border-color: #918E76;
}
</style>