#80785B

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

Shades of Stonewall #80785B

Tints of Stonewall #80785B

Color information

#80785B (or 0x80785B) is unknown color: approx Stonewall. HEX triplet: 80, 78 and 5B. RGB value is (128,120,91). Sum of RGB (Red+Green+Blue) = 128+120+91=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80785B is #7F87A4. Grayscale: #777777. Windows color (decimal): -8357797 or 5994624. OLE color: 5994624.

HSL color Cylindrical-coordinate representation of color #80785B: hue angle of 47.03º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80785B is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12812091-
CMYK00.060.290.50
HSL47.03º16.89%42.94%-
HSV(B)47.03º28.91%50.2%-
XYZ17.5118.7812.6-
YUV119.09112.15134.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=37.76%
G=35.40%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281209100.060.290.5047.0316.8942.94
Hex80785B061D322f112b
Octal200170133063562572153
Binary100000001111000101101101101110111001010111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80785B; }

 p { color: rgb(128,120,91); }

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

<style>
 a { background-color: #80785B; }

 a { background-color: rgb(128,120,91); }

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

<style>
 span { border-color: #80785B; }

 span { border-color: rgb(128,120,91); }

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