COLOR #7A716E

HEX: #7A716E
RGB: (122,113,110)

Color info

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

RGB color model

#7A716E color RGB value is (122,113,110).

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

RGB channels and saturation

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

122
113
110

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 110 = 345 (100%)
R 122 of 345 ~ 35.36%
G 113 of 345 ~ 32.75%
B 110 of 345 ~ 31.88%

%35.36
%32.75
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(0,7,10,52)
C0M7Y10K52 
(0%,7%,10%,52%)
(0.00/0.07/0.10/0.52)	

CMYK percentages

%0
%7.38
%9.84
%52.16

Codes

Color #7A716E in popluar color models

7A716E
RGB122113110
HSL15°5.17%45.49%
HSB/HSV15°9.84%47.84%
CMYK0.00%7.38%9.84%
52.16%

Color #7A716E in popluar number systems.

HEX7A716E
Decimal122113110
Binary111101011100011101110
Octal172161156

Shades and tints

Shades of #7A716E

#7A716E
(122,113,110)
#6F6764
(111,103,100)
#645D5A
(100,93,90)
#595350
(89,83,80)
#4E4946
(78,73,70)
#433F3C
(67,63,60)
#383532
(56,53,50)
#2D2B28
(45,43,40)
#22211E
(34,33,30)
#171714
(23,23,20)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #7A716E

#7A716E
(122,113,110)
#867D7B
(134,125,123)
#928988
(146,137,136)
#9E9595
(158,149,149)
#AAA1A2
(170,161,162)
#B6ADAF
(182,173,175)
#C2B9BC
(194,185,188)
#CEC5C9
(206,197,201)
#DAD1D6
(218,209,214)
#E6DDE3
(230,221,227)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A716E; }

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

This text font color is #7A716E.


Background Color

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

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

This div background color is #7A716E.


Border color

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

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

This div border color is #7A716E.


Opacity

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

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

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

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

This text has shadow with #7A716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A716E on black background.


Color preview on white background

This text has color #7A716E on white background.



Black color preview on #7A716E background

This text has black color on #7A716E background.


White color preview on #7A716E background

This text has white color on #7A716E background.