COLOR #7A715E

HEX: #7A715E
RGB: (122,113,94)

Color info

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

RGB color model

#7A715E color RGB value is (122,113,94).

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

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 94 of 255 = 37%

122
113
94

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 94 = 329 (100%)
R 122 of 329 ~ 37.08%
G 113 of 329 ~ 34.35%
B 94 of 329 ~ 28.57%

%37.08
%34.35
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 22.95%
  • key color value is 52.16%
CMYK: (0,7,23,52) C0M7Y23K52 (0%,7%,23%,52%) (0.00/0.07/0.23/0.52)

CMYK percentages

%0
%7.38
%22.95
%52.16

Codes

Color #7A715E in popluar color models

7A715E
RGB12211394
HSL41°12.96%42.35%
HSB/HSV41°22.95%47.84%
CMYK0.00%7.38%22.95%
52.16%

Color #7A715E in popluar number systems.

HEX7A715E
Decimal12211394
Binary111101011100011011110
Octal172161136

Shades and tints

Shades of #7A715E

#7A715E
(122,113,94)
#6F6756
(111,103,86)
#645D4E
(100,93,78)
#595346
(89,83,70)
#4E493E
(78,73,62)
#433F36
(67,63,54)
#38352E
(56,53,46)
#2D2B26
(45,43,38)
#22211E
(34,33,30)
#171716
(23,23,22)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A715E

#7A715E
(122,113,94)
#867D6C
(134,125,108)
#92897A
(146,137,122)
#9E9588
(158,149,136)
#AAA196
(170,161,150)
#B6ADA4
(182,173,164)
#C2B9B2
(194,185,178)
#CEC5C0
(206,197,192)
#DAD1CE
(218,209,206)
#E6DDDC
(230,221,220)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A715E; }

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

This text font color is #7A715E.


Background Color

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

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

This div background color is #7A715E.


Border color

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

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

This div border color is #7A715E.


Opacity

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

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

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

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

This text has shadow with #7A715E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A715E on black background.


Color preview on white background

This text has color #7A715E on white background.



Black color preview on #7A715E background

This text has black color on #7A715E background.


White color preview on #7A715E background

This text has white color on #7A715E background.