#938E77

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

Shades of Gurkha #938E77

Tints of Gurkha #938E77

Color information

#938E77 (or 0x938E77) is unknown color: approx Gurkha. HEX triplet: 93, 8E and 77. RGB value is (147,142,119). Sum of RGB (Red+Green+Blue) = 147+142+119=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #938E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E77 is #6C7188. Grayscale: #8C8C8C. Windows color (decimal): -7106953 or 7835283. OLE color: 7835283.

HSL color Cylindrical-coordinate representation of color #938E77: hue angle of 49.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #938E77 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB147142119-
CMYK00.030.190.42
HSL49.29º11.48%52.16%-
HSV(B)49.29º19.05%57.65%-
XYZ25.0426.8821.32-
YUV140.87115.66132.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=36.03%
G=34.80%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714211900.030.190.4249.2911.4852.16
Hex938E7703132A31b34
Octal223216167032352611364
Binary10010011100011101110111011100111010101100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,142,119); }

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

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

 a { background-color: rgb(147,142,119); }

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

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

 span { border-color: rgb(147,142,119); }

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