Shades of Gurkha #928D76
Tints of Gurkha #928D76
RGB
CMYK
RGB Variations
Color information
#928D76 (or 0x928D76) is known color: Gurkha. HEX triplet: 92, 8D and 76. RGB value is (146,141,118). Sum of RGB (Red+Green+Blue) = 146+141+118=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #928D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D76 is #6D7289. Grayscale: #8B8B8B. Windows color (decimal): -7172746 or 7769490. OLE color: 7769490.
HSL color Cylindrical-coordinate representation of color #928D76: hue angle of 49.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #928D76 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 118 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.43 |
| HSL | 49.29º | 0.11% | 0.52% | - |
| HSV(B) | 49.29º | 0.19% | 0.57% | - |
| XYZ | 24.65 | 26.47 | 20.95 | - |
| YUV | 139.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 118 | 0 | 0.03 | 0.19 | 0.43 | 49.29 | 0.11 | 0.52 |
| Hex | 92 | 8D | 76 | 0 | 3 | 13 | 2B | 31 | B | 34 |
| Octal | 222 | 215 | 166 | 0 | 3 | 23 | 53 | 61 | 13 | 64 |
| Binary | 10010010 | 10001101 | 1110110 | 0 | 11 | 10011 | 101011 | 110001 | 1011 | 110100 |
Color Harmonies of #928D76
Complementary color
Monochromatic Colors of #928D76
Black with #928D76
Text Example
Text Example
White with #928D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D76; }
p { color: rgb(146,141,118); }
H1.HeaderClassName
{
color: #928D76;
}
.AnyTagClassName
{
color: #928D76;
}
</style>
background-color css
<style>
a { background-color: #928D76; }
a { background-color: rgb(146,141,118); }
div.DivClassName
{
background-color: #928D76;
}
.BgClassName
{
background-color: #928D76;
}
</style>
border-color css
<style>
span { border-color: #928D76; }
span { border-color: rgb(146,141,118); }
td.TdClassName
{
border-color: #928D76;
}
.TagClassName
{
border-color: #928D76;
}
</style>