Shades of Gurkha #938F7B
Tints of Gurkha #938F7B
RGB
CMYK
RGB Variations
Color information
#938F7B (or 0x938F7B) is known color: Gurkha. HEX triplet: 93, 8F and 7B. RGB value is (147,143,123). Sum of RGB (Red+Green+Blue) = 147+143+123=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F7B is #6C7084. Grayscale: #8E8E8E. Windows color (decimal): -7106693 or 8097683. OLE color: 8097683.
HSL color Cylindrical-coordinate representation of color #938F7B: hue angle of 50º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938F7B is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 123 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.42 |
| HSL | 50º | 0.1% | 0.53% | - |
| HSV(B) | 50º | 0.16% | 0.58% | - |
| XYZ | 25.43 | 27.28 | 22.66 | - |
| YUV | 141.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 123 | 0 | 0.03 | 0.16 | 0.42 | 50 | 0.1 | 0.53 |
| Hex | 93 | 8F | 7B | 0 | 3 | 10 | 2A | 32 | A | 35 |
| Octal | 223 | 217 | 173 | 0 | 3 | 20 | 52 | 62 | 12 | 65 |
| Binary | 10010011 | 10001111 | 1111011 | 0 | 11 | 10000 | 101010 | 110010 | 1010 | 110101 |
Color Harmonies of #938F7B
Complementary color
Monochromatic Colors of #938F7B
Black with #938F7B
Text Example
Text Example
White with #938F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F7B; }
p { color: rgb(147,143,123); }
H1.HeaderClassName
{
color: #938F7B;
}
.AnyTagClassName
{
color: #938F7B;
}
</style>
background-color css
<style>
a { background-color: #938F7B; }
a { background-color: rgb(147,143,123); }
div.DivClassName
{
background-color: #938F7B;
}
.BgClassName
{
background-color: #938F7B;
}
</style>
border-color css
<style>
span { border-color: #938F7B; }
span { border-color: rgb(147,143,123); }
td.TdClassName
{
border-color: #938F7B;
}
.TagClassName
{
border-color: #938F7B;
}
</style>