Shades of Gurkha #928D7A
Tints of Gurkha #928D7A
RGB
CMYK
RGB Variations
Color information
#928D7A (or 0x928D7A) is known color: Gurkha. HEX triplet: 92, 8D and 7A. RGB value is (146,141,122). Sum of RGB (Red+Green+Blue) = 146+141+122=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 146 - color contains mainly: red. Hex color #928D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D7A is #6D7285. Grayscale: #8C8C8C. Windows color (decimal): -7172742 or 8031634. OLE color: 8031634.
HSL color Cylindrical-coordinate representation of color #928D7A: hue angle of 47.5º 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 #928D7A is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 122 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.43 |
| HSL | 47.5º | 0.1% | 0.53% | - |
| HSV(B) | 47.5º | 0.16% | 0.57% | - |
| XYZ | 24.89 | 26.57 | 22.23 | - |
| YUV | 140.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 122 | 0 | 0.03 | 0.16 | 0.43 | 47.5 | 0.1 | 0.53 |
| Hex | 92 | 8D | 7A | 0 | 3 | 10 | 2B | 30 | A | 35 |
| Octal | 222 | 215 | 172 | 0 | 3 | 20 | 53 | 60 | 12 | 65 |
| Binary | 10010010 | 10001101 | 1111010 | 0 | 11 | 10000 | 101011 | 110000 | 1010 | 110101 |
Color Harmonies of #928D7A
Complementary color
Monochromatic Colors of #928D7A
Black with #928D7A
Text Example
Text Example
White with #928D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D7A; }
p { color: rgb(146,141,122); }
H1.HeaderClassName
{
color: #928D7A;
}
.AnyTagClassName
{
color: #928D7A;
}
</style>
background-color css
<style>
a { background-color: #928D7A; }
a { background-color: rgb(146,141,122); }
div.DivClassName
{
background-color: #928D7A;
}
.BgClassName
{
background-color: #928D7A;
}
</style>
border-color css
<style>
span { border-color: #928D7A; }
span { border-color: rgb(146,141,122); }
td.TdClassName
{
border-color: #928D7A;
}
.TagClassName
{
border-color: #928D7A;
}
</style>