#764D37

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

Shades of Old Copper #764D37

Tints of Old Copper #764D37

Color information

#764D37 (or 0x764D37) is unknown color: approx Old Copper. HEX triplet: 76, 4D and 37. RGB value is (118,77,55). Sum of RGB (Red+Green+Blue) = 118+77+55=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #764D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D37 is #89B2C8. Grayscale: #565656. Windows color (decimal): -9024201 or 3624310. OLE color: 3624310.

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

Color convert

RGB1187755-
CMYK00.350.530.54
HSL20.95º36.42%33.92%-
HSV(B)20.95º53.39%46.27%-
XYZ10.819.444.87-
YUV86.75110.08150.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 55 (21.88% from 255) = 22%
R=47.2%
G=30.8%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118775500.350.530.5420.9536.4233.92
Hex764D370233536152422
Octal166115670436566254442
Binary11101101001101110111010001111010111011010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,55); }

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

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

 a { background-color: rgb(118,77,55); }

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

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

 span { border-color: rgb(118,77,55); }

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