Shades of Gurkha #928C76
Tints of Gurkha #928C76
RGB
CMYK
RGB Variations
Color information
#928C76 (or 0x928C76) is known color: Gurkha. HEX triplet: 92, 8C and 76. RGB value is (146,140,118). Sum of RGB (Red+Green+Blue) = 146+140+118=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #928C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C76 is #6D7389. Grayscale: #8B8B8B. Windows color (decimal): -7173002 or 7769234. OLE color: 7769234.
HSL color Cylindrical-coordinate representation of color #928C76: hue angle of 47.14º 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 #928C76 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 118 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.43 |
| HSL | 47.14º | 0.11% | 0.52% | - |
| HSV(B) | 47.14º | 0.19% | 0.57% | - |
| XYZ | 24.5 | 26.18 | 20.9 | - |
| YUV | 139.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 118 | 0 | 0.04 | 0.19 | 0.43 | 47.14 | 0.11 | 0.52 |
| Hex | 92 | 8C | 76 | 0 | 4 | 13 | 2B | 2F | B | 34 |
| Octal | 222 | 214 | 166 | 0 | 4 | 23 | 53 | 57 | 13 | 64 |
| Binary | 10010010 | 10001100 | 1110110 | 0 | 100 | 10011 | 101011 | 101111 | 1011 | 110100 |
Color Harmonies of #928C76
Complementary color
Monochromatic Colors of #928C76
Black with #928C76
Text Example
Text Example
White with #928C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C76; }
p { color: rgb(146,140,118); }
H1.HeaderClassName
{
color: #928C76;
}
.AnyTagClassName
{
color: #928C76;
}
</style>
background-color css
<style>
a { background-color: #928C76; }
a { background-color: rgb(146,140,118); }
div.DivClassName
{
background-color: #928C76;
}
.BgClassName
{
background-color: #928C76;
}
</style>
border-color css
<style>
span { border-color: #928C76; }
span { border-color: rgb(146,140,118); }
td.TdClassName
{
border-color: #928C76;
}
.TagClassName
{
border-color: #928C76;
}
</style>