#755444

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

Shades of Old Copper #755444

Tints of Old Copper #755444

Color information

#755444 (or 0x755444) is unknown color: approx Old Copper. HEX triplet: 75, 54 and 44. RGB value is (117,84,68). Sum of RGB (Red+Green+Blue) = 117+84+68=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #755444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755444 is #8AABBB. Grayscale: #5C5C5C. Windows color (decimal): -9087932 or 4478069. OLE color: 4478069.

HSL color Cylindrical-coordinate representation of color #755444: hue angle of 19.59º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755444 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1178468-
CMYK00.280.420.54
HSL19.59º26.49%36.27%-
HSV(B)19.59º41.88%45.88%-
XYZ11.5510.546.89-
YUV92.04114.43145.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=43.49%
G=31.23%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117846800.280.420.5419.5926.4936.27
Hex75544401C2A36141a24
Octal1651241040345266243244
Binary1110101101010010001000111001010101101101010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755444; }

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

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

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

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

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

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

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

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