Html Css Color HEX #7A573D Old Copper

📋 copy color: '#7A573D'

red 122 ◦ green 87 ◦ blue 61

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

Shades of Old Copper #7A573D

Tints of Old Copper #7A573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 45.19%
G = 32.22%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7A573D (or 0x7A573D) is known color: Old Copper. HEX triplet: 7A, 57 and 3D. RGB value is (122,87,61). Sum of RGB (Red+Green+Blue) = 122+87+61=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A573D is #85A8C2. Grayscale: #5E5E5E. Windows color (decimal): -8759491 or 4020090. OLE color: 4020090.

HSL color Cylindrical-coordinate representation of color #7A573D: hue angle of 25.57º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A573D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 87 61 -
CMYK 0 0.29 0.50 0.52
HSL 25.57º 0.33% 0.36% -
HSV(B) 25.57º 0.5% 0.48% -
XYZ 12.28 11.29 5.95 -
YUV 94.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 122 87 61 0 0.29 0.50 0.52 25.57 0.33 0.36
Hex 7A 57 3D 0 1D 32 34 1A 21 24
Octal 172 127 75 0 35 62 64 32 41 44
Binary 1111010 1010111 111101 0 11101 110010 110100 11010 100001 100100

Color Harmonies of #7A573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A573D

Black with #7A573D

Text Example


Text Example

White with #7A573D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,87,61); }

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

background-color css

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

 a { background-color: rgb(122,87,61); }

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

border-color css

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

 span { border-color: rgb(122,87,61); }

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