Shades of Gurkha #928F7F
Tints of Gurkha #928F7F
RGB
CMYK
RGB Variations
Color information
#928F7F (or 0x928F7F) is known color: Gurkha. HEX triplet: 92, 8F and 7F. RGB value is (146,143,127). Sum of RGB (Red+Green+Blue) = 146+143+127=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #928F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F7F is #6D7080. Grayscale: #8E8E8E. Windows color (decimal): -7172225 or 8359826. OLE color: 8359826.
HSL color Cylindrical-coordinate representation of color #928F7F: hue angle of 50.53º 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 #928F7F is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 127 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.43 |
| HSL | 50.53º | 0.08% | 0.54% | - |
| HSV(B) | 50.53º | 0.13% | 0.57% | - |
| XYZ | 25.51 | 27.29 | 24 | - |
| YUV | 142.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 127 | 0 | 0.02 | 0.13 | 0.43 | 50.53 | 0.08 | 0.54 |
| Hex | 92 | 8F | 7F | 0 | 2 | D | 2B | 33 | 8 | 36 |
| Octal | 222 | 217 | 177 | 0 | 2 | 15 | 53 | 63 | 10 | 66 |
| Binary | 10010010 | 10001111 | 1111111 | 0 | 10 | 1101 | 101011 | 110011 | 1000 | 110110 |
Color Harmonies of #928F7F
Complementary color
Monochromatic Colors of #928F7F
Black with #928F7F
Text Example
Text Example
White with #928F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F7F; }
p { color: rgb(146,143,127); }
H1.HeaderClassName
{
color: #928F7F;
}
.AnyTagClassName
{
color: #928F7F;
}
</style>
background-color css
<style>
a { background-color: #928F7F; }
a { background-color: rgb(146,143,127); }
div.DivClassName
{
background-color: #928F7F;
}
.BgClassName
{
background-color: #928F7F;
}
</style>
border-color css
<style>
span { border-color: #928F7F; }
span { border-color: rgb(146,143,127); }
td.TdClassName
{
border-color: #928F7F;
}
.TagClassName
{
border-color: #928F7F;
}
</style>