#765140

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

Shades of Old Copper #765140

Tints of Old Copper #765140

Color information

#765140 (or 0x765140) is unknown color: approx Old Copper. HEX triplet: 76, 51 and 40. RGB value is (118,81,64). Sum of RGB (Red+Green+Blue) = 118+81+64=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #765140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765140 is #89AEBF. Grayscale: #5A5A5A. Windows color (decimal): -9023168 or 4215158. OLE color: 4215158.

HSL color Cylindrical-coordinate representation of color #765140: hue angle of 18.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765140 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1188164-
CMYK00.310.460.54
HSL18.89º29.67%35.69%-
HSV(B)18.89º45.76%46.27%-
XYZ11.3410.116.2-
YUV90.12113.26147.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=44.87%
G=30.80%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118816400.310.460.5418.8929.6735.69
Hex76514001F2E36131e24
Octal1661211000375666233644
Binary1110110101000110000000111111011101101101001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765140; }

 p { color: rgb(118,81,64); }

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

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

 a { background-color: rgb(118,81,64); }

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

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

 span { border-color: rgb(118,81,64); }

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