Shades of Gurkha #928D78
Tints of Gurkha #928D78
RGB
CMYK
RGB Variations
Color information
#928D78 (or 0x928D78) is known color: Gurkha. HEX triplet: 92, 8D and 78. RGB value is (146,141,120). Sum of RGB (Red+Green+Blue) = 146+141+120=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #928D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D78 is #6D7287. Grayscale: #8C8C8C. Windows color (decimal): -7172744 or 7900562. OLE color: 7900562.
HSL color Cylindrical-coordinate representation of color #928D78: hue angle of 48.46º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928D78 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 120 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.43 |
| HSL | 48.46º | 0.11% | 0.52% | - |
| HSV(B) | 48.46º | 0.18% | 0.57% | - |
| XYZ | 24.77 | 26.52 | 21.58 | - |
| YUV | 140.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 120 | 0 | 0.03 | 0.18 | 0.43 | 48.46 | 0.11 | 0.52 |
| Hex | 92 | 8D | 78 | 0 | 3 | 12 | 2B | 30 | B | 34 |
| Octal | 222 | 215 | 170 | 0 | 3 | 22 | 53 | 60 | 13 | 64 |
| Binary | 10010010 | 10001101 | 1111000 | 0 | 11 | 10010 | 101011 | 110000 | 1011 | 110100 |
Color Harmonies of #928D78
Complementary color
Monochromatic Colors of #928D78
Black with #928D78
Text Example
Text Example
White with #928D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D78; }
p { color: rgb(146,141,120); }
H1.HeaderClassName
{
color: #928D78;
}
.AnyTagClassName
{
color: #928D78;
}
</style>
background-color css
<style>
a { background-color: #928D78; }
a { background-color: rgb(146,141,120); }
div.DivClassName
{
background-color: #928D78;
}
.BgClassName
{
background-color: #928D78;
}
</style>
border-color css
<style>
span { border-color: #928D78; }
span { border-color: rgb(146,141,120); }
td.TdClassName
{
border-color: #928D78;
}
.TagClassName
{
border-color: #928D78;
}
</style>