COLOR #7A7879

HEX: #7A7879
RGB: (122,120,121)

Color info

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

RGB color model

#7A7879 color RGB value is (122,120,121).

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

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 121 of 255 = 47%

122
120
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 121 = 363 (100%)
R 122 of 363 ~ 33.61%
G 120 of 363 ~ 33.06%
B 121 of 363 ~ 33.33%

%33.61
%33.06
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 0.82%
  • key color value is 52.16%
CMYK:
(0,2,1,52)
C0M2Y1K52 
(0%,2%,1%,52%)
(0.00/0.02/0.01/0.52)	

CMYK percentages

%0
%1.64
%0.82
%52.16

Codes

Color #7A7879 in popluar color models

7A7879
RGB122120121
HSL330°0.83%47.45%
HSB/HSV330°1.64%47.84%
CMYK0.00%1.64%0.82%
52.16%

Color #7A7879 in popluar number systems.

HEX7A7879
Decimal122120121
Binary111101011110001111001
Octal172170171

Shades and tints

Shades of #7A7879

#7A7879
(122,120,121)
#6F6E6E
(111,110,110)
#646463
(100,100,99)
#595A58
(89,90,88)
#4E504D
(78,80,77)
#434642
(67,70,66)
#383C37
(56,60,55)
#2D322C
(45,50,44)
#222821
(34,40,33)
#171E16
(23,30,22)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #7A7879

#7A7879
(122,120,121)
#868485
(134,132,133)
#929091
(146,144,145)
#9E9C9D
(158,156,157)
#AAA8A9
(170,168,169)
#B6B4B5
(182,180,181)
#C2C0C1
(194,192,193)
#CECCCD
(206,204,205)
#DAD8D9
(218,216,217)
#E6E4E5
(230,228,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7879; }

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

This text font color is #7A7879.


Background Color

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

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

This div background color is #7A7879.


Border color

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

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

This div border color is #7A7879.


Opacity

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

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

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

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

This text has shadow with #7A7879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7879 on black background.


Color preview on white background

This text has color #7A7879 on white background.



Black color preview on #7A7879 background

This text has black color on #7A7879 background.


White color preview on #7A7879 background

This text has white color on #7A7879 background.