#76523F

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

Shades of Old Copper #76523F

Tints of Old Copper #76523F

Color information

#76523F (or 0x76523F) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 3F. RGB value is (118,82,63). Sum of RGB (Red+Green+Blue) = 118+82+63=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76523F is #89ADC0. Grayscale: #5A5A5A. Windows color (decimal): -9022913 or 4149878. OLE color: 4149878.

HSL color Cylindrical-coordinate representation of color #76523F: hue angle of 20.73º degrees, saturation: 0.3, 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 #76523F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1188263-
CMYK00.310.470.54
HSL20.73º30.39%35.49%-
HSV(B)20.73º46.61%46.27%-
XYZ11.3910.256.08-
YUV90.6112.43147.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 63 (25% from 255) = 23.95%
R=44.87%
G=31.18%
B=23.95%

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
Decimal118826300.310.470.5420.7330.3935.49
Hex76523F01F2F36151e23
Octal166122770375766253643
Binary111011010100101111110111111011111101101010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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