#80785C

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

Shades of Stonewall #80785C

Tints of Stonewall #80785C

Color information

#80785C (or 0x80785C) is unknown color: approx Stonewall. HEX triplet: 80, 78 and 5C. RGB value is (128,120,92). Sum of RGB (Red+Green+Blue) = 128+120+92=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80785C is #7F87A3. Grayscale: #777777. Windows color (decimal): -8357796 or 6060160. OLE color: 6060160.

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

Color convert

RGB12812092-
CMYK00.060.280.50
HSL46.67º16.36%43.14%-
HSV(B)46.67º28.12%50.2%-
XYZ17.5518.7912.83-
YUV119.2112.65134.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=37.65%
G=35.29%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281209200.060.280.5046.6716.3643.14
Hex80785C061C322f102b
Octal200170134063462572053
Binary100000001111000101110001101110011001010111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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