#775646

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

Shades of Old Copper #775646

Tints of Old Copper #775646

Color information

#775646 (or 0x775646) is unknown color: approx Old Copper. HEX triplet: 77, 56 and 46. RGB value is (119,86,70). Sum of RGB (Red+Green+Blue) = 119+86+70=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775646 is #88A9B9. Grayscale: #5E5E5E. Windows color (decimal): -8956346 or 4609655. OLE color: 4609655.

HSL color Cylindrical-coordinate representation of color #775646: hue angle of 19.59º 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 #775646 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1198670-
CMYK00.280.410.53
HSL19.59º25.93%37.06%-
HSV(B)19.59º41.18%46.67%-
XYZ12.0411.027.29-
YUV94.04114.43145.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=43.27%
G=31.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119867000.280.410.5319.5925.9337.06
Hex77564601C2935141a25
Octal1671261060345165243245
Binary1110111101011010001100111001010011101011010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775646; }

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

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

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

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

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

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

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

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