#765743

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

Shades of Old Copper #765743

Tints of Old Copper #765743

Color information

#765743 (or 0x765743) is unknown color: approx Old Copper. HEX triplet: 76, 57 and 43. RGB value is (118,87,67). Sum of RGB (Red+Green+Blue) = 118+87+67=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765743 is #89A8BC. Grayscale: #5E5E5E. Windows color (decimal): -9021629 or 4413302. OLE color: 4413302.

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

Color convert

RGB1188767-
CMYK00.260.430.54
HSL23.53º27.57%36.27%-
HSV(B)23.53º43.22%46.27%-
XYZ11.8911.076.82-
YUV93.99112.77145.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 67 (26.56% from 255) = 24.63%
R=43.38%
G=31.99%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118876700.260.430.5423.5327.5736.27
Hex76574301A2B36181c24
Octal1661271030325366303444
Binary1110110101011110000110110101010111101101100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765743; }

 p { color: rgb(118,87,67); }

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

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

 a { background-color: rgb(118,87,67); }

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

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

 span { border-color: rgb(118,87,67); }

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