COLOR #7A817F

HEX: #7A817F
RGB: (122,129,127)

Color info

#7A817F contains red, green and blue colors in about the same proportion. Web safe color of #7A817F is #669966 (or #696).

RGB color model

#7A817F color RGB value is (122,129,127).

  • red value is 122;
  • green value is 129;
  • blue value is 127.
RGB:
(122,129,127)
(48%,51%,50%)

RGB channels and saturation

R 122 of 255 = 48%
G 129 of 255 = 51%
B 127 of 255 = 50%

122
129
127

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

Portions of RGB colors in percentages

R + G + B =
122 + 129 + 127 = 378 (100%)
R 122 of 378 ~ 32.28%
G 129 of 378 ~ 34.13%
B 127 of 378 ~ 33.6%

%32.28
%34.13
%33.6

CMYK color model

#7A817F color CMYK value is (5,0,2,49).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(5,0,2,49)
C5M0Y2K49 
(5%,0%,2%,49%)
(0.05/0.00/0.02/0.49)	

CMYK percentages

%5.43
%0
%1.55
%49.41

Codes

Color #7A817F in popluar color models

7A817F
RGB122129127
HSL163°2.79%49.22%
HSB/HSV163°5.43%50.59%
CMYK5.43%0.00%1.55%
49.41%

Color #7A817F in popluar number systems.

HEX7A817F
Decimal122129127
Binary1111010100000011111111
Octal172201177

Shades and tints

Shades of #7A817F

#7A817F
(122,129,127)
#6F7674
(111,118,116)
#646B69
(100,107,105)
#59605E
(89,96,94)
#4E5553
(78,85,83)
#434A48
(67,74,72)
#383F3D
(56,63,61)
#2D3432
(45,52,50)
#222927
(34,41,39)
#171E1C
(23,30,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7A817F

#7A817F
(122,129,127)
#868C8A
(134,140,138)
#929795
(146,151,149)
#9EA2A0
(158,162,160)
#AAADAB
(170,173,171)
#B6B8B6
(182,184,182)
#C2C3C1
(194,195,193)
#CECECC
(206,206,204)
#DAD9D7
(218,217,215)
#E6E4E2
(230,228,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A817F color. Also use rgb(122,129,127) instead hex code.

Text Font Color

.myTextColor { color: #7A817F; }

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

This text font color is #7A817F.


Background Color

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

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

This div background color is #7A817F.


Border color

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

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

This div border color is #7A817F.


Opacity

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

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

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

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

This text has shadow with #7A817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A817F on black background.


Color preview on white background

This text has color #7A817F on white background.



Black color preview on #7A817F background

This text has black color on #7A817F background.


White color preview on #7A817F background

This text has white color on #7A817F background.