Html Css Color HEX #7A5444 Old Copper

📋 copy color: '#7A5444'

red 122 ◦ green 84 ◦ blue 68

#7A5444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Copper #7A5444

Tints of Old Copper #7A5444

RGB

 RED value IS 122 (48.05% from 255) = 44.53%

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 44.53%
G = 30.66%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7A5444 (or 0x7A5444) is known color: Old Copper. HEX triplet: 7A, 54 and 44. RGB value is (122,84,68). Sum of RGB (Red+Green+Blue) = 122+84+68=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5444 is #85ABBB. Grayscale: #5D5D5D. Windows color (decimal): -8760252 or 4478074. OLE color: 4478074.

HSL color Cylindrical-coordinate representation of color #7A5444: hue angle of 17.78º 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 #7A5444 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 84 68 -
CMYK 0 0.31 0.44 0.52
HSL 17.78º 0.28% 0.37% -
HSV(B) 17.78º 0.44% 0.48% -
XYZ 12.24 10.9 6.93 -
YUV 93.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 122 84 68 0 0.31 0.44 0.52 17.78 0.28 0.37
Hex 7A 54 44 0 1F 2C 34 12 1C 25
Octal 172 124 104 0 37 54 64 22 34 45
Binary 1111010 1010100 1000100 0 11111 101100 110100 10010 11100 100101

Color Harmonies of #7A5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5444

Black with #7A5444

Text Example


Text Example

White with #7A5444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A5444;
 }
 .AnyTagClassName
 {
   color: #7A5444;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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