COLOR #7A799A

HEX: #7A799A RGB: (122,121,154)

Color info

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

RGB color model

#7A799A color RGB value is (122,121,154).

RGB: (122,121,154) (48%, 47%, 60%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 154 of 255 = 60%

122
121
154

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

Portions of RGB colors in percentages

R + G + B = 122 + 121 + 154 = 397 (100%)
R 122 of 397 ~ 30.73%
G 121 of 397 ~ 30.48%
B 154 of 397 ~ 38.79'%

%30.73
%30.48
%38.79

CMYK color model

#7A799A color CMYK value is (21,21,0,40).

  • cyan value is 20.78%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (21,21,0,40)
C21M21Y0K40 (21%, 21%, 0%, 40%)
(0.21 / 0.21 / 0.00 / 0.40)

CMYK percentages

%20.78
%21.43
%0
%39.61

Codes

Color #7A799A in popluar color models

7A 79 9A
RGB 122 121 154
HSL 242° 14.04% 53.92%
HSB/HSV 242° 21.43% 60.39%
CMYK 20.78% 21.43% 0.00%
39.61%

Color #7A799A in popluar number systems.

HEX 7A 79 9A
Decimal 122 121 154
Binary 1111010 1111001 10011010
Octal 172 171 232

Shades and tints

Shades of #7A799A

#7A799A
(122,121,154)
#6F6E8C
(111,110,140)
#64637E
(100,99,126)
#595870
(89,88,112)
#4E4D62
(78,77,98)
#434254
(67,66,84)
#383746
(56,55,70)
#2D2C38
(45,44,56)
#22212A
(34,33,42)
#17161C
(23,22,28)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #7A799A

#7A799A
(122,121,154)
#8685A3
(134,133,163)
#9291AC
(146,145,172)
#9E9DB5
(158,157,181)
#AAA9BE
(170,169,190)
#B6B5C7
(182,181,199)
#C2C1D0
(194,193,208)
#CECDD9
(206,205,217)
#DAD9E2
(218,217,226)
#E6E5EB
(230,229,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A799A color. Also use rgb(122,121,154) instead hex code.

Text Font Color

.myTextColor { color: #7A799A; }

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

This text font color is #7A799A.

Background Color

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

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

This div background color is #7A799A.

Border color

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

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

This div border color is #7A799A.

Opacity

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

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

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

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

This text has shadow with #7A799A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A799A.

Preview

Color preview on black background

This text has color #7A799A on black background.


Color preview on white background

This text has color #7A799A on white background.


Black color preview on #7A799A background

This text has black color on #7A799A background.


White color preview on #7A799A background

This text has white color on #7A799A background.


Related colors

Complementary color

Complementary color for #hex is #858665.


I love getcolorcode.com

Triadic colors

1 #9A7A79 and #799A7A with #7A799A are triadic colors.

2 #9A797A and #797A9A with #7A799A are triadic colors.