#80755E

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

Shades of Stonewall #80755E

Tints of Stonewall #80755E

Color information

#80755E (or 0x80755E) is unknown color: approx Stonewall. HEX triplet: 80, 75 and 5E. RGB value is (128,117,94). Sum of RGB (Red+Green+Blue) = 128+117+94=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80755E is #7F8AA1. Grayscale: #757575. Windows color (decimal): -8358562 or 6190464. OLE color: 6190464.

HSL color Cylindrical-coordinate representation of color #80755E: hue angle of 40.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80755E is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12811794-
CMYK00.090.270.50
HSL40.59º15.32%43.53%-
HSV(B)40.59º26.56%50.2%-
XYZ17.2818.1213.18-
YUV117.67114.64135.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=37.76%
G=34.51%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281179400.090.270.5040.5915.3243.53
Hex80755E091B3229f2c
Octal2001651360113362511754
Binary100000001110101101111001001110111100101010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,117,94); }

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

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

 a { background-color: rgb(128,117,94); }

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

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

 span { border-color: rgb(128,117,94); }

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