COLOR #7A769B

HEX: #7A769B RGB: (122,118,155)

Color info

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

RGB color model

#7A769B color RGB value is (122,118,155).

RGB: (122,118,155) (48%, 46%, 61%)

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 155 of 255 = 61%

122
118
155

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

Portions of RGB colors in percentages

R + G + B = 122 + 118 + 155 = 395 (100%)
R 122 of 395 ~ 30.89%
G 118 of 395 ~ 29.87%
B 155 of 395 ~ 39.24'%

%30.89
%29.87
%39.24

CMYK color model

#7A769B color CMYK value is (21,24,0,39).

  • cyan value is 21.29%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (21,24,0,39)
C21M24Y0K39 (21%, 24%, 0%, 39%)
(0.21 / 0.24 / 0.00 / 0.39)

CMYK percentages

%21.29
%23.87
%0
%39.22

Codes

Color #7A769B in popluar color models

7A 76 9B
RGB 122 118 155
HSL 246° 15.61% 53.53%
HSB/HSV 246° 23.87% 60.78%
CMYK 21.29% 23.87% 0.00%
39.22%

Color #7A769B in popluar number systems.

HEX 7A 76 9B
Decimal 122 118 155
Binary 1111010 1110110 10011011
Octal 172 166 233

Shades and tints

Shades of #7A769B

#7A769B
(122,118,155)
#6F6C8D
(111,108,141)
#64627F
(100,98,127)
#595871
(89,88,113)
#4E4E63
(78,78,99)
#434455
(67,68,85)
#383A47
(56,58,71)
#2D3039
(45,48,57)
#22262B
(34,38,43)
#171C1D
(23,28,29)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #7A769B

#7A769B
(122,118,155)
#8682A4
(134,130,164)
#928EAD
(146,142,173)
#9E9AB6
(158,154,182)
#AAA6BF
(170,166,191)
#B6B2C8
(182,178,200)
#C2BED1
(194,190,209)
#CECADA
(206,202,218)
#DAD6E3
(218,214,227)
#E6E2EC
(230,226,236)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A769B color. Also use rgb(122,118,155) instead hex code.

Text Font Color

.myTextColor { color: #7A769B; }

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

This text font color is #7A769B.

Background Color

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

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

This div background color is #7A769B.

Border color

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

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

This div border color is #7A769B.

Opacity

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

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

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

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

This text has shadow with #7A769B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A769B.

Preview

Color preview on black background

This text has color #7A769B on black background.


Color preview on white background

This text has color #7A769B on white background.


Black color preview on #7A769B background

This text has black color on #7A769B background.


White color preview on #7A769B background

This text has white color on #7A769B background.


Related colors

Complementary color

Complementary color for #hex is #858964.


I love getcolorcode.com

Triadic colors

1 #9B7A76 and #769B7A with #7A769B are triadic colors.

2 #9B767A and #767A9B with #7A769B are triadic colors.