#785542

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

Shades of Old Copper #785542

Tints of Old Copper #785542

Color information

#785542 (or 0x785542) is unknown color: approx Old Copper. HEX triplet: 78, 55 and 42. RGB value is (120,85,66). Sum of RGB (Red+Green+Blue) = 120+85+66=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #785542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785542 is #87AABD. Grayscale: #5D5D5D. Windows color (decimal): -8891070 or 4347256. OLE color: 4347256.

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

Color convert

RGB1208566-
CMYK00.290.450.53
HSL21.11º29.03%36.47%-
HSV(B)21.11º45%47.06%-
XYZ11.9810.886.62-
YUV93.3112.6147.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=44.28%
G=31.37%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120856600.290.450.5321.1129.0336.47
Hex78554201D2D35151d24
Octal1701251020355565253544
Binary1111000101010110000100111011011011101011010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785542; }

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

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

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

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

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

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

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

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