#7A5544

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

Shades of Old Copper #7A5544

Tints of Old Copper #7A5544

Color information

#7A5544 (or 0x7A5544) is unknown color: approx Old Copper. HEX triplet: 7A, 55 and 44. RGB value is (122,85,68). Sum of RGB (Red+Green+Blue) = 122+85+68=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5544 is #85AABB. Grayscale: #5E5E5E. Windows color (decimal): -8759996 or 4478330. OLE color: 4478330.

HSL color Cylindrical-coordinate representation of color #7A5544: hue angle of 18.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A5544 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB1228568-
CMYK00.300.440.52
HSL18.89º28.42%37.25%-
HSV(B)18.89º44.26%47.84%-
XYZ12.3211.056.95-
YUV94.12113.26147.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=44.36%
G=30.91%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122856800.300.440.5218.8928.4237.25
Hex7A554401E2C34131c25
Octal1721251040365464233445
Binary1111010101010110001000111101011001101001001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5544; }

 p { color: rgb(122,85,68); }

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

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

 a { background-color: rgb(122,85,68); }

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

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

 span { border-color: rgb(122,85,68); }

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