Shades of Gurkha #94927A
Tints of Gurkha #94927A
RGB
CMYK
RGB Variations
Color information
#94927A (or 0x94927A) is known color: Gurkha. HEX triplet: 94, 92 and 7A. RGB value is (148,146,122). Sum of RGB (Red+Green+Blue) = 148+146+122=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #94927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94927A is #6B6D85. Grayscale: #8F8F8F. Windows color (decimal): -7040390 or 8032916. OLE color: 8032916.
HSL color Cylindrical-coordinate representation of color #94927A: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94927A is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 122 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.42 |
| HSL | 55.38º | 0.11% | 0.53% | - |
| HSV(B) | 55.38º | 0.18% | 0.58% | - |
| XYZ | 26 | 28.26 | 22.5 | - |
| YUV | 143.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 122 | 0 | 0.01 | 0.18 | 0.42 | 55.38 | 0.11 | 0.53 |
| Hex | 94 | 92 | 7A | 0 | 1 | 12 | 2A | 37 | B | 35 |
| Octal | 224 | 222 | 172 | 0 | 1 | 22 | 52 | 67 | 13 | 65 |
| Binary | 10010100 | 10010010 | 1111010 | 0 | 1 | 10010 | 101010 | 110111 | 1011 | 110101 |
Color Harmonies of #94927A
Complementary color
Monochromatic Colors of #94927A
Black with #94927A
Text Example
Text Example
White with #94927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94927A; }
p { color: rgb(148,146,122); }
H1.HeaderClassName
{
color: #94927A;
}
.AnyTagClassName
{
color: #94927A;
}
</style>
background-color css
<style>
a { background-color: #94927A; }
a { background-color: rgb(148,146,122); }
div.DivClassName
{
background-color: #94927A;
}
.BgClassName
{
background-color: #94927A;
}
</style>
border-color css
<style>
span { border-color: #94927A; }
span { border-color: rgb(148,146,122); }
td.TdClassName
{
border-color: #94927A;
}
.TagClassName
{
border-color: #94927A;
}
</style>