Shades of Gurkha #918F77
Tints of Gurkha #918F77
RGB
CMYK
RGB Variations
Color information
#918F77 (or 0x918F77) is known color: Gurkha. HEX triplet: 91, 8F and 77. RGB value is (145,143,119). Sum of RGB (Red+Green+Blue) = 145+143+119=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #918F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F77 is #6E7088. Grayscale: #8C8C8C. Windows color (decimal): -7237769 or 7835537. OLE color: 7835537.
HSL color Cylindrical-coordinate representation of color #918F77: hue angle of 55.38º 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 #918F77 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 119 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.43 |
| HSL | 55.38º | 0.11% | 0.52% | - |
| HSV(B) | 55.38º | 0.18% | 0.57% | - |
| XYZ | 24.83 | 27 | 21.35 | - |
| YUV | 140.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 119 | 0 | 0.01 | 0.18 | 0.43 | 55.38 | 0.11 | 0.52 |
| Hex | 91 | 8F | 77 | 0 | 1 | 12 | 2B | 37 | B | 34 |
| Octal | 221 | 217 | 167 | 0 | 1 | 22 | 53 | 67 | 13 | 64 |
| Binary | 10010001 | 10001111 | 1110111 | 0 | 1 | 10010 | 101011 | 110111 | 1011 | 110100 |
Color Harmonies of #918F77
Complementary color
Monochromatic Colors of #918F77
Black with #918F77
Text Example
Text Example
White with #918F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F77; }
p { color: rgb(145,143,119); }
H1.HeaderClassName
{
color: #918F77;
}
.AnyTagClassName
{
color: #918F77;
}
</style>
background-color css
<style>
a { background-color: #918F77; }
a { background-color: rgb(145,143,119); }
div.DivClassName
{
background-color: #918F77;
}
.BgClassName
{
background-color: #918F77;
}
</style>
border-color css
<style>
span { border-color: #918F77; }
span { border-color: rgb(145,143,119); }
td.TdClassName
{
border-color: #918F77;
}
.TagClassName
{
border-color: #918F77;
}
</style>