Shades of Gurkha #918C78
Tints of Gurkha #918C78
RGB
CMYK
RGB Variations
Color information
#918C78 (or 0x918C78) is known color: Gurkha. HEX triplet: 91, 8C and 78. RGB value is (145,140,120). Sum of RGB (Red+Green+Blue) = 145+140+120=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #918C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C78 is #6E7387. Grayscale: #8B8B8B. Windows color (decimal): -7238536 or 7900305. OLE color: 7900305.
HSL color Cylindrical-coordinate representation of color #918C78: 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 #918C78 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 120 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.43 |
| HSL | 48º | 0.1% | 0.52% | - |
| HSV(B) | 48º | 0.17% | 0.57% | - |
| XYZ | 24.45 | 26.13 | 21.52 | - |
| YUV | 139.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 120 | 0 | 0.03 | 0.17 | 0.43 | 48 | 0.1 | 0.52 |
| Hex | 91 | 8C | 78 | 0 | 3 | 11 | 2B | 30 | A | 34 |
| Octal | 221 | 214 | 170 | 0 | 3 | 21 | 53 | 60 | 12 | 64 |
| Binary | 10010001 | 10001100 | 1111000 | 0 | 11 | 10001 | 101011 | 110000 | 1010 | 110100 |
Color Harmonies of #918C78
Complementary color
Monochromatic Colors of #918C78
Black with #918C78
Text Example
Text Example
White with #918C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C78; }
p { color: rgb(145,140,120); }
H1.HeaderClassName
{
color: #918C78;
}
.AnyTagClassName
{
color: #918C78;
}
</style>
background-color css
<style>
a { background-color: #918C78; }
a { background-color: rgb(145,140,120); }
div.DivClassName
{
background-color: #918C78;
}
.BgClassName
{
background-color: #918C78;
}
</style>
border-color css
<style>
span { border-color: #918C78; }
span { border-color: rgb(145,140,120); }
td.TdClassName
{
border-color: #918C78;
}
.TagClassName
{
border-color: #918C78;
}
</style>