Shades of Gurkha #938F7D
Tints of Gurkha #938F7D
RGB
CMYK
RGB Variations
Color information
#938F7D (or 0x938F7D) is known color: Gurkha. HEX triplet: 93, 8F and 7D. RGB value is (147,143,125). Sum of RGB (Red+Green+Blue) = 147+143+125=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #938F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F7D is #6C7082. Grayscale: #8E8E8E. Windows color (decimal): -7106691 or 8228755. OLE color: 8228755.
HSL color Cylindrical-coordinate representation of color #938F7D: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #938F7D is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 125 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.42 |
| HSL | 49.09º | 0.09% | 0.53% | - |
| HSV(B) | 49.09º | 0.15% | 0.58% | - |
| XYZ | 25.56 | 27.33 | 23.33 | - |
| YUV | 142.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 125 | 0 | 0.03 | 0.15 | 0.42 | 49.09 | 0.09 | 0.53 |
| Hex | 93 | 8F | 7D | 0 | 3 | F | 2A | 31 | 9 | 35 |
| Octal | 223 | 217 | 175 | 0 | 3 | 17 | 52 | 61 | 11 | 65 |
| Binary | 10010011 | 10001111 | 1111101 | 0 | 11 | 1111 | 101010 | 110001 | 1001 | 110101 |
Color Harmonies of #938F7D
Complementary color
Monochromatic Colors of #938F7D
Black with #938F7D
Text Example
Text Example
White with #938F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F7D; }
p { color: rgb(147,143,125); }
H1.HeaderClassName
{
color: #938F7D;
}
.AnyTagClassName
{
color: #938F7D;
}
</style>
background-color css
<style>
a { background-color: #938F7D; }
a { background-color: rgb(147,143,125); }
div.DivClassName
{
background-color: #938F7D;
}
.BgClassName
{
background-color: #938F7D;
}
</style>
border-color css
<style>
span { border-color: #938F7D; }
span { border-color: rgb(147,143,125); }
td.TdClassName
{
border-color: #938F7D;
}
.TagClassName
{
border-color: #938F7D;
}
</style>