#765343

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

Shades of Old Copper #765343

Tints of Old Copper #765343

Color information

#765343 (or 0x765343) is unknown color: approx Old Copper. HEX triplet: 76, 53 and 43. RGB value is (118,83,67). Sum of RGB (Red+Green+Blue) = 118+83+67=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765343 is #89ACBC. Grayscale: #5B5B5B. Windows color (decimal): -9022653 or 4412278. OLE color: 4412278.

HSL color Cylindrical-coordinate representation of color #765343: hue angle of 18.82º 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 #765343 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1188367-
CMYK00.300.430.54
HSL18.82º27.57%36.27%-
HSV(B)18.82º43.22%46.27%-
XYZ11.5810.446.72-
YUV91.64114.1146.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 67 (26.56% from 255) = 25%
R=44.03%
G=30.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118836700.300.430.5418.8227.5736.27
Hex76534301E2B36131c24
Octal1661231030365366233444
Binary1110110101001110000110111101010111101101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765343; }

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

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

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

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

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

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

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

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