#938F7E

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

Shades of Gurkha #938F7E

Tints of Gurkha #938F7E

Color information

#938F7E (or 0x938F7E) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 7E. RGB value is (147,143,126). Sum of RGB (Red+Green+Blue) = 147+143+126=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #938F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F7E is #6C7081. Grayscale: #8E8E8E. Windows color (decimal): -7106690 or 8294291. OLE color: 8294291.

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

Color convert

RGB147143126-
CMYK00.030.140.42
HSL48.57º8.86%53.53%-
HSV(B)48.57º14.29%57.65%-
XYZ25.6227.3523.67-
YUV142.26118.83131.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=35.34%
G=34.38%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714312600.030.140.4248.578.8653.53
Hex938F7E03E2A31936
Octal223217176031652611166
Binary1001001110001111111111001111101010101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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