Html Css Color HEX #7A573F Old Copper

📋 copy color: '#7A573F'

red 122 ◦ green 87 ◦ blue 63

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

Shades of Old Copper #7A573F

Tints of Old Copper #7A573F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 44.85%
G = 31.99%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A573F (or 0x7A573F) is known color: Old Copper. HEX triplet: 7A, 57 and 3F. RGB value is (122,87,63). Sum of RGB (Red+Green+Blue) = 122+87+63=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A573F is #85A8C0. Grayscale: #5E5E5E. Windows color (decimal): -8759489 or 4151162. OLE color: 4151162.

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

Color convert

RGB 122 87 63 -
CMYK 0 0.29 0.48 0.52
HSL 24.41º 0.32% 0.36% -
HSV(B) 24.41º 0.48% 0.48% -
XYZ 12.33 11.31 6.24 -
YUV 94.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 122 87 63 0 0.29 0.48 0.52 24.41 0.32 0.36
Hex 7A 57 3F 0 1D 30 34 18 20 24
Octal 172 127 77 0 35 60 64 30 40 44
Binary 1111010 1010111 111111 0 11101 110000 110100 11000 100000 100100

Color Harmonies of #7A573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A573F

Black with #7A573F

Text Example


Text Example

White with #7A573F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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