Shades of Gurkha #939180
Tints of Gurkha #939180
RGB
CMYK
RGB Variations
Color information
#939180 (or 0x939180) is known color: Gurkha. HEX triplet: 93, 91 and 80. RGB value is (147,145,128). Sum of RGB (Red+Green+Blue) = 147+145+128=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #939180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939180 is #6C6E7F. Grayscale: #8F8F8F. Windows color (decimal): -7106176 or 8425875. OLE color: 8425875.
HSL color Cylindrical-coordinate representation of color #939180: hue angle of 53.68º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #939180 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 128 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.42 |
| HSL | 53.68º | 0.08% | 0.54% | - |
| HSV(B) | 53.68º | 0.13% | 0.58% | - |
| XYZ | 26.05 | 28.01 | 24.46 | - |
| YUV | 143.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 128 | 0 | 0.01 | 0.13 | 0.42 | 53.68 | 0.08 | 0.54 |
| Hex | 93 | 91 | 80 | 0 | 1 | D | 2A | 36 | 8 | 36 |
| Octal | 223 | 221 | 200 | 0 | 1 | 15 | 52 | 66 | 10 | 66 |
| Binary | 10010011 | 10010001 | 10000000 | 0 | 1 | 1101 | 101010 | 110110 | 1000 | 110110 |
Color Harmonies of #939180
Complementary color
Monochromatic Colors of #939180
Black with #939180
Text Example
Text Example
White with #939180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939180; }
p { color: rgb(147,145,128); }
H1.HeaderClassName
{
color: #939180;
}
.AnyTagClassName
{
color: #939180;
}
</style>
background-color css
<style>
a { background-color: #939180; }
a { background-color: rgb(147,145,128); }
div.DivClassName
{
background-color: #939180;
}
.BgClassName
{
background-color: #939180;
}
</style>
border-color css
<style>
span { border-color: #939180; }
span { border-color: rgb(147,145,128); }
td.TdClassName
{
border-color: #939180;
}
.TagClassName
{
border-color: #939180;
}
</style>