Shades of Gurkha #92907F
Tints of Gurkha #92907F
RGB
CMYK
RGB Variations
Color information
#92907F (or 0x92907F) is known color: Gurkha. HEX triplet: 92, 90 and 7F. RGB value is (146,144,127). Sum of RGB (Red+Green+Blue) = 146+144+127=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92907F is #6D6F80. Grayscale: #8E8E8E. Windows color (decimal): -7171969 or 8360082. OLE color: 8360082.
HSL color Cylindrical-coordinate representation of color #92907F: hue angle of 53.68º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92907F is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 144 | 127 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.43 |
| HSL | 53.68º | 0.08% | 0.54% | - |
| HSV(B) | 53.68º | 0.13% | 0.57% | - |
| XYZ | 25.66 | 27.59 | 24.05 | - |
| YUV | 142.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 127 | 0 | 0.01 | 0.13 | 0.43 | 53.68 | 0.08 | 0.54 |
| Hex | 92 | 90 | 7F | 0 | 1 | D | 2B | 36 | 8 | 36 |
| Octal | 222 | 220 | 177 | 0 | 1 | 15 | 53 | 66 | 10 | 66 |
| Binary | 10010010 | 10010000 | 1111111 | 0 | 1 | 1101 | 101011 | 110110 | 1000 | 110110 |
Color Harmonies of #92907F
Complementary color
Monochromatic Colors of #92907F
Black with #92907F
Text Example
Text Example
White with #92907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92907F; }
p { color: rgb(146,144,127); }
H1.HeaderClassName
{
color: #92907F;
}
.AnyTagClassName
{
color: #92907F;
}
</style>
background-color css
<style>
a { background-color: #92907F; }
a { background-color: rgb(146,144,127); }
div.DivClassName
{
background-color: #92907F;
}
.BgClassName
{
background-color: #92907F;
}
</style>
border-color css
<style>
span { border-color: #92907F; }
span { border-color: rgb(146,144,127); }
td.TdClassName
{
border-color: #92907F;
}
.TagClassName
{
border-color: #92907F;
}
</style>