#775647

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

Shades of Old Copper #775647

Tints of Old Copper #775647

Color information

#775647 (or 0x775647) is unknown color: approx Old Copper. HEX triplet: 77, 56 and 47. RGB value is (119,86,71). Sum of RGB (Red+Green+Blue) = 119+86+71=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775647 is #88A9B8. Grayscale: #5E5E5E. Windows color (decimal): -8956345 or 4675191. OLE color: 4675191.

HSL color Cylindrical-coordinate representation of color #775647: hue angle of 18.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775647 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1198671-
CMYK00.280.400.53
HSL18.75º25.26%37.25%-
HSV(B)18.75º40.34%46.67%-
XYZ12.0711.037.45-
YUV94.16114.93145.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=43.12%
G=31.16%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119867100.280.400.5318.7525.2637.25
Hex77564701C2835131925
Octal1671261070345065233145
Binary1110111101011010001110111001010001101011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775647; }

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

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

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

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

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

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

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

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