#765034

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

Shades of Old Copper #765034

Tints of Old Copper #765034

Color information

#765034 (or 0x765034) is unknown color: approx Old Copper. HEX triplet: 76, 50 and 34. RGB value is (118,80,52). Sum of RGB (Red+Green+Blue) = 118+80+52=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #765034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765034 is #89AFCB. Grayscale: #585858. Windows color (decimal): -9023436 or 3428470. OLE color: 3428470.

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

Color convert

RGB1188052-
CMYK00.320.560.54
HSL25.45º38.82%33.33%-
HSV(B)25.45º55.93%46.27%-
XYZ10.969.844.57-
YUV88.17107.59149.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=47.2%
G=32%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118805200.320.560.5425.4538.8233.33
Hex7650340203836192721
Octal166120640407066314741
Binary11101101010000110100010000011100011011011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765034; }

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

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

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

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

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

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

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

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