#775444

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

Shades of Old Copper #775444

Tints of Old Copper #775444

Color information

#775444 (or 0x775444) is unknown color: approx Old Copper. HEX triplet: 77, 54 and 44. RGB value is (119,84,68). Sum of RGB (Red+Green+Blue) = 119+84+68=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775444 is #88ABBB. Grayscale: #5C5C5C. Windows color (decimal): -8956860 or 4478071. OLE color: 4478071.

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

Color convert

RGB1198468-
CMYK00.290.430.53
HSL18.82º27.27%36.67%-
HSV(B)18.82º42.86%46.67%-
XYZ11.8210.686.91-
YUV92.64114.1146.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=43.91%
G=31.00%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119846800.290.430.5318.8227.2736.67
Hex77544401D2B35131b25
Octal1671241040355365233345
Binary1110111101010010001000111011010111101011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775444; }

 p { color: rgb(119,84,68); }

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

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

 a { background-color: rgb(119,84,68); }

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

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

 span { border-color: rgb(119,84,68); }

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