Shades of Gurkha #928E7B
Tints of Gurkha #928E7B
RGB
CMYK
RGB Variations
Color information
#928E7B (or 0x928E7B) is known color: Gurkha. HEX triplet: 92, 8E and 7B. RGB value is (146,142,123). Sum of RGB (Red+Green+Blue) = 146+142+123=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #928E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E7B is #6D7184. Grayscale: #8D8D8D. Windows color (decimal): -7172485 or 8097426. OLE color: 8097426.
HSL color Cylindrical-coordinate representation of color #928E7B: hue angle of 49.57º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #928E7B is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 123 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.43 |
| HSL | 49.57º | 0.1% | 0.53% | - |
| HSV(B) | 49.57º | 0.16% | 0.57% | - |
| XYZ | 25.1 | 26.89 | 22.61 | - |
| YUV | 141.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 123 | 0 | 0.03 | 0.16 | 0.43 | 49.57 | 0.1 | 0.53 |
| Hex | 92 | 8E | 7B | 0 | 3 | 10 | 2B | 32 | A | 35 |
| Octal | 222 | 216 | 173 | 0 | 3 | 20 | 53 | 62 | 12 | 65 |
| Binary | 10010010 | 10001110 | 1111011 | 0 | 11 | 10000 | 101011 | 110010 | 1010 | 110101 |
Color Harmonies of #928E7B
Complementary color
Monochromatic Colors of #928E7B
Black with #928E7B
Text Example
Text Example
White with #928E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E7B; }
p { color: rgb(146,142,123); }
H1.HeaderClassName
{
color: #928E7B;
}
.AnyTagClassName
{
color: #928E7B;
}
</style>
background-color css
<style>
a { background-color: #928E7B; }
a { background-color: rgb(146,142,123); }
div.DivClassName
{
background-color: #928E7B;
}
.BgClassName
{
background-color: #928E7B;
}
</style>
border-color css
<style>
span { border-color: #928E7B; }
span { border-color: rgb(146,142,123); }
td.TdClassName
{
border-color: #928E7B;
}
.TagClassName
{
border-color: #928E7B;
}
</style>