COLOR #7A7872

HEX: #7A7872
RGB: (122,120,114)

Color info

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

RGB color model

#7A7872 color RGB value is (122,120,114).

  • red value is 122;
  • green value is 120;
  • blue value is 114.
RGB:
(122,120,114)
(48%,47%,45%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 114 of 255 = 45%

122
120
114

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 114 = 356 (100%)
R 122 of 356 ~ 34.27%
G 120 of 356 ~ 33.71%
B 114 of 356 ~ 32.02%

%34.27
%33.71
%32.02

CMYK color model

#7A7872 color CMYK value is (0,2,7,52).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(0,2,7,52)
C0M2Y7K52 
(0%,2%,7%,52%)
(0.00/0.02/0.07/0.52)	

CMYK percentages

%0
%1.64
%6.56
%52.16

Codes

Color #7A7872 in popluar color models

7A7872
RGB122120114
HSL45°3.39%46.27%
HSB/HSV45°6.56%47.84%
CMYK0.00%1.64%6.56%
52.16%

Color #7A7872 in popluar number systems.

HEX7A7872
Decimal122120114
Binary111101011110001110010
Octal172170162

Shades and tints

Shades of #7A7872

#7A7872
(122,120,114)
#6F6E68
(111,110,104)
#64645E
(100,100,94)
#595A54
(89,90,84)
#4E504A
(78,80,74)
#434640
(67,70,64)
#383C36
(56,60,54)
#2D322C
(45,50,44)
#222822
(34,40,34)
#171E18
(23,30,24)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #7A7872

#7A7872
(122,120,114)
#86847E
(134,132,126)
#92908A
(146,144,138)
#9E9C96
(158,156,150)
#AAA8A2
(170,168,162)
#B6B4AE
(182,180,174)
#C2C0BA
(194,192,186)
#CECCC6
(206,204,198)
#DAD8D2
(218,216,210)
#E6E4DE
(230,228,222)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7872 color. Also use rgb(122,120,114) instead hex code.

Text Font Color

.myTextColor { color: #7A7872; }

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

This text font color is #7A7872.


Background Color

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

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

This div background color is #7A7872.


Border color

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

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

This div border color is #7A7872.


Opacity

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

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

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

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

This text has shadow with #7A7872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7872 on black background.


Color preview on white background

This text has color #7A7872 on white background.



Black color preview on #7A7872 background

This text has black color on #7A7872 background.


White color preview on #7A7872 background

This text has white color on #7A7872 background.