#78503A

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

Shades of Old Copper #78503A

Tints of Old Copper #78503A

Color information

#78503A (or 0x78503A) is unknown color: approx Old Copper. HEX triplet: 78, 50 and 3A. RGB value is (120,80,58). Sum of RGB (Red+Green+Blue) = 120+80+58=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #78503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78503A is #87AFC5. Grayscale: #595959. Windows color (decimal): -8892358 or 3821688. OLE color: 3821688.

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

Color convert

RGB1208058-
CMYK00.330.520.53
HSL21.29º34.83%34.9%-
HSV(B)21.29º51.67%47.06%-
XYZ11.3810.045.34-
YUV89.45110.25149.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=46.51%
G=31.01%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120805800.330.520.5321.2934.8334.9
Hex78503A0213435152323
Octal170120720416465254343
Binary11110001010000111010010000111010011010110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78503A; }

 p { color: rgb(120,80,58); }

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

<style>
 a { background-color: #78503A; }

 a { background-color: rgb(120,80,58); }

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

<style>
 span { border-color: #78503A; }

 span { border-color: rgb(120,80,58); }

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