#785842

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

Shades of Old Copper #785842

Tints of Old Copper #785842

Color information

#785842 (or 0x785842) is unknown color: approx Old Copper. HEX triplet: 78, 58 and 42. RGB value is (120,88,66). Sum of RGB (Red+Green+Blue) = 120+88+66=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785842 is #87A7BD. Grayscale: #5F5F5F. Windows color (decimal): -8890302 or 4348024. OLE color: 4348024.

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

Color convert

RGB1208866-
CMYK00.270.450.53
HSL24.44º29.03%36.47%-
HSV(B)24.44º45%47.06%-
XYZ12.2211.376.7-
YUV95.06111.6145.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=43.80%
G=32.12%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120886600.270.450.5324.4429.0336.47
Hex78584201B2D35181d24
Octal1701301020335565303544
Binary1111000101100010000100110111011011101011100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785842; }

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

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

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

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

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

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

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

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