COLOR #7A664E

HEX: #7A664E
RGB: (122,102,78)

Color info

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

RGB color model

#7A664E color RGB value is (122,102,78).

  • red value is 122;
  • green value is 102;
  • blue value is 78.
RGB:
(122,102,78)
(48%,40%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 78 of 255 = 31%

122
102
78

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 78 = 302 (100%)
R 122 of 302 ~ 40.4%
G 102 of 302 ~ 33.77%
B 78 of 302 ~ 25.83%

%40.4
%33.77
%25.83

CMYK color model

#7A664E color CMYK value is (0,16,36,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(0,16,36,52)
C0M16Y36K52 
(0%,16%,36%,52%)
(0.00/0.16/0.36/0.52)	

CMYK percentages

%0
%16.39
%36.07
%52.16

Codes

Color #7A664E in popluar color models

7A664E
RGB12210278
HSL33°22.00%39.22%
HSB/HSV33°36.07%47.84%
CMYK0.00%16.39%36.07%
52.16%

Color #7A664E in popluar number systems.

HEX7A664E
Decimal12210278
Binary111101011001101001110
Octal172146116

Shades and tints

Shades of #7A664E

#7A664E
(122,102,78)
#6F5D47
(111,93,71)
#645440
(100,84,64)
#594B39
(89,75,57)
#4E4232
(78,66,50)
#43392B
(67,57,43)
#383024
(56,48,36)
#2D271D
(45,39,29)
#221E16
(34,30,22)
#17150F
(23,21,15)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #7A664E

#7A664E
(122,102,78)
#86735E
(134,115,94)
#92806E
(146,128,110)
#9E8D7E
(158,141,126)
#AA9A8E
(170,154,142)
#B6A79E
(182,167,158)
#C2B4AE
(194,180,174)
#CEC1BE
(206,193,190)
#DACECE
(218,206,206)
#E6DBDE
(230,219,222)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A664E color. Also use rgb(122,102,78) instead hex code.

Text Font Color

.myTextColor { color: #7A664E; }

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

This text font color is #7A664E.


Background Color

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

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

This div background color is #7A664E.


Border color

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

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

This div border color is #7A664E.


Opacity

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

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

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

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

This text has shadow with #7A664E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A664E on black background.


Color preview on white background

This text has color #7A664E on white background.



Black color preview on #7A664E background

This text has black color on #7A664E background.


White color preview on #7A664E background

This text has white color on #7A664E background.