#80947E

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

Shades of Stack #80947E

Tints of Stack #80947E

Color information

#80947E (or 0x80947E) is unknown color: approx Stack. HEX triplet: 80, 94 and 7E. RGB value is (128,148,126). Sum of RGB (Red+Green+Blue) = 128+148+126=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #80947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80947E is #7F6B81. Grayscale: #8B8B8B. Windows color (decimal): -8350594 or 8295552. OLE color: 8295552.

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

Color convert

RGB128148126-
CMYK0.1400.150.42
HSL114.55º9.32%53.73%-
HSV(B)114.55º14.86%58.04%-
XYZ23.2627.2823.78-
YUV139.51120.37119.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=31.84%
G=36.82%
B=31.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481260.1400.150.42114.559.3253.73
Hex80947EE0F2A73936
Octal20022417616017521631166
Binary1000000010010100111111011100111110101011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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