COLOR #7A716D

HEX: #7A716D
RGB: (122,113,109)

Color info

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

RGB color model

#7A716D color RGB value is (122,113,109).

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

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 109 of 255 = 43%

122
113
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 109 = 344 (100%)
R 122 of 344 ~ 35.47%
G 113 of 344 ~ 32.85%
B 109 of 344 ~ 31.69%

%35.47
%32.85
%31.69

CMYK color model

#7A716D color CMYK value is (0,7,11,52).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,7,11,52)
C0M7Y11K52 
(0%,7%,11%,52%)
(0.00/0.07/0.11/0.52)	

CMYK percentages

%0
%7.38
%10.66
%52.16

Codes

Color #7A716D in popluar color models

7A716D
RGB122113109
HSL18°5.63%45.29%
HSB/HSV18°10.66%47.84%
CMYK0.00%7.38%10.66%
52.16%

Color #7A716D in popluar number systems.

HEX7A716D
Decimal122113109
Binary111101011100011101101
Octal172161155

Shades and tints

Shades of #7A716D

#7A716D
(122,113,109)
#6F6764
(111,103,100)
#645D5B
(100,93,91)
#595352
(89,83,82)
#4E4949
(78,73,73)
#433F40
(67,63,64)
#383537
(56,53,55)
#2D2B2E
(45,43,46)
#222125
(34,33,37)
#17171C
(23,23,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A716D

#7A716D
(122,113,109)
#867D7A
(134,125,122)
#928987
(146,137,135)
#9E9594
(158,149,148)
#AAA1A1
(170,161,161)
#B6ADAE
(182,173,174)
#C2B9BB
(194,185,187)
#CEC5C8
(206,197,200)
#DAD1D5
(218,209,213)
#E6DDE2
(230,221,226)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A716D; }

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

This text font color is #7A716D.


Background Color

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

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

This div background color is #7A716D.


Border color

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

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

This div border color is #7A716D.


Opacity

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

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

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

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

This text has shadow with #7A716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A716D on black background.


Color preview on white background

This text has color #7A716D on white background.



Black color preview on #7A716D background

This text has black color on #7A716D background.


White color preview on #7A716D background

This text has white color on #7A716D background.