#80937E

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

Shades of Stack #80937E

Tints of Stack #80937E

Color information

#80937E (or 0x80937E) is unknown color: approx Stack. HEX triplet: 80, 93 and 7E. RGB value is (128,147,126). Sum of RGB (Red+Green+Blue) = 128+147+126=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #80937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80937E is #7F6C81. Grayscale: #8A8A8A. Windows color (decimal): -8350850 or 8295296. OLE color: 8295296.

HSL color Cylindrical-coordinate representation of color #80937E: hue angle of 114.29º 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 #80937E is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB128147126-
CMYK0.1300.140.42
HSL114.29º8.86%53.53%-
HSV(B)114.29º14.29%57.65%-
XYZ23.126.9623.73-
YUV138.93120.71120.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=31.92%
G=36.66%
B=31.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471260.1300.140.42114.298.8653.53
Hex80937ED0E2A72936
Octal20022317615016521621166
Binary1000000010010011111111011010111010101011100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80937E; }

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

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

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

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

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

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

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

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