#765335

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

Shades of Old Copper #765335

Tints of Old Copper #765335

Color information

#765335 (or 0x765335) is unknown color: approx Old Copper. HEX triplet: 76, 53 and 35. RGB value is (118,83,53). Sum of RGB (Red+Green+Blue) = 118+83+53=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #765335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765335 is #89ACCA. Grayscale: #5A5A5A. Windows color (decimal): -9022667 or 3494774. OLE color: 3494774.

HSL color Cylindrical-coordinate representation of color #765335: hue angle of 27.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765335 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1188353-
CMYK00.300.550.54
HSL27.69º38.01%33.53%-
HSV(B)27.69º55.08%46.27%-
XYZ11.2110.34.76-
YUV90.04107.1147.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=46.46%
G=32.68%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118835300.300.550.5427.6938.0133.53
Hex76533501E37361c2622
Octal166123650366766344642
Binary1110110101001111010101111011011111011011100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765335; }

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

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

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

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

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

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

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

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