Shades of Gurkha #918F7E
Tints of Gurkha #918F7E
RGB
CMYK
RGB Variations
Color information
#918F7E (or 0x918F7E) is known color: Gurkha. HEX triplet: 91, 8F and 7E. RGB value is (145,143,126). Sum of RGB (Red+Green+Blue) = 145+143+126=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F7E is #6E7081. Grayscale: #8D8D8D. Windows color (decimal): -7237762 or 8294289. OLE color: 8294289.
HSL color Cylindrical-coordinate representation of color #918F7E: hue angle of 53.68º 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 #918F7E is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 126 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.43 |
| HSL | 53.68º | 0.08% | 0.53% | - |
| HSV(B) | 53.68º | 0.13% | 0.57% | - |
| XYZ | 25.27 | 27.17 | 23.65 | - |
| YUV | 141.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 126 | 0 | 0.01 | 0.13 | 0.43 | 53.68 | 0.08 | 0.53 |
| Hex | 91 | 8F | 7E | 0 | 1 | D | 2B | 36 | 8 | 35 |
| Octal | 221 | 217 | 176 | 0 | 1 | 15 | 53 | 66 | 10 | 65 |
| Binary | 10010001 | 10001111 | 1111110 | 0 | 1 | 1101 | 101011 | 110110 | 1000 | 110101 |
Color Harmonies of #918F7E
Complementary color
Monochromatic Colors of #918F7E
Black with #918F7E
Text Example
Text Example
White with #918F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F7E; }
p { color: rgb(145,143,126); }
H1.HeaderClassName
{
color: #918F7E;
}
.AnyTagClassName
{
color: #918F7E;
}
</style>
background-color css
<style>
a { background-color: #918F7E; }
a { background-color: rgb(145,143,126); }
div.DivClassName
{
background-color: #918F7E;
}
.BgClassName
{
background-color: #918F7E;
}
</style>
border-color css
<style>
span { border-color: #918F7E; }
span { border-color: rgb(145,143,126); }
td.TdClassName
{
border-color: #918F7E;
}
.TagClassName
{
border-color: #918F7E;
}
</style>