COLOR #7A827E

HEX: #7A827E RGB: (122,130,126)

Color info

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

RGB color model

#7A827E color RGB value is (122,130,126).

RGB: (122,130,126) (48%, 51%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 126 of 255 = 49%

122
130
126

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

Portions of RGB colors in percentages

R + G + B = 122 + 130 + 126 = 378 (100%)
R 122 of 378 ~ 32.28%
G 130 of 378 ~ 34.39%
B 126 of 378 ~ 33.33'%

%32.28
%34.39
%33.33

CMYK color model

#7A827E color CMYK value is (6,0,3,49).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%

CMYK: (6,0,3,49)
C6M0Y3K49 (6%, 0%, 3%, 49%)
(0.06 / 0.00 / 0.03 / 0.49)

CMYK percentages

%6.15
%0
%3.08
%49.02

Codes

Color #7A827E in popluar color models

7A 82 7E
RGB 122 130 126
HSL 150° 3.17% 49.41%
HSB/HSV 150° 6.15% 50.98%
CMYK 6.15% 0.00% 3.08%
49.02%

Color #7A827E in popluar number systems.

HEX 7A 82 7E
Decimal 122 130 126
Binary 1111010 10000010 1111110
Octal 172 202 176

Shades and tints

Shades of #7A827E

#7A827E
(122,130,126)
#6F7773
(111,119,115)
#646C68
(100,108,104)
#59615D
(89,97,93)
#4E5652
(78,86,82)
#434B47
(67,75,71)
#38403C
(56,64,60)
#2D3531
(45,53,49)
#222A26
(34,42,38)
#171F1B
(23,31,27)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #7A827E

#7A827E
(122,130,126)
#868D89
(134,141,137)
#929894
(146,152,148)
#9EA39F
(158,163,159)
#AAAEAA
(170,174,170)
#B6B9B5
(182,185,181)
#C2C4C0
(194,196,192)
#CECFCB
(206,207,203)
#DADAD6
(218,218,214)
#E6E5E1
(230,229,225)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A827E color. Also use rgb(122,130,126) instead hex code.

Text Font Color

.myTextColor { color: #7A827E; }

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

This text font color is #7A827E.

Background Color

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

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

This div background color is #7A827E.

Border color

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

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

This div border color is #7A827E.

Opacity

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

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

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

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

This text has shadow with #7A827E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A827E.

Preview

Color preview on black background

This text has color #7A827E on black background.


Color preview on white background

This text has color #7A827E on white background.


Black color preview on #7A827E background

This text has black color on #7A827E background.


White color preview on #7A827E background

This text has white color on #7A827E background.


Related colors

Complementary color

Complementary color for #hex is #857D81.


I love getcolorcode.com

Triadic colors

1 #7E7A82 and #827E7A with #7A827E are triadic colors.

2 #7E827A and #827A7E with #7A827E are triadic colors.