#938F7C

Color #938F7C Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #938F7C

Tints of Gurkha #938F7C

Color information

#938F7C (or 0x938F7C) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 7C. RGB value is (147,143,124). Sum of RGB (Red+Green+Blue) = 147+143+124=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F7C is #6C7083. Grayscale: #8E8E8E. Windows color (decimal): -7106692 or 8163219. OLE color: 8163219.

HSL color Cylindrical-coordinate representation of color #938F7C: hue angle of 49.57º 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 #938F7C is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147143124-
CMYK00.030.160.42
HSL49.57º9.62%53.14%-
HSV(B)49.57º15.65%57.65%-
XYZ25.4927.323-
YUV142.03117.83131.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=35.51%
G=34.54%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714312400.030.160.4249.579.6253.14
Hex938F7C03102A32a35
Octal223217174032052621265
Binary10010011100011111111100011100001010101100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938F7C; }

 p { color: rgb(147,143,124); }

 H1.HeaderClassName
 {
   color: #938F7C;
 }
 .AnyTagClassName
 {
   color: #938F7C;
 }
</style>
background-color css

<style>
 a { background-color: #938F7C; }

 a { background-color: rgb(147,143,124); }

 div.DivClassName
 {
   background-color: #938F7C;
 }
 .BgClassName
 {
   background-color: #938F7C;
 }
</style>
border-color css

<style>
 span { border-color: #938F7C; }

 span { border-color: rgb(147,143,124); }

 td.TdClassName
 {
   border-color: #938F7C;
 }
 .TagClassName
 {
   border-color: #938F7C;
 }
</style>