#80795E

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

Shades of Stonewall #80795E

Tints of Stonewall #80795E

Color information

#80795E (or 0x80795E) is unknown color: approx Stonewall. HEX triplet: 80, 79 and 5E. RGB value is (128,121,94). Sum of RGB (Red+Green+Blue) = 128+121+94=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #80795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80795E is #7F86A1. Grayscale: #787878. Windows color (decimal): -8357538 or 6191488. OLE color: 6191488.

HSL color Cylindrical-coordinate representation of color #80795E: hue angle of 47.65º 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 #80795E is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12812194-
CMYK00.050.270.50
HSL47.65º15.32%43.53%-
HSV(B)47.65º26.56%50.2%-
XYZ17.7619.0713.33-
YUV120.02113.32133.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=37.32%
G=35.28%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281219400.050.270.5047.6515.3243.53
Hex80795E051B3230f2c
Octal200171136053362601754
Binary10000000111100110111100101110111100101100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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