#765543

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

Shades of Old Copper #765543

Tints of Old Copper #765543

Color information

#765543 (or 0x765543) is unknown color: approx Old Copper. HEX triplet: 76, 55 and 43. RGB value is (118,85,67). Sum of RGB (Red+Green+Blue) = 118+85+67=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765543 is #89AABC. Grayscale: #5C5C5C. Windows color (decimal): -9022141 or 4412790. OLE color: 4412790.

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

Color convert

RGB1188567-
CMYK00.280.430.54
HSL21.18º27.57%36.27%-
HSV(B)21.18º43.22%46.27%-
XYZ11.7310.756.77-
YUV92.82113.43145.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=43.70%
G=31.48%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118856700.280.430.5421.1827.5736.27
Hex76554301C2B36151c24
Octal1661251030345366253444
Binary1110110101010110000110111001010111101101010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765543; }

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

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

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

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

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

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

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

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