Shades of Gurkha #918F76
Tints of Gurkha #918F76
RGB
CMYK
RGB Variations
Color information
#918F76 (or 0x918F76) is known color: Gurkha. HEX triplet: 91, 8F and 76. RGB value is (145,143,118). Sum of RGB (Red+Green+Blue) = 145+143+118=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #918F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F76 is #6E7089. Grayscale: #8C8C8C. Windows color (decimal): -7237770 or 7770001. OLE color: 7770001.
HSL color Cylindrical-coordinate representation of color #918F76: hue angle of 55.56º 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 #918F76 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 118 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.43 |
| HSL | 55.56º | 0.11% | 0.52% | - |
| HSV(B) | 55.56º | 0.19% | 0.57% | - |
| XYZ | 24.77 | 26.97 | 21.04 | - |
| YUV | 140.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 118 | 0 | 0.01 | 0.19 | 0.43 | 55.56 | 0.11 | 0.52 |
| Hex | 91 | 8F | 76 | 0 | 1 | 13 | 2B | 38 | B | 34 |
| Octal | 221 | 217 | 166 | 0 | 1 | 23 | 53 | 70 | 13 | 64 |
| Binary | 10010001 | 10001111 | 1110110 | 0 | 1 | 10011 | 101011 | 111000 | 1011 | 110100 |
Color Harmonies of #918F76
Complementary color
Monochromatic Colors of #918F76
Black with #918F76
Text Example
Text Example
White with #918F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F76; }
p { color: rgb(145,143,118); }
H1.HeaderClassName
{
color: #918F76;
}
.AnyTagClassName
{
color: #918F76;
}
</style>
background-color css
<style>
a { background-color: #918F76; }
a { background-color: rgb(145,143,118); }
div.DivClassName
{
background-color: #918F76;
}
.BgClassName
{
background-color: #918F76;
}
</style>
border-color css
<style>
span { border-color: #918F76; }
span { border-color: rgb(145,143,118); }
td.TdClassName
{
border-color: #918F76;
}
.TagClassName
{
border-color: #918F76;
}
</style>