Shades of Gurkha #958E78
Tints of Gurkha #958E78
RGB
CMYK
RGB Variations
Color information
#958E78 (or 0x958E78) is known color: Gurkha. HEX triplet: 95, 8E and 78. RGB value is (149,142,120). Sum of RGB (Red+Green+Blue) = 149+142+120=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E78 is #6A7187. Grayscale: #8D8D8D. Windows color (decimal): -6975880 or 7900821. OLE color: 7900821.
HSL color Cylindrical-coordinate representation of color #958E78: hue angle of 45.52º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958E78 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 120 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.42 |
| HSL | 45.52º | 0.12% | 0.53% | - |
| HSV(B) | 45.52º | 0.19% | 0.58% | - |
| XYZ | 25.46 | 27.09 | 21.66 | - |
| YUV | 141.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 120 | 0 | 0.05 | 0.19 | 0.42 | 45.52 | 0.12 | 0.53 |
| Hex | 95 | 8E | 78 | 0 | 5 | 13 | 2A | 2E | C | 35 |
| Octal | 225 | 216 | 170 | 0 | 5 | 23 | 52 | 56 | 14 | 65 |
| Binary | 10010101 | 10001110 | 1111000 | 0 | 101 | 10011 | 101010 | 101110 | 1100 | 110101 |
Color Harmonies of #958E78
Complementary color
Monochromatic Colors of #958E78
Black with #958E78
Text Example
Text Example
White with #958E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E78; }
p { color: rgb(149,142,120); }
H1.HeaderClassName
{
color: #958E78;
}
.AnyTagClassName
{
color: #958E78;
}
</style>
background-color css
<style>
a { background-color: #958E78; }
a { background-color: rgb(149,142,120); }
div.DivClassName
{
background-color: #958E78;
}
.BgClassName
{
background-color: #958E78;
}
</style>
border-color css
<style>
span { border-color: #958E78; }
span { border-color: rgb(149,142,120); }
td.TdClassName
{
border-color: #958E78;
}
.TagClassName
{
border-color: #958E78;
}
</style>