#78543F

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

Shades of Old Copper #78543F

Tints of Old Copper #78543F

Color information

#78543F (or 0x78543F) is unknown color: approx Old Copper. HEX triplet: 78, 54 and 3F. RGB value is (120,84,63). Sum of RGB (Red+Green+Blue) = 120+84+63=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78543F is #87ABC0. Grayscale: #5C5C5C. Windows color (decimal): -8891329 or 4150392. OLE color: 4150392.

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

Color convert

RGB1208463-
CMYK00.30.480.53
HSL22.11º31.15%35.88%-
HSV(B)22.11º47.5%47.06%-
XYZ11.8110.696.14-
YUV92.37111.43147.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 63 (25% from 255) = 23.60%
R=44.94%
G=31.46%
B=23.60%

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
Decimal120846300.30.480.5322.1131.1535.88
Hex78543F01E3035161f24
Octal170124770366065263744
Binary111100010101001111110111101100001101011011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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