#764F3F

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

Shades of Old Copper #764F3F

Tints of Old Copper #764F3F

Color information

#764F3F (or 0x764F3F) is unknown color: approx Old Copper. HEX triplet: 76, 4F and 3F. RGB value is (118,79,63). Sum of RGB (Red+Green+Blue) = 118+79+63=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F3F is #89B0C0. Grayscale: #585858. Windows color (decimal): -9023681 or 4149110. OLE color: 4149110.

HSL color Cylindrical-coordinate representation of color #764F3F: hue angle of 17.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764F3F is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1187963-
CMYK00.330.470.54
HSL17.45º30.39%35.49%-
HSV(B)17.45º46.61%46.27%-
XYZ11.169.86.01-
YUV88.84113.42148.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 63 (25% from 255) = 24.23%
R=45.38%
G=30.38%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118796300.330.470.5417.4530.3935.49
Hex764F3F0212F36111e23
Octal166117770415766213643
Binary1110110100111111111101000011011111101101000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764F3F; }

 p { color: rgb(118,79,63); }

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

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

 a { background-color: rgb(118,79,63); }

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

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

 span { border-color: rgb(118,79,63); }

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