#76503B

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

Shades of Old Copper #76503B

Tints of Old Copper #76503B

Color information

#76503B (or 0x76503B) is unknown color: approx Old Copper. HEX triplet: 76, 50 and 3B. RGB value is (118,80,59). Sum of RGB (Red+Green+Blue) = 118+80+59=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76503B is #89AFC4. Grayscale: #595959. Windows color (decimal): -9023429 or 3887222. OLE color: 3887222.

HSL color Cylindrical-coordinate representation of color #76503B: hue angle of 21.36º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76503B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1188059-
CMYK00.320.500.54
HSL21.36º33.33%34.71%-
HSV(B)21.36º50%46.27%-
XYZ11.139.95.46-
YUV88.97111.09148.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=45.91%
G=31.13%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118805900.320.500.5421.3633.3334.71
Hex76503B0203236152123
Octal166120730406266254143
Binary11101101010000111011010000011001011011010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76503B; }

 p { color: rgb(118,80,59); }

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

<style>
 a { background-color: #76503B; }

 a { background-color: rgb(118,80,59); }

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

<style>
 span { border-color: #76503B; }

 span { border-color: rgb(118,80,59); }

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