#80765E

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

Shades of Stonewall #80765E

Tints of Stonewall #80765E

Color information

#80765E (or 0x80765E) is unknown color: approx Stonewall. HEX triplet: 80, 76 and 5E. RGB value is (128,118,94). Sum of RGB (Red+Green+Blue) = 128+118+94=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80765E is #7F89A1. Grayscale: #767676. Windows color (decimal): -8358306 or 6190720. OLE color: 6190720.

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

Color convert

RGB12811894-
CMYK00.080.270.50
HSL42.35º15.32%43.53%-
HSV(B)42.35º26.56%50.2%-
XYZ17.418.3513.22-
YUV118.25114.31134.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=37.65%
G=34.71%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281189400.080.270.5042.3515.3243.53
Hex80765E081B322af2c
Octal2001661360103362521754
Binary100000001110110101111001000110111100101010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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