Shades of Gurkha #918E7E
Tints of Gurkha #918E7E
RGB
CMYK
RGB Variations
Color information
#918E7E (or 0x918E7E) is known color: Gurkha. HEX triplet: 91, 8E and 7E. RGB value is (145,142,126). Sum of RGB (Red+Green+Blue) = 145+142+126=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #918E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E7E is #6E7181. Grayscale: #8D8D8D. Windows color (decimal): -7238018 or 8294033. OLE color: 8294033.
HSL color Cylindrical-coordinate representation of color #918E7E: hue angle of 50.53º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #918E7E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 126 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.43 |
| HSL | 50.53º | 0.08% | 0.53% | - |
| HSV(B) | 50.53º | 0.13% | 0.57% | - |
| XYZ | 25.12 | 26.87 | 23.6 | - |
| YUV | 141.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 126 | 0 | 0.02 | 0.13 | 0.43 | 50.53 | 0.08 | 0.53 |
| Hex | 91 | 8E | 7E | 0 | 2 | D | 2B | 33 | 8 | 35 |
| Octal | 221 | 216 | 176 | 0 | 2 | 15 | 53 | 63 | 10 | 65 |
| Binary | 10010001 | 10001110 | 1111110 | 0 | 10 | 1101 | 101011 | 110011 | 1000 | 110101 |
Color Harmonies of #918E7E
Complementary color
Monochromatic Colors of #918E7E
Black with #918E7E
Text Example
Text Example
White with #918E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E7E; }
p { color: rgb(145,142,126); }
H1.HeaderClassName
{
color: #918E7E;
}
.AnyTagClassName
{
color: #918E7E;
}
</style>
background-color css
<style>
a { background-color: #918E7E; }
a { background-color: rgb(145,142,126); }
div.DivClassName
{
background-color: #918E7E;
}
.BgClassName
{
background-color: #918E7E;
}
</style>
border-color css
<style>
span { border-color: #918E7E; }
span { border-color: rgb(145,142,126); }
td.TdClassName
{
border-color: #918E7E;
}
.TagClassName
{
border-color: #918E7E;
}
</style>