Shades of Gurkha #9B9778
Tints of Gurkha #9B9778
RGB
CMYK
RGB Variations
Color information
#9B9778 (or 0x9B9778) is known color: Gurkha. HEX triplet: 9B, 97 and 78. RGB value is (155,151,120). Sum of RGB (Red+Green+Blue) = 155+151+120=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9778 is #646887. Grayscale: #949494. Windows color (decimal): -6580360 or 7903131. OLE color: 7903131.
HSL color Cylindrical-coordinate representation of color #9B9778: hue angle of 53.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B9778 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 120 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.39 |
| HSL | 53.14º | 0.15% | 0.54% | - |
| HSV(B) | 53.14º | 0.23% | 0.61% | - |
| XYZ | 27.97 | 30.46 | 22.17 | - |
| YUV | 148.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 120 | 0 | 0.03 | 0.23 | 0.39 | 53.14 | 0.15 | 0.54 |
| Hex | 9B | 97 | 78 | 0 | 3 | 17 | 27 | 35 | F | 36 |
| Octal | 233 | 227 | 170 | 0 | 3 | 27 | 47 | 65 | 17 | 66 |
| Binary | 10011011 | 10010111 | 1111000 | 0 | 11 | 10111 | 100111 | 110101 | 1111 | 110110 |
Color Harmonies of #9B9778
Complementary color
Monochromatic Colors of #9B9778
Black with #9B9778
Text Example
Text Example
White with #9B9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9778; }
p { color: rgb(155,151,120); }
H1.HeaderClassName
{
color: #9B9778;
}
.AnyTagClassName
{
color: #9B9778;
}
</style>
background-color css
<style>
a { background-color: #9B9778; }
a { background-color: rgb(155,151,120); }
div.DivClassName
{
background-color: #9B9778;
}
.BgClassName
{
background-color: #9B9778;
}
</style>
border-color css
<style>
span { border-color: #9B9778; }
span { border-color: rgb(155,151,120); }
td.TdClassName
{
border-color: #9B9778;
}
.TagClassName
{
border-color: #9B9778;
}
</style>