COLOR #7A6A5E

HEX: #7A6A5E
RGB: (122,106,94)

Color info

#7A6A5E contains red, green and blue colors in about the same proportion. Web safe color of #7A6A5E is #666666 (or #666).

RGB color model

#7A6A5E color RGB value is (122,106,94).

  • red value is 122;
  • green value is 106;
  • blue value is 94.
RGB:
(122,106,94)
(48%,42%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 106 of 255 = 42%
B 94 of 255 = 37%

122
106
94

R + G + B ~ 42%. #7A6A5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 106 + 94 = 322 (100%)
R 122 of 322 ~ 37.89%
G 106 of 322 ~ 32.92%
B 94 of 322 ~ 29.19%

%37.89
%32.92
%29.19

CMYK color model

#7A6A5E color CMYK value is (0,13,23,52).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 22.95%
  • key color value is 52.16%
CMYK:
(0,13,23,52)
C0M13Y23K52 
(0%,13%,23%,52%)
(0.00/0.13/0.23/0.52)	

CMYK percentages

%0
%13.11
%22.95
%52.16

Codes

Color #7A6A5E in popluar color models

7A6A5E
RGB12210694
HSL26°12.96%42.35%
HSB/HSV26°22.95%47.84%
CMYK0.00%13.11%22.95%
52.16%

Color #7A6A5E in popluar number systems.

HEX7A6A5E
Decimal12210694
Binary111101011010101011110
Octal172152136

Shades and tints

Shades of #7A6A5E

#7A6A5E
(122,106,94)
#6F6156
(111,97,86)
#64584E
(100,88,78)
#594F46
(89,79,70)
#4E463E
(78,70,62)
#433D36
(67,61,54)
#38342E
(56,52,46)
#2D2B26
(45,43,38)
#22221E
(34,34,30)
#171916
(23,25,22)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #7A6A5E

#7A6A5E
(122,106,94)
#86776C
(134,119,108)
#92847A
(146,132,122)
#9E9188
(158,145,136)
#AA9E96
(170,158,150)
#B6ABA4
(182,171,164)
#C2B8B2
(194,184,178)
#CEC5C0
(206,197,192)
#DAD2CE
(218,210,206)
#E6DFDC
(230,223,220)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6A5E color. Also use rgb(122,106,94) instead hex code.

Text Font Color

.myTextColor { color: #7A6A5E; }

<p style="color:#7A6A5E">This sample text font color is #7A6A5E.</p>

This text font color is #7A6A5E.


Background Color

.myBgColor { background-color: #7A6A5E; }

<div style="background-color:#7A6A5E">Inner text</div>

This div background color is #7A6A5E.


Border color

.myBorderColor { border: 1px solid #7A6A5E; }

<div style="border:3px solid #7A6A5E">Div</div>

This div border color is #7A6A5E.


Opacity

.myOpacity80 { color: #7A6A5E; opacity: 0.8; }

<p style="color:#7A6A5E;opacity:0.8;">80%</p>

Text with #7A6A5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A6A5E;}

<p style="text-shadow: 3px 3px 1px #7A6A5E">Text here.</p>

This text has shadow with #7A6A5E color.

.textShadow {text-shadow: 3px 3px 1px #7A6A5E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A6A5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A6A5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A6A5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A6A5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A6A5E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A6A5E;
  -webkit-box-shadow:	1px 1px 3px 2px #7A6A5E;
  box-shadow:		1px 1px 3px 2px #7A6A5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A6A5E;
-webkit-box-shadow: 1px 1px 3px 2px #7A6A5E;
box-shadow:1px 1px 3px 2px #7A6A5E;">
Div content here</div>
This div box has shadow with color #7A6A5E.

Preview

Color preview on black background

This text has color #7A6A5E on black background.


Color preview on white background

This text has color #7A6A5E on white background.



Black color preview on #7A6A5E background

This text has black color on #7A6A5E background.


White color preview on #7A6A5E background

This text has white color on #7A6A5E background.