#775746

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

Shades of Old Copper #775746

Tints of Old Copper #775746

Color information

#775746 (or 0x775746) is unknown color: approx Old Copper. HEX triplet: 77, 57 and 46. RGB value is (119,87,70). Sum of RGB (Red+Green+Blue) = 119+87+70=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775746 is #88A8B9. Grayscale: #5E5E5E. Windows color (decimal): -8956090 or 4609911. OLE color: 4609911.

HSL color Cylindrical-coordinate representation of color #775746: hue angle of 20.82º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775746 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1198770-
CMYK00.270.410.53
HSL20.82º25.93%37.06%-
HSV(B)20.82º41.18%46.67%-
XYZ12.1211.187.31-
YUV94.63114.1145.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=43.12%
G=31.52%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119877000.270.410.5320.8225.9337.06
Hex77574601B2935151a25
Octal1671271060335165253245
Binary1110111101011110001100110111010011101011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775746; }

 p { color: rgb(119,87,70); }

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

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

 a { background-color: rgb(119,87,70); }

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

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

 span { border-color: rgb(119,87,70); }

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