#80755C

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

Shades of Stonewall #80755C

Tints of Stonewall #80755C

Color information

#80755C (or 0x80755C) is unknown color: approx Stonewall. HEX triplet: 80, 75 and 5C. RGB value is (128,117,92). Sum of RGB (Red+Green+Blue) = 128+117+92=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80755C is #7F8AA3. Grayscale: #757575. Windows color (decimal): -8358564 or 6059392. OLE color: 6059392.

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

Color convert

RGB12811792-
CMYK00.090.280.50
HSL41.67º16.36%43.14%-
HSV(B)41.67º28.12%50.2%-
XYZ17.218.0812.71-
YUV117.44113.64135.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=37.98%
G=34.72%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281179200.090.280.5041.6716.3643.14
Hex80755C091C322a102b
Octal2001651340113462522053
Binary1000000011101011011100010011110011001010101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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