Shades of Gurkha #92907B
Tints of Gurkha #92907B
RGB
CMYK
RGB Variations
Color information
#92907B (or 0x92907B) is known color: Gurkha. HEX triplet: 92, 90 and 7B. RGB value is (146,144,123). Sum of RGB (Red+Green+Blue) = 146+144+123=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 146 - color contains mainly: red. Hex color #92907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92907B is #6D6F84. Grayscale: #8E8E8E. Windows color (decimal): -7171973 or 8097938. OLE color: 8097938.
HSL color Cylindrical-coordinate representation of color #92907B: hue angle of 54.78º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92907B is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 144 | 123 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.43 |
| HSL | 54.78º | 0.1% | 0.53% | - |
| HSV(B) | 54.78º | 0.16% | 0.57% | - |
| XYZ | 25.4 | 27.49 | 22.71 | - |
| YUV | 142.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 123 | 0 | 0.01 | 0.16 | 0.43 | 54.78 | 0.1 | 0.53 |
| Hex | 92 | 90 | 7B | 0 | 1 | 10 | 2B | 37 | A | 35 |
| Octal | 222 | 220 | 173 | 0 | 1 | 20 | 53 | 67 | 12 | 65 |
| Binary | 10010010 | 10010000 | 1111011 | 0 | 1 | 10000 | 101011 | 110111 | 1010 | 110101 |
Color Harmonies of #92907B
Complementary color
Monochromatic Colors of #92907B
Black with #92907B
Text Example
Text Example
White with #92907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92907B; }
p { color: rgb(146,144,123); }
H1.HeaderClassName
{
color: #92907B;
}
.AnyTagClassName
{
color: #92907B;
}
</style>
background-color css
<style>
a { background-color: #92907B; }
a { background-color: rgb(146,144,123); }
div.DivClassName
{
background-color: #92907B;
}
.BgClassName
{
background-color: #92907B;
}
</style>
border-color css
<style>
span { border-color: #92907B; }
span { border-color: rgb(146,144,123); }
td.TdClassName
{
border-color: #92907B;
}
.TagClassName
{
border-color: #92907B;
}
</style>