#765042

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

Shades of Old Copper #765042

Tints of Old Copper #765042

Color information

#765042 (or 0x765042) is unknown color: approx Old Copper. HEX triplet: 76, 50 and 42. RGB value is (118,80,66). Sum of RGB (Red+Green+Blue) = 118+80+66=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #765042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765042 is #89AFBD. Grayscale: #595959. Windows color (decimal): -9023422 or 4345974. OLE color: 4345974.

HSL color Cylindrical-coordinate representation of color #765042: hue angle of 16.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765042 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1188066-
CMYK00.320.440.54
HSL16.15º28.26%36.08%-
HSV(B)16.15º44.07%46.27%-
XYZ11.329.986.48-
YUV89.77114.59148.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 66 (26.17% from 255) = 25%
R=44.70%
G=30.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118806600.320.440.5416.1528.2636.08
Hex7650420202C36101c24
Octal1661201020405466203444
Binary11101101010000100001001000001011001101101000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765042; }

 p { color: rgb(118,80,66); }

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

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

 a { background-color: rgb(118,80,66); }

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

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

 span { border-color: rgb(118,80,66); }

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