Shades of Gurkha #918D7B
Tints of Gurkha #918D7B
RGB
CMYK
RGB Variations
Color information
#918D7B (or 0x918D7B) is known color: Gurkha. HEX triplet: 91, 8D and 7B. RGB value is (145,141,123). Sum of RGB (Red+Green+Blue) = 145+141+123=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D7B is #6E7284. Grayscale: #8C8C8C. Windows color (decimal): -7238277 or 8097169. OLE color: 8097169.
HSL color Cylindrical-coordinate representation of color #918D7B: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #918D7B is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 123 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.43 |
| HSL | 49.09º | 0.09% | 0.53% | - |
| HSV(B) | 49.09º | 0.15% | 0.57% | - |
| XYZ | 24.78 | 26.5 | 22.55 | - |
| YUV | 140.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 123 | 0 | 0.03 | 0.15 | 0.43 | 49.09 | 0.09 | 0.53 |
| Hex | 91 | 8D | 7B | 0 | 3 | F | 2B | 31 | 9 | 35 |
| Octal | 221 | 215 | 173 | 0 | 3 | 17 | 53 | 61 | 11 | 65 |
| Binary | 10010001 | 10001101 | 1111011 | 0 | 11 | 1111 | 101011 | 110001 | 1001 | 110101 |
Color Harmonies of #918D7B
Complementary color
Monochromatic Colors of #918D7B
Black with #918D7B
Text Example
Text Example
White with #918D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D7B; }
p { color: rgb(145,141,123); }
H1.HeaderClassName
{
color: #918D7B;
}
.AnyTagClassName
{
color: #918D7B;
}
</style>
background-color css
<style>
a { background-color: #918D7B; }
a { background-color: rgb(145,141,123); }
div.DivClassName
{
background-color: #918D7B;
}
.BgClassName
{
background-color: #918D7B;
}
</style>
border-color css
<style>
span { border-color: #918D7B; }
span { border-color: rgb(145,141,123); }
td.TdClassName
{
border-color: #918D7B;
}
.TagClassName
{
border-color: #918D7B;
}
</style>