COLOR #7A6A52

HEX: #7A6A52
RGB: (122,106,82)

Color info

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

RGB color model

#7A6A52 color RGB value is (122,106,82).

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

RGB channels and saturation

R 122 of 255 = 48%
G 106 of 255 = 42%
B 82 of 255 = 32%

122
106
82

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

Portions of RGB colors in percentages

R + G + B =
122 + 106 + 82 = 310 (100%)
R 122 of 310 ~ 39.35%
G 106 of 310 ~ 34.19%
B 82 of 310 ~ 26.45%

%39.35
%34.19
%26.45

CMYK color model

#7A6A52 color CMYK value is (0,13,33,52).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 32.79%
  • key color value is 52.16%
CMYK:
(0,13,33,52)
C0M13Y33K52 
(0%,13%,33%,52%)
(0.00/0.13/0.33/0.52)	

CMYK percentages

%0
%13.11
%32.79
%52.16

Codes

Color #7A6A52 in popluar color models

7A6A52
RGB12210682
HSL36°19.61%40.00%
HSB/HSV36°32.79%47.84%
CMYK0.00%13.11%32.79%
52.16%

Color #7A6A52 in popluar number systems.

HEX7A6A52
Decimal12210682
Binary111101011010101010010
Octal172152122

Shades and tints

Shades of #7A6A52

#7A6A52
(122,106,82)
#6F614B
(111,97,75)
#645844
(100,88,68)
#594F3D
(89,79,61)
#4E4636
(78,70,54)
#433D2F
(67,61,47)
#383428
(56,52,40)
#2D2B21
(45,43,33)
#22221A
(34,34,26)
#171913
(23,25,19)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #7A6A52

#7A6A52
(122,106,82)
#867761
(134,119,97)
#928470
(146,132,112)
#9E917F
(158,145,127)
#AA9E8E
(170,158,142)
#B6AB9D
(182,171,157)
#C2B8AC
(194,184,172)
#CEC5BB
(206,197,187)
#DAD2CA
(218,210,202)
#E6DFD9
(230,223,217)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6A52; }

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

This text font color is #7A6A52.


Background Color

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

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

This div background color is #7A6A52.


Border color

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

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

This div border color is #7A6A52.


Opacity

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

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

Text with #7A6A52 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 #7A6A52;}

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

This text has shadow with #7A6A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6A52 on black background.


Color preview on white background

This text has color #7A6A52 on white background.



Black color preview on #7A6A52 background

This text has black color on #7A6A52 background.


White color preview on #7A6A52 background

This text has white color on #7A6A52 background.