#938F77

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

Shades of Gurkha #938F77

Tints of Gurkha #938F77

Color information

#938F77 (or 0x938F77) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 77. RGB value is (147,143,119). Sum of RGB (Red+Green+Blue) = 147+143+119=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F77 is #6C7088. Grayscale: #8D8D8D. Windows color (decimal): -7106697 or 7835539. OLE color: 7835539.

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

Color convert

RGB147143119-
CMYK00.030.190.42
HSL51.43º11.48%52.16%-
HSV(B)51.43º19.05%57.65%-
XYZ25.1827.1821.37-
YUV141.46115.33131.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=35.94%
G=34.96%
B=29.10%

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
Decimal14714311900.030.190.4251.4311.4852.16
Hex938F7703132A33b34
Octal223217167032352631364
Binary10010011100011111110111011100111010101100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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