#765541

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

Shades of Old Copper #765541

Tints of Old Copper #765541

Color information

#765541 (or 0x765541) is unknown color: approx Old Copper. HEX triplet: 76, 55 and 41. RGB value is (118,85,65). Sum of RGB (Red+Green+Blue) = 118+85+65=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765541 is #89AABE. Grayscale: #5C5C5C. Windows color (decimal): -9022143 or 4281718. OLE color: 4281718.

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

Color convert

RGB1188565-
CMYK00.280.450.54
HSL22.64º28.96%35.88%-
HSV(B)22.64º44.92%46.27%-
XYZ11.6710.736.46-
YUV92.59112.43146.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=44.03%
G=31.72%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118856500.280.450.5422.6428.9635.88
Hex76554101C2D36171d24
Octal1661251010345566273544
Binary1110110101010110000010111001011011101101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765541; }

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

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

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

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

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

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

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

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