#78553C

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

Shades of Old Copper #78553C

Tints of Old Copper #78553C

Color information

#78553C (or 0x78553C) is unknown color: approx Old Copper. HEX triplet: 78, 55 and 3C. RGB value is (120,85,60). Sum of RGB (Red+Green+Blue) = 120+85+60=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78553C is #87AAC3. Grayscale: #5C5C5C. Windows color (decimal): -8891076 or 3954040. OLE color: 3954040.

HSL color Cylindrical-coordinate representation of color #78553C: hue angle of 25º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78553C is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1208560-
CMYK00.290.50.53
HSL25º33.33%35.29%-
HSV(B)25º50%47.06%-
XYZ11.8110.825.74-
YUV92.62109.6147.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=45.28%
G=32.08%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120856000.290.50.532533.3335.29
Hex78553C01D3235192123
Octal170125740356265314143
Binary1111000101010111110001110111001011010111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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