COLOR #7A677E

HEX: #7A677E RGB: (122,103,126)

Color info

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

RGB color model

#7A677E color RGB value is (122,103,126).

RGB: (122,103,126) (48%, 40%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 126 of 255 = 49%

122
103
126

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

Portions of RGB colors in percentages

R + G + B = 122 + 103 + 126 = 351 (100%)
R 122 of 351 ~ 34.76%
G 103 of 351 ~ 29.34%
B 126 of 351 ~ 35.9'%

%34.76
%29.34
%35.9

CMYK color model

#7A677E color CMYK value is (3,18,0,51).

  • cyan value is 3.17%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (3,18,0,51)
C3M18Y0K51 (3%, 18%, 0%, 51%)
(0.03 / 0.18 / 0.00 / 0.51)

CMYK percentages

%3.17
%18.25
%0
%50.59

Codes

Color #7A677E in popluar color models

7A 67 7E
RGB 122 103 126
HSL 290° 10.04% 44.90%
HSB/HSV 290° 18.25% 49.41%
CMYK 3.17% 18.25% 0.00%
50.59%

Color #7A677E in popluar number systems.

HEX 7A 67 7E
Decimal 122 103 126
Binary 1111010 1100111 1111110
Octal 172 147 176

Shades and tints

Shades of #7A677E

#7A677E
(122,103,126)
#6F5E73
(111,94,115)
#645568
(100,85,104)
#594C5D
(89,76,93)
#4E4352
(78,67,82)
#433A47
(67,58,71)
#38313C
(56,49,60)
#2D2831
(45,40,49)
#221F26
(34,31,38)
#17161B
(23,22,27)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #7A677E

#7A677E
(122,103,126)
#867489
(134,116,137)
#928194
(146,129,148)
#9E8E9F
(158,142,159)
#AA9BAA
(170,155,170)
#B6A8B5
(182,168,181)
#C2B5C0
(194,181,192)
#CEC2CB
(206,194,203)
#DACFD6
(218,207,214)
#E6DCE1
(230,220,225)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A677E; }

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

This text font color is #7A677E.

Background Color

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

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

This div background color is #7A677E.

Border color

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

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

This div border color is #7A677E.

Opacity

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

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

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

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

This text has shadow with #7A677E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A677E.

Preview

Color preview on black background

This text has color #7A677E on black background.


Color preview on white background

This text has color #7A677E on white background.


Black color preview on #7A677E background

This text has black color on #7A677E background.


White color preview on #7A677E background

This text has white color on #7A677E background.


Related colors

Complementary color

Complementary color for #hex is #859881.


I love getcolorcode.com

Triadic colors

1 #7E7A67 and #677E7A with #7A677E are triadic colors.

2 #7E677A and #677A7E with #7A677E are triadic colors.