#80765C

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

Shades of Stonewall #80765C

Tints of Stonewall #80765C

Color information

#80765C (or 0x80765C) is unknown color: approx Stonewall. HEX triplet: 80, 76 and 5C. RGB value is (128,118,92). Sum of RGB (Red+Green+Blue) = 128+118+92=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80765C is #7F89A3. Grayscale: #767676. Windows color (decimal): -8358308 or 6059648. OLE color: 6059648.

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

Color convert

RGB12811892-
CMYK00.080.280.50
HSL43.33º16.36%43.14%-
HSV(B)43.33º28.12%50.2%-
XYZ17.3118.3212.75-
YUV118.03113.31135.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=37.87%
G=34.91%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281189200.080.280.5043.3316.3643.14
Hex80765C081C322b102b
Octal2001661340103462532053
Binary1000000011101101011100010001110011001010101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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