Html Css Color HEX #7A5740 Old Copper

📋 copy color: '#7A5740'

red 122 ◦ green 87 ◦ blue 64

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

Shades of Old Copper #7A5740

Tints of Old Copper #7A5740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 44.69%
G = 31.87%
B = 23.44%

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

#7A5740 (or 0x7A5740) is known color: Old Copper. HEX triplet: 7A, 57 and 40. RGB value is (122,87,64). Sum of RGB (Red+Green+Blue) = 122+87+64=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5740 is #85A8BF. Grayscale: #5E5E5E. Windows color (decimal): -8759488 or 4216698. OLE color: 4216698.

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

Color convert

RGB 122 87 64 -
CMYK 0 0.29 0.48 0.52
HSL 23.79º 0.31% 0.36% -
HSV(B) 23.79º 0.48% 0.48% -
XYZ 12.36 11.32 6.38 -
YUV 94.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 122 87 64 0 0.29 0.48 0.52 23.79 0.31 0.36
Hex 7A 57 40 0 1D 30 34 18 1F 24
Octal 172 127 100 0 35 60 64 30 37 44
Binary 1111010 1010111 1000000 0 11101 110000 110100 11000 11111 100100

Color Harmonies of #7A5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5740

Black with #7A5740

Text Example


Text Example

White with #7A5740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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