Shades of Gurkha #929080
Tints of Gurkha #929080
RGB
CMYK
RGB Variations
Color information
#929080 (or 0x929080) is known color: Gurkha. HEX triplet: 92, 90 and 80. RGB value is (146,144,128). Sum of RGB (Red+Green+Blue) = 146+144+128=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #929080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929080 is #6D6F7F. Grayscale: #8E8E8E. Windows color (decimal): -7171968 or 8425618. OLE color: 8425618.
HSL color Cylindrical-coordinate representation of color #929080: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #929080 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 144 | 128 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.43 |
| HSL | 53.33º | 0.08% | 0.54% | - |
| HSV(B) | 53.33º | 0.12% | 0.57% | - |
| XYZ | 25.72 | 27.62 | 24.4 | - |
| YUV | 142.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 128 | 0 | 0.01 | 0.12 | 0.43 | 53.33 | 0.08 | 0.54 |
| Hex | 92 | 90 | 80 | 0 | 1 | C | 2B | 35 | 8 | 36 |
| Octal | 222 | 220 | 200 | 0 | 1 | 14 | 53 | 65 | 10 | 66 |
| Binary | 10010010 | 10010000 | 10000000 | 0 | 1 | 1100 | 101011 | 110101 | 1000 | 110110 |
Color Harmonies of #929080
Complementary color
Monochromatic Colors of #929080
Black with #929080
Text Example
Text Example
White with #929080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929080; }
p { color: rgb(146,144,128); }
H1.HeaderClassName
{
color: #929080;
}
.AnyTagClassName
{
color: #929080;
}
</style>
background-color css
<style>
a { background-color: #929080; }
a { background-color: rgb(146,144,128); }
div.DivClassName
{
background-color: #929080;
}
.BgClassName
{
background-color: #929080;
}
</style>
border-color css
<style>
span { border-color: #929080; }
span { border-color: rgb(146,144,128); }
td.TdClassName
{
border-color: #929080;
}
.TagClassName
{
border-color: #929080;
}
</style>