#78553F

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

Shades of Old Copper #78553F

Tints of Old Copper #78553F

Color information

#78553F (or 0x78553F) is unknown color: approx Old Copper. HEX triplet: 78, 55 and 3F. RGB value is (120,85,63). Sum of RGB (Red+Green+Blue) = 120+85+63=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78553F is #87AAC0. Grayscale: #5D5D5D. Windows color (decimal): -8891073 or 4150648. OLE color: 4150648.

HSL color Cylindrical-coordinate representation of color #78553F: hue angle of 23.16º 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 #78553F is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1208563-
CMYK00.290.480.53
HSL23.16º31.15%35.88%-
HSV(B)23.16º47.5%47.06%-
XYZ11.8910.856.17-
YUV92.96111.1147.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 63 (25% from 255) = 23.51%
R=44.78%
G=31.72%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120856300.290.480.5323.1631.1535.88
Hex78553F01D3035171f24
Octal170125770356065273744
Binary111100010101011111110111011100001101011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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