#765243

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

Shades of Old Copper #765243

Tints of Old Copper #765243

Color information

#765243 (or 0x765243) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 43. RGB value is (118,82,67). Sum of RGB (Red+Green+Blue) = 118+82+67=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #765243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765243 is #89ADBC. Grayscale: #5B5B5B. Windows color (decimal): -9022909 or 4412022. OLE color: 4412022.

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

Color convert

RGB1188267-
CMYK00.310.430.54
HSL17.65º27.57%36.27%-
HSV(B)17.65º43.22%46.27%-
XYZ11.510.296.69-
YUV91.05114.43147.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=44.19%
G=30.71%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118826700.310.430.5417.6527.5736.27
Hex76524301F2B36121c24
Octal1661221030375366223444
Binary1110110101001010000110111111010111101101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765243; }

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

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

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

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

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

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

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

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