Shades of Gurkha #928D79
Tints of Gurkha #928D79
RGB
CMYK
RGB Variations
Color information
#928D79 (or 0x928D79) is known color: Gurkha. HEX triplet: 92, 8D and 79. RGB value is (146,141,121). Sum of RGB (Red+Green+Blue) = 146+141+121=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D79 is #6D7286. Grayscale: #8C8C8C. Windows color (decimal): -7172743 or 7966098. OLE color: 7966098.
HSL color Cylindrical-coordinate representation of color #928D79: hue angle of 48º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #928D79 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 121 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.43 |
| HSL | 48º | 0.1% | 0.52% | - |
| HSV(B) | 48º | 0.17% | 0.57% | - |
| XYZ | 24.83 | 26.54 | 21.9 | - |
| YUV | 140.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 121 | 0 | 0.03 | 0.17 | 0.43 | 48 | 0.1 | 0.52 |
| Hex | 92 | 8D | 79 | 0 | 3 | 11 | 2B | 30 | A | 34 |
| Octal | 222 | 215 | 171 | 0 | 3 | 21 | 53 | 60 | 12 | 64 |
| Binary | 10010010 | 10001101 | 1111001 | 0 | 11 | 10001 | 101011 | 110000 | 1010 | 110100 |
Color Harmonies of #928D79
Complementary color
Monochromatic Colors of #928D79
Black with #928D79
Text Example
Text Example
White with #928D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D79; }
p { color: rgb(146,141,121); }
H1.HeaderClassName
{
color: #928D79;
}
.AnyTagClassName
{
color: #928D79;
}
</style>
background-color css
<style>
a { background-color: #928D79; }
a { background-color: rgb(146,141,121); }
div.DivClassName
{
background-color: #928D79;
}
.BgClassName
{
background-color: #928D79;
}
</style>
border-color css
<style>
span { border-color: #928D79; }
span { border-color: rgb(146,141,121); }
td.TdClassName
{
border-color: #928D79;
}
.TagClassName
{
border-color: #928D79;
}
</style>