#938F7B

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

Shades of Gurkha #938F7B

Tints of Gurkha #938F7B

Color information

#938F7B (or 0x938F7B) is unknown color: approx 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

RGB147143123-
CMYK00.030.160.42
HSL50º10%52.94%-
HSV(B)50º16.33%57.65%-
XYZ25.4327.2822.66-
YUV141.92117.33131.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=35.59%
G=34.62%
B=29.78%

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
Decimal14714312300.030.160.42501052.94
Hex938F7B03102A32a35
Octal223217173032052621265
Binary10010011100011111111011011100001010101100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>