#765545

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

Shades of Old Copper #765545

Tints of Old Copper #765545

Color information

#765545 (or 0x765545) is unknown color: approx Old Copper. HEX triplet: 76, 55 and 45. RGB value is (118,85,69). Sum of RGB (Red+Green+Blue) = 118+85+69=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765545 is #89AABA. Grayscale: #5D5D5D. Windows color (decimal): -9022139 or 4543862. OLE color: 4543862.

HSL color Cylindrical-coordinate representation of color #765545: hue angle of 19.59º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765545 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1188569-
CMYK00.280.420.54
HSL19.59º26.2%36.67%-
HSV(B)19.59º41.53%46.27%-
XYZ11.7910.787.09-
YUV93.04114.43145.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=43.38%
G=31.25%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118856900.280.420.5419.5926.236.67
Hex76554501C2A36141a25
Octal1661251050345266243245
Binary1110110101010110001010111001010101101101010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765545; }

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

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

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

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

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

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

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

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