#765744

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

Shades of Old Copper #765744

Tints of Old Copper #765744

Color information

#765744 (or 0x765744) is unknown color: approx Old Copper. HEX triplet: 76, 57 and 44. RGB value is (118,87,68). Sum of RGB (Red+Green+Blue) = 118+87+68=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765744 is #89A8BB. Grayscale: #5E5E5E. Windows color (decimal): -9021628 or 4478838. OLE color: 4478838.

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

Color convert

RGB1188768-
CMYK00.260.420.54
HSL22.8º26.88%36.47%-
HSV(B)22.8º42.37%46.27%-
XYZ11.9211.096.98-
YUV94.1113.27145.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=43.22%
G=31.87%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118876800.260.420.5422.826.8836.47
Hex76574401A2A36171b24
Octal1661271040325266273344
Binary1110110101011110001000110101010101101101011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765744; }

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

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

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

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

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

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

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

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