COLOR #7A6E56

HEX: #7A6E56
RGB: (122,110,86)

Color info

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

RGB color model

#7A6E56 color RGB value is (122,110,86).

  • red value is 122;
  • green value is 110;
  • blue value is 86.
RGB:
(122,110,86)
(48%,43%,34%)

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 86 of 255 = 34%

122
110
86

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

Portions of RGB colors in percentages

R + G + B =
122 + 110 + 86 = 318 (100%)
R 122 of 318 ~ 38.36%
G 110 of 318 ~ 34.59%
B 86 of 318 ~ 27.04%

%38.36
%34.59
%27.04

CMYK color model

#7A6E56 color CMYK value is (0,10,30,52).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 29.51%
  • key color value is 52.16%
CMYK:
(0,10,30,52)
C0M10Y30K52 
(0%,10%,30%,52%)
(0.00/0.10/0.30/0.52)	

CMYK percentages

%0
%9.84
%29.51
%52.16

Codes

Color #7A6E56 in popluar color models

7A6E56
RGB12211086
HSL40°17.31%40.78%
HSB/HSV40°29.51%47.84%
CMYK0.00%9.84%29.51%
52.16%

Color #7A6E56 in popluar number systems.

HEX7A6E56
Decimal12211086
Binary111101011011101010110
Octal172156126

Shades and tints

Shades of #7A6E56

#7A6E56
(122,110,86)
#6F644F
(111,100,79)
#645A48
(100,90,72)
#595041
(89,80,65)
#4E463A
(78,70,58)
#433C33
(67,60,51)
#38322C
(56,50,44)
#2D2825
(45,40,37)
#221E1E
(34,30,30)
#171417
(23,20,23)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #7A6E56

#7A6E56
(122,110,86)
#867B65
(134,123,101)
#928874
(146,136,116)
#9E9583
(158,149,131)
#AAA292
(170,162,146)
#B6AFA1
(182,175,161)
#C2BCB0
(194,188,176)
#CEC9BF
(206,201,191)
#DAD6CE
(218,214,206)
#E6E3DD
(230,227,221)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6E56 color. Also use rgb(122,110,86) instead hex code.

Text Font Color

.myTextColor { color: #7A6E56; }

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

This text font color is #7A6E56.


Background Color

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

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

This div background color is #7A6E56.


Border color

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

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

This div border color is #7A6E56.


Opacity

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

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

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

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

This text has shadow with #7A6E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6E56 on black background.


Color preview on white background

This text has color #7A6E56 on white background.



Black color preview on #7A6E56 background

This text has black color on #7A6E56 background.


White color preview on #7A6E56 background

This text has white color on #7A6E56 background.