COLOR #7A7657

HEX: #7A7657
RGB: (122,118,87)

Color info

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

RGB color model

#7A7657 color RGB value is (122,118,87).

  • red value is 122;
  • green value is 118;
  • blue value is 87.
RGB:
(122,118,87)
(48%,46%,34%)

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 87 of 255 = 34%

122
118
87

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

Portions of RGB colors in percentages

R + G + B =
122 + 118 + 87 = 327 (100%)
R 122 of 327 ~ 37.31%
G 118 of 327 ~ 36.09%
B 87 of 327 ~ 26.61%

%37.31
%36.09
%26.61

CMYK color model

#7A7657 color CMYK value is (0,3,29,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 28.69%
  • key color value is 52.16%
CMYK:
(0,3,29,52)
C0M3Y29K52 
(0%,3%,29%,52%)
(0.00/0.03/0.29/0.52)	

CMYK percentages

%0
%3.28
%28.69
%52.16

Codes

Color #7A7657 in popluar color models

7A7657
RGB12211887
HSL53°16.75%40.98%
HSB/HSV53°28.69%47.84%
CMYK0.00%3.28%28.69%
52.16%

Color #7A7657 in popluar number systems.

HEX7A7657
Decimal12211887
Binary111101011101101010111
Octal172166127

Shades and tints

Shades of #7A7657

#7A7657
(122,118,87)
#6F6C50
(111,108,80)
#646249
(100,98,73)
#595842
(89,88,66)
#4E4E3B
(78,78,59)
#434434
(67,68,52)
#383A2D
(56,58,45)
#2D3026
(45,48,38)
#22261F
(34,38,31)
#171C18
(23,28,24)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7A7657

#7A7657
(122,118,87)
#868266
(134,130,102)
#928E75
(146,142,117)
#9E9A84
(158,154,132)
#AAA693
(170,166,147)
#B6B2A2
(182,178,162)
#C2BEB1
(194,190,177)
#CECAC0
(206,202,192)
#DAD6CF
(218,214,207)
#E6E2DE
(230,226,222)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7657 color. Also use rgb(122,118,87) instead hex code.

Text Font Color

.myTextColor { color: #7A7657; }

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

This text font color is #7A7657.


Background Color

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

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

This div background color is #7A7657.


Border color

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

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

This div border color is #7A7657.


Opacity

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

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

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

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

This text has shadow with #7A7657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7657 on black background.


Color preview on white background

This text has color #7A7657 on white background.



Black color preview on #7A7657 background

This text has black color on #7A7657 background.


White color preview on #7A7657 background

This text has white color on #7A7657 background.