#939080

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

Shades of Gurkha #939080

Tints of Gurkha #939080

Color information

#939080 (or 0x939080) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 80. RGB value is (147,144,128). Sum of RGB (Red+Green+Blue) = 147+144+128=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #939080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939080 is #6C6F7F. Grayscale: #8F8F8F. Windows color (decimal): -7106432 or 8425619. OLE color: 8425619.

HSL color Cylindrical-coordinate representation of color #939080: hue angle of 50.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #939080 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147144128-
CMYK00.020.130.42
HSL50.53º8.09%53.92%-
HSV(B)50.53º12.93%57.65%-
XYZ25.927.7124.41-
YUV143.07119.49130.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=35.08%
G=34.37%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714412800.020.130.4250.538.0953.92
Hex93908002D2A33836
Octal223220200021552631066
Binary10010011100100001000000001011011010101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939080; }

 p { color: rgb(147,144,128); }

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

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

 a { background-color: rgb(147,144,128); }

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

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

 span { border-color: rgb(147,144,128); }

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