Shades of Gurkha #948F7A
Tints of Gurkha #948F7A
RGB
CMYK
RGB Variations
Color information
#948F7A (or 0x948F7A) is known color: Gurkha. HEX triplet: 94, 8F and 7A. RGB value is (148,143,122). Sum of RGB (Red+Green+Blue) = 148+143+122=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F7A is #6B7085. Grayscale: #8E8E8E. Windows color (decimal): -7041158 or 8032148. OLE color: 8032148.
HSL color Cylindrical-coordinate representation of color #948F7A: hue angle of 48.46º 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 #948F7A is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 122 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.42 |
| HSL | 48.46º | 0.11% | 0.53% | - |
| HSV(B) | 48.46º | 0.18% | 0.58% | - |
| XYZ | 25.55 | 27.35 | 22.34 | - |
| YUV | 142.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 122 | 0 | 0.03 | 0.18 | 0.42 | 48.46 | 0.11 | 0.53 |
| Hex | 94 | 8F | 7A | 0 | 3 | 12 | 2A | 30 | B | 35 |
| Octal | 224 | 217 | 172 | 0 | 3 | 22 | 52 | 60 | 13 | 65 |
| Binary | 10010100 | 10001111 | 1111010 | 0 | 11 | 10010 | 101010 | 110000 | 1011 | 110101 |
Color Harmonies of #948F7A
Complementary color
Monochromatic Colors of #948F7A
Black with #948F7A
Text Example
Text Example
White with #948F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F7A; }
p { color: rgb(148,143,122); }
H1.HeaderClassName
{
color: #948F7A;
}
.AnyTagClassName
{
color: #948F7A;
}
</style>
background-color css
<style>
a { background-color: #948F7A; }
a { background-color: rgb(148,143,122); }
div.DivClassName
{
background-color: #948F7A;
}
.BgClassName
{
background-color: #948F7A;
}
</style>
border-color css
<style>
span { border-color: #948F7A; }
span { border-color: rgb(148,143,122); }
td.TdClassName
{
border-color: #948F7A;
}
.TagClassName
{
border-color: #948F7A;
}
</style>