#785546

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

Shades of Old Copper #785546

Tints of Old Copper #785546

Color information

#785546 (or 0x785546) is unknown color: approx Old Copper. HEX triplet: 78, 55 and 46. RGB value is (120,85,70). Sum of RGB (Red+Green+Blue) = 120+85+70=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785546 is #87AAB9. Grayscale: #5D5D5D. Windows color (decimal): -8891066 or 4609400. OLE color: 4609400.

HSL color Cylindrical-coordinate representation of color #785546: hue angle of 18º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785546 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1208570-
CMYK00.290.420.53
HSL18º26.32%37.25%-
HSV(B)18º41.67%47.06%-
XYZ12.110.937.27-
YUV93.76114.6146.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=43.64%
G=30.91%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120857000.290.420.531826.3237.25
Hex78554601D2A35121a25
Octal1701251060355265223245
Binary1111000101010110001100111011010101101011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785546; }

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

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

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

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

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

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

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

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