#765032

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

Shades of Old Copper #765032

Tints of Old Copper #765032

Color information

#765032 (or 0x765032) is unknown color: approx Old Copper. HEX triplet: 76, 50 and 32. RGB value is (118,80,50). Sum of RGB (Red+Green+Blue) = 118+80+50=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #765032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765032 is #89AFCD. Grayscale: #585858. Windows color (decimal): -9023438 or 3297398. OLE color: 3297398.

HSL color Cylindrical-coordinate representation of color #765032: hue angle of 26.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765032 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1188050-
CMYK00.320.580.54
HSL26.47º40.48%32.94%-
HSV(B)26.47º57.63%46.27%-
XYZ10.929.824.34-
YUV87.94106.59149.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=47.58%
G=32.26%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118805000.320.580.5426.4740.4832.94
Hex7650320203A361a2821
Octal166120620407266325041
Binary11101101010000110010010000011101011011011010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765032; }

 p { color: rgb(118,80,50); }

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

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

 a { background-color: rgb(118,80,50); }

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

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

 span { border-color: rgb(118,80,50); }

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