#765342

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

Shades of Old Copper #765342

Tints of Old Copper #765342

Color information

#765342 (or 0x765342) is unknown color: approx Old Copper. HEX triplet: 76, 53 and 42. RGB value is (118,83,66). Sum of RGB (Red+Green+Blue) = 118+83+66=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #765342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765342 is #89ACBD. Grayscale: #5B5B5B. Windows color (decimal): -9022654 or 4346742. OLE color: 4346742.

HSL color Cylindrical-coordinate representation of color #765342: hue angle of 19.62º 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 #765342 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1188366-
CMYK00.300.440.54
HSL19.62º28.26%36.08%-
HSV(B)19.62º44.07%46.27%-
XYZ11.5510.436.56-
YUV91.53113.6146.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=44.19%
G=31.09%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118836600.300.440.5419.6228.2636.08
Hex76534201E2C36141c24
Octal1661231020365466243444
Binary1110110101001110000100111101011001101101010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765342; }

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

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

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

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

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

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

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

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