#78543E

Color #78543E Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #78543E

Tints of Old Copper #78543E

Color information

#78543E (or 0x78543E) is unknown color: approx Old Copper. HEX triplet: 78, 54 and 3E. RGB value is (120,84,62). Sum of RGB (Red+Green+Blue) = 120+84+62=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78543E is #87ABC1. Grayscale: #5C5C5C. Windows color (decimal): -8891330 or 4084856. OLE color: 4084856.

HSL color Cylindrical-coordinate representation of color #78543E: hue angle of 22.76º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78543E is Cyan = 0, Magento = 0.3, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1208462-
CMYK00.30.480.53
HSL22.76º31.87%35.69%-
HSV(B)22.76º48.33%47.06%-
XYZ11.7910.686-
YUV92.26110.93147.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=45.11%
G=31.58%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120846200.30.480.5322.7631.8735.69
Hex78543E01E3035172024
Octal170124760366065274044
Binary1111000101010011111001111011000011010110111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78543E; }

 p { color: rgb(120,84,62); }

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

<style>
 a { background-color: #78543E; }

 a { background-color: rgb(120,84,62); }

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

<style>
 span { border-color: #78543E; }

 span { border-color: rgb(120,84,62); }

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