Shades of Gurkha #908B78
Tints of Gurkha #908B78
RGB
CMYK
RGB Variations
Color information
#908B78 (or 0x908B78) is known color: Gurkha. HEX triplet: 90, 8B and 78. RGB value is (144,139,120). Sum of RGB (Red+Green+Blue) = 144+139+120=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #908B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B78 is #6F7487. Grayscale: #8A8A8A. Windows color (decimal): -7304328 or 7900048. OLE color: 7900048.
HSL color Cylindrical-coordinate representation of color #908B78: hue angle of 47.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #908B78 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 120 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.44 |
| HSL | 47.5º | 0.1% | 0.52% | - |
| HSV(B) | 47.5º | 0.17% | 0.56% | - |
| XYZ | 24.12 | 25.75 | 21.47 | - |
| YUV | 138.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 120 | 0 | 0.03 | 0.17 | 0.44 | 47.5 | 0.1 | 0.52 |
| Hex | 90 | 8B | 78 | 0 | 3 | 11 | 2C | 30 | A | 34 |
| Octal | 220 | 213 | 170 | 0 | 3 | 21 | 54 | 60 | 12 | 64 |
| Binary | 10010000 | 10001011 | 1111000 | 0 | 11 | 10001 | 101100 | 110000 | 1010 | 110100 |
Color Harmonies of #908B78
Complementary color
Monochromatic Colors of #908B78
Black with #908B78
Text Example
Text Example
White with #908B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B78; }
p { color: rgb(144,139,120); }
H1.HeaderClassName
{
color: #908B78;
}
.AnyTagClassName
{
color: #908B78;
}
</style>
background-color css
<style>
a { background-color: #908B78; }
a { background-color: rgb(144,139,120); }
div.DivClassName
{
background-color: #908B78;
}
.BgClassName
{
background-color: #908B78;
}
</style>
border-color css
<style>
span { border-color: #908B78; }
span { border-color: rgb(144,139,120); }
td.TdClassName
{
border-color: #908B78;
}
.TagClassName
{
border-color: #908B78;
}
</style>