#765244

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

Shades of Old Copper #765244

Tints of Old Copper #765244

Color information

#765244 (or 0x765244) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 44. RGB value is (118,82,68). Sum of RGB (Red+Green+Blue) = 118+82+68=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765244 is #89ADBB. Grayscale: #5B5B5B. Windows color (decimal): -9022908 or 4477558. OLE color: 4477558.

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

Color convert

RGB1188268-
CMYK00.310.420.54
HSL16.8º26.88%36.47%-
HSV(B)16.8º42.37%46.27%-
XYZ11.5310.36.85-
YUV91.17114.93147.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=44.03%
G=30.60%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118826800.310.420.5416.826.8836.47
Hex76524401F2A36111b24
Octal1661221040375266213344
Binary1110110101001010001000111111010101101101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765244; }

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

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

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

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

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

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

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

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