#765644

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

Shades of Old Copper #765644

Tints of Old Copper #765644

Color information

#765644 (or 0x765644) is unknown color: approx Old Copper. HEX triplet: 76, 56 and 44. RGB value is (118,86,68). Sum of RGB (Red+Green+Blue) = 118+86+68=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765644 is #89A9BB. Grayscale: #5D5D5D. Windows color (decimal): -9021884 or 4478582. OLE color: 4478582.

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

Color convert

RGB1188668-
CMYK00.270.420.54
HSL21.6º26.88%36.47%-
HSV(B)21.6º42.37%46.27%-
XYZ11.8410.926.95-
YUV93.52113.6145.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 68 (26.95% from 255) = 25%
R=43.38%
G=31.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118866800.270.420.5421.626.8836.47
Hex76564401B2A36161b24
Octal1661261040335266263344
Binary1110110101011010001000110111010101101101011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765644; }

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

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

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

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

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

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

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

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