#80755F

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

Shades of Stonewall #80755F

Tints of Stonewall #80755F

Color information

#80755F (or 0x80755F) is unknown color: approx Stonewall. HEX triplet: 80, 75 and 5F. RGB value is (128,117,95). Sum of RGB (Red+Green+Blue) = 128+117+95=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80755F is #7F8AA0. Grayscale: #757575. Windows color (decimal): -8358561 or 6256000. OLE color: 6256000.

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

Color convert

RGB12811795-
CMYK00.090.260.50
HSL40º14.8%43.73%-
HSV(B)40º25.78%50.2%-
XYZ17.3318.1413.41-
YUV117.78115.14135.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=37.65%
G=34.41%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281179500.090.260.504014.843.73
Hex80755F091A3228f2c
Octal2001651370113262501754
Binary100000001110101101111101001110101100101010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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