#785642

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

Shades of Old Copper #785642

Tints of Old Copper #785642

Color information

#785642 (or 0x785642) is unknown color: approx Old Copper. HEX triplet: 78, 56 and 42. RGB value is (120,86,66). Sum of RGB (Red+Green+Blue) = 120+86+66=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785642 is #87A9BD. Grayscale: #5E5E5E. Windows color (decimal): -8890814 or 4347512. OLE color: 4347512.

HSL color Cylindrical-coordinate representation of color #785642: hue angle of 22.22º 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 #785642 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1208666-
CMYK00.280.450.53
HSL22.22º29.03%36.47%-
HSV(B)22.22º45%47.06%-
XYZ12.0611.046.65-
YUV93.89112.26146.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=44.12%
G=31.62%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120866600.280.450.5322.2229.0336.47
Hex78564201C2D35161d24
Octal1701261020345565263544
Binary1111000101011010000100111001011011101011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785642; }

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

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

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

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

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

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

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

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