#76543F

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

Shades of Old Copper #76543F

Tints of Old Copper #76543F

Color information

#76543F (or 0x76543F) is unknown color: approx Old Copper. HEX triplet: 76, 54 and 3F. RGB value is (118,84,63). Sum of RGB (Red+Green+Blue) = 118+84+63=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76543F is #89ABC0. Grayscale: #5B5B5B. Windows color (decimal): -9022401 or 4150390. OLE color: 4150390.

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

Color convert

RGB1188463-
CMYK00.290.470.54
HSL22.91º30.39%35.49%-
HSV(B)22.91º46.61%46.27%-
XYZ11.5410.556.13-
YUV91.77111.76146.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 63 (25% from 255) = 23.77%
R=44.53%
G=31.70%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118846300.290.470.5422.9130.3935.49
Hex76543F01D2F36171e23
Octal166124770355766273643
Binary111011010101001111110111011011111101101011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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