Shades of Gurkha #928F7C
Tints of Gurkha #928F7C
RGB
CMYK
RGB Variations
Color information
#928F7C (or 0x928F7C) is known color: Gurkha. HEX triplet: 92, 8F and 7C. RGB value is (146,143,124). Sum of RGB (Red+Green+Blue) = 146+143+124=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 146 - color contains mainly: red. Hex color #928F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F7C is #6D7083. Grayscale: #8D8D8D. Windows color (decimal): -7172228 or 8163218. OLE color: 8163218.
HSL color Cylindrical-coordinate representation of color #928F7C: hue angle of 51.82º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #928F7C is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 124 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.43 |
| HSL | 51.82º | 0.09% | 0.53% | - |
| HSV(B) | 51.82º | 0.15% | 0.57% | - |
| XYZ | 25.31 | 27.21 | 22.99 | - |
| YUV | 141.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 124 | 0 | 0.02 | 0.15 | 0.43 | 51.82 | 0.09 | 0.53 |
| Hex | 92 | 8F | 7C | 0 | 2 | F | 2B | 34 | 9 | 35 |
| Octal | 222 | 217 | 174 | 0 | 2 | 17 | 53 | 64 | 11 | 65 |
| Binary | 10010010 | 10001111 | 1111100 | 0 | 10 | 1111 | 101011 | 110100 | 1001 | 110101 |
Color Harmonies of #928F7C
Complementary color
Monochromatic Colors of #928F7C
Black with #928F7C
Text Example
Text Example
White with #928F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F7C; }
p { color: rgb(146,143,124); }
H1.HeaderClassName
{
color: #928F7C;
}
.AnyTagClassName
{
color: #928F7C;
}
</style>
background-color css
<style>
a { background-color: #928F7C; }
a { background-color: rgb(146,143,124); }
div.DivClassName
{
background-color: #928F7C;
}
.BgClassName
{
background-color: #928F7C;
}
</style>
border-color css
<style>
span { border-color: #928F7C; }
span { border-color: rgb(146,143,124); }
td.TdClassName
{
border-color: #928F7C;
}
.TagClassName
{
border-color: #928F7C;
}
</style>