Html Css Color HEX #7A5641 Old Copper

📋 copy color: '#7A5641'

red 122 ◦ green 86 ◦ blue 65

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

Shades of Old Copper #7A5641

Tints of Old Copper #7A5641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 44.69%
G = 31.5%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A5641 (or 0x7A5641) is known color: Old Copper. HEX triplet: 7A, 56 and 41. RGB value is (122,86,65). Sum of RGB (Red+Green+Blue) = 122+86+65=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5641 is #85A9BE. Grayscale: #5E5E5E. Windows color (decimal): -8759743 or 4281978. OLE color: 4281978.

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

Color convert

RGB 122 86 65 -
CMYK 0 0.30 0.47 0.52
HSL 22.11º 0.3% 0.37% -
HSV(B) 22.11º 0.47% 0.48% -
XYZ 12.31 11.17 6.51 -
YUV 94.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 122 86 65 0 0.30 0.47 0.52 22.11 0.3 0.37
Hex 7A 56 41 0 1E 2F 34 16 1E 25
Octal 172 126 101 0 36 57 64 26 36 45
Binary 1111010 1010110 1000001 0 11110 101111 110100 10110 11110 100101

Color Harmonies of #7A5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5641

Black with #7A5641

Text Example


Text Example

White with #7A5641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,86,65); }

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

background-color css

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

 a { background-color: rgb(122,86,65); }

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

border-color css

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

 span { border-color: rgb(122,86,65); }

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