#78503B

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

Shades of Old Copper #78503B

Tints of Old Copper #78503B

Color information

#78503B (or 0x78503B) is unknown color: approx Old Copper. HEX triplet: 78, 50 and 3B. RGB value is (120,80,59). Sum of RGB (Red+Green+Blue) = 120+80+59=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #78503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78503B is #87AFC4. Grayscale: #595959. Windows color (decimal): -8892357 or 3887224. OLE color: 3887224.

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

Color convert

RGB1208059-
CMYK00.330.510.53
HSL20.66º34.08%35.1%-
HSV(B)20.66º50.83%47.06%-
XYZ11.410.055.48-
YUV89.57110.75149.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=46.33%
G=30.89%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120805900.330.510.5320.6634.0835.1
Hex78503B0213335152223
Octal170120730416365254243
Binary11110001010000111011010000111001111010110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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