#76523E

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

Shades of Old Copper #76523E

Tints of Old Copper #76523E

Color information

#76523E (or 0x76523E) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 3E. RGB value is (118,82,62). Sum of RGB (Red+Green+Blue) = 118+82+62=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76523E is #89ADC1. Grayscale: #5A5A5A. Windows color (decimal): -9022914 or 4084342. OLE color: 4084342.

HSL color Cylindrical-coordinate representation of color #76523E: hue angle of 21.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76523E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1188262-
CMYK00.310.470.54
HSL21.43º31.11%35.29%-
HSV(B)21.43º47.46%46.27%-
XYZ11.3610.235.93-
YUV90.48111.93147.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=45.04%
G=31.30%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118826200.310.470.5421.4331.1135.29
Hex76523E01F2F36151f23
Octal166122760375766253743
Binary111011010100101111100111111011111101101010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76523E; }

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

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

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

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

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

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

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

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