Shades of Gurkha #94907B
Tints of Gurkha #94907B
RGB
CMYK
RGB Variations
Color information
#94907B (or 0x94907B) is known color: Gurkha. HEX triplet: 94, 90 and 7B. RGB value is (148,144,123). Sum of RGB (Red+Green+Blue) = 148+144+123=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #94907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94907B is #6B6F84. Grayscale: #8E8E8E. Windows color (decimal): -7040901 or 8097940. OLE color: 8097940.
HSL color Cylindrical-coordinate representation of color #94907B: hue angle of 50.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94907B is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 123 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.42 |
| HSL | 50.4º | 0.1% | 0.53% | - |
| HSV(B) | 50.4º | 0.17% | 0.58% | - |
| XYZ | 25.76 | 27.67 | 22.72 | - |
| YUV | 142.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 123 | 0 | 0.03 | 0.17 | 0.42 | 50.4 | 0.1 | 0.53 |
| Hex | 94 | 90 | 7B | 0 | 3 | 11 | 2A | 32 | A | 35 |
| Octal | 224 | 220 | 173 | 0 | 3 | 21 | 52 | 62 | 12 | 65 |
| Binary | 10010100 | 10010000 | 1111011 | 0 | 11 | 10001 | 101010 | 110010 | 1010 | 110101 |
Color Harmonies of #94907B
Complementary color
Monochromatic Colors of #94907B
Black with #94907B
Text Example
Text Example
White with #94907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94907B; }
p { color: rgb(148,144,123); }
H1.HeaderClassName
{
color: #94907B;
}
.AnyTagClassName
{
color: #94907B;
}
</style>
background-color css
<style>
a { background-color: #94907B; }
a { background-color: rgb(148,144,123); }
div.DivClassName
{
background-color: #94907B;
}
.BgClassName
{
background-color: #94907B;
}
</style>
border-color css
<style>
span { border-color: #94907B; }
span { border-color: rgb(148,144,123); }
td.TdClassName
{
border-color: #94907B;
}
.TagClassName
{
border-color: #94907B;
}
</style>