#78523C

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

Shades of Old Copper #78523C

Tints of Old Copper #78523C

Color information

#78523C (or 0x78523C) is unknown color: approx Old Copper. HEX triplet: 78, 52 and 3C. RGB value is (120,82,60). Sum of RGB (Red+Green+Blue) = 120+82+60=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78523C is #87ADC3. Grayscale: #5A5A5A. Windows color (decimal): -8891844 or 3953272. OLE color: 3953272.

HSL color Cylindrical-coordinate representation of color #78523C: hue angle of 22º 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 #78523C is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1208260-
CMYK00.320.50.53
HSL22º33.33%35.29%-
HSV(B)22º50%47.06%-
XYZ11.5810.355.66-
YUV90.85110.59148.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=45.80%
G=31.30%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120826000.320.50.532233.3335.29
Hex78523C0203235162123
Octal170122740406265264143
Binary11110001010010111100010000011001011010110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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