COLOR #7A6E81

HEX: #7A6E81 RGB: (122,110,129)

Color info

#7A6E81 contains red, green and blue colors in about the same proportion. Web safe color of #7A6E81 is #666699 (or #669).

RGB color model

#7A6E81 color RGB value is (122,110,129).

RGB: (122,110,129) (48%, 43%, 51%)

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 129 of 255 = 51%

122
110
129

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

Portions of RGB colors in percentages

R + G + B = 122 + 110 + 129 = 361 (100%)
R 122 of 361 ~ 33.8%
G 110 of 361 ~ 30.47%
B 129 of 361 ~ 35.73'%

%33.8
%30.47
%35.73

CMYK color model

#7A6E81 color CMYK value is (5,15,0,49).

  • cyan value is 5.43%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (5,15,0,49)
C5M15Y0K49 (5%, 15%, 0%, 49%)
(0.05 / 0.15 / 0.00 / 0.49)

CMYK percentages

%5.43
%14.73
%0
%49.41

Codes

Color #7A6E81 in popluar color models

7A 6E 81
RGB 122 110 129
HSL 278° 7.95% 46.86%
HSB/HSV 278° 14.73% 50.59%
CMYK 5.43% 14.73% 0.00%
49.41%

Color #7A6E81 in popluar number systems.

HEX 7A 6E 81
Decimal 122 110 129
Binary 1111010 1101110 10000001
Octal 172 156 201

Shades and tints

Shades of #7A6E81

#7A6E81
(122,110,129)
#6F6476
(111,100,118)
#645A6B
(100,90,107)
#595060
(89,80,96)
#4E4655
(78,70,85)
#433C4A
(67,60,74)
#38323F
(56,50,63)
#2D2834
(45,40,52)
#221E29
(34,30,41)
#17141E
(23,20,30)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #7A6E81

#7A6E81
(122,110,129)
#867B8C
(134,123,140)
#928897
(146,136,151)
#9E95A2
(158,149,162)
#AAA2AD
(170,162,173)
#B6AFB8
(182,175,184)
#C2BCC3
(194,188,195)
#CEC9CE
(206,201,206)
#DAD6D9
(218,214,217)
#E6E3E4
(230,227,228)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6E81; }

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

This text font color is #7A6E81.

Background Color

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

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

This div background color is #7A6E81.

Border color

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

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

This div border color is #7A6E81.

Opacity

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

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

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

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

This text has shadow with #7A6E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6E81.

Preview

Color preview on black background

This text has color #7A6E81 on black background.


Color preview on white background

This text has color #7A6E81 on white background.


Black color preview on #7A6E81 background

This text has black color on #7A6E81 background.


White color preview on #7A6E81 background

This text has white color on #7A6E81 background.


Related colors

Complementary color

Complementary color for #hex is #85917E.


I love getcolorcode.com

Triadic colors

1 #817A6E and #6E817A with #7A6E81 are triadic colors.

2 #816E7A and #6E7A81 with #7A6E81 are triadic colors.