Shades of Gurkha #918D7C
Tints of Gurkha #918D7C
RGB
CMYK
RGB Variations
Color information
#918D7C (or 0x918D7C) is known color: Gurkha. HEX triplet: 91, 8D and 7C. RGB value is (145,141,124). Sum of RGB (Red+Green+Blue) = 145+141+124=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #918D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D7C is #6E7283. Grayscale: #8C8C8C. Windows color (decimal): -7238276 or 8162705. OLE color: 8162705.
HSL color Cylindrical-coordinate representation of color #918D7C: hue angle of 48.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #918D7C is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 124 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.43 |
| HSL | 48.57º | 0.09% | 0.53% | - |
| HSV(B) | 48.57º | 0.14% | 0.57% | - |
| XYZ | 24.84 | 26.52 | 22.88 | - |
| YUV | 140.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 124 | 0 | 0.03 | 0.14 | 0.43 | 48.57 | 0.09 | 0.53 |
| Hex | 91 | 8D | 7C | 0 | 3 | E | 2B | 31 | 9 | 35 |
| Octal | 221 | 215 | 174 | 0 | 3 | 16 | 53 | 61 | 11 | 65 |
| Binary | 10010001 | 10001101 | 1111100 | 0 | 11 | 1110 | 101011 | 110001 | 1001 | 110101 |
Color Harmonies of #918D7C
Complementary color
Monochromatic Colors of #918D7C
Black with #918D7C
Text Example
Text Example
White with #918D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D7C; }
p { color: rgb(145,141,124); }
H1.HeaderClassName
{
color: #918D7C;
}
.AnyTagClassName
{
color: #918D7C;
}
</style>
background-color css
<style>
a { background-color: #918D7C; }
a { background-color: rgb(145,141,124); }
div.DivClassName
{
background-color: #918D7C;
}
.BgClassName
{
background-color: #918D7C;
}
</style>
border-color css
<style>
span { border-color: #918D7C; }
span { border-color: rgb(145,141,124); }
td.TdClassName
{
border-color: #918D7C;
}
.TagClassName
{
border-color: #918D7C;
}
</style>