#76553E

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

Shades of Old Copper #76553E

Tints of Old Copper #76553E

Color information

#76553E (or 0x76553E) is unknown color: approx Old Copper. HEX triplet: 76, 55 and 3E. RGB value is (118,85,62). Sum of RGB (Red+Green+Blue) = 118+85+62=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76553E is #89AAC1. Grayscale: #5C5C5C. Windows color (decimal): -9022146 or 4085110. OLE color: 4085110.

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

Color convert

RGB1188562-
CMYK00.280.470.54
HSL24.64º31.11%35.29%-
HSV(B)24.64º47.46%46.27%-
XYZ11.5910.76.01-
YUV92.24110.93146.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=44.53%
G=32.08%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118856200.280.470.5424.6431.1135.29
Hex76553E01C2F36191f23
Octal166125760345766313743
Binary111011010101011111100111001011111101101100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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