Shades of Gurkha #94907D
Tints of Gurkha #94907D
RGB
CMYK
RGB Variations
Color information
#94907D (or 0x94907D) is known color: Gurkha. HEX triplet: 94, 90 and 7D. RGB value is (148,144,125). Sum of RGB (Red+Green+Blue) = 148+144+125=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94907D is #6B6F82. Grayscale: #8F8F8F. Windows color (decimal): -7040899 or 8229012. OLE color: 8229012.
HSL color Cylindrical-coordinate representation of color #94907D: hue angle of 49.57º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94907D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 125 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.42 |
| HSL | 49.57º | 0.1% | 0.54% | - |
| HSV(B) | 49.57º | 0.16% | 0.58% | - |
| XYZ | 25.89 | 27.72 | 23.39 | - |
| YUV | 143.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 125 | 0 | 0.03 | 0.16 | 0.42 | 49.57 | 0.1 | 0.54 |
| Hex | 94 | 90 | 7D | 0 | 3 | 10 | 2A | 32 | A | 36 |
| Octal | 224 | 220 | 175 | 0 | 3 | 20 | 52 | 62 | 12 | 66 |
| Binary | 10010100 | 10010000 | 1111101 | 0 | 11 | 10000 | 101010 | 110010 | 1010 | 110110 |
Color Harmonies of #94907D
Complementary color
Monochromatic Colors of #94907D
Black with #94907D
Text Example
Text Example
White with #94907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94907D; }
p { color: rgb(148,144,125); }
H1.HeaderClassName
{
color: #94907D;
}
.AnyTagClassName
{
color: #94907D;
}
</style>
background-color css
<style>
a { background-color: #94907D; }
a { background-color: rgb(148,144,125); }
div.DivClassName
{
background-color: #94907D;
}
.BgClassName
{
background-color: #94907D;
}
</style>
border-color css
<style>
span { border-color: #94907D; }
span { border-color: rgb(148,144,125); }
td.TdClassName
{
border-color: #94907D;
}
.TagClassName
{
border-color: #94907D;
}
</style>