#76573F

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

Shades of Old Copper #76573F

Tints of Old Copper #76573F

Color information

#76573F (or 0x76573F) is unknown color: approx Old Copper. HEX triplet: 76, 57 and 3F. RGB value is (118,87,63). Sum of RGB (Red+Green+Blue) = 118+87+63=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76573F is #89A8C0. Grayscale: #5D5D5D. Windows color (decimal): -9021633 or 4151158. OLE color: 4151158.

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

Color convert

RGB1188763-
CMYK00.260.470.54
HSL26.18º30.39%35.49%-
HSV(B)26.18º46.61%46.27%-
XYZ11.7811.036.21-
YUV93.53110.77145.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 63 (25% from 255) = 23.51%
R=44.03%
G=32.46%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118876300.260.470.5426.1830.3935.49
Hex76573F01A2F361a1e23
Octal166127770325766323643
Binary111011010101111111110110101011111101101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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