#80765D

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

Shades of Stonewall #80765D

Tints of Stonewall #80765D

Color information

#80765D (or 0x80765D) is unknown color: approx Stonewall. HEX triplet: 80, 76 and 5D. RGB value is (128,118,93). Sum of RGB (Red+Green+Blue) = 128+118+93=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80765D is #7F89A2. Grayscale: #767676. Windows color (decimal): -8358307 or 6125184. OLE color: 6125184.

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

Color convert

RGB12811893-
CMYK00.080.270.50
HSL42.86º15.84%43.33%-
HSV(B)42.86º27.34%50.2%-
XYZ17.3618.3412.98-
YUV118.14113.81135.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=37.76%
G=34.81%
B=27.43%

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
Decimal1281189300.080.270.5042.8615.8443.33
Hex80765D081B322b102b
Octal2001661350103362532053
Binary1000000011101101011101010001101111001010101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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