COLOR #7A8A9A

HEX: #7A8A9A RGB: (122,138,154)

Color info

#7A8A9A contains red, green and blue colors in about the same proportion. Web safe color of #7A8A9A is #669999 (or #699).

RGB color model

#7A8A9A color RGB value is (122,138,154).

RGB: (122,138,154) (48%, 54%, 60%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 154 of 255 = 60%

122
138
154

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

Portions of RGB colors in percentages

R + G + B = 122 + 138 + 154 = 414 (100%)
R 122 of 414 ~ 29.47%
G 138 of 414 ~ 33.33%
B 154 of 414 ~ 37.2'%

%29.47
%33.33
%37.2

CMYK color model

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

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

CMYK: (21,10,0,40)
C21M10Y0K40 (21%, 10%, 0%, 40%)
(0.21 / 0.10 / 0.00 / 0.40)

CMYK percentages

%20.78
%10.39
%0
%39.61

Codes

Color #7A8A9A in popluar color models

7A 8A 9A
RGB 122 138 154
HSL 210° 13.68% 54.12%
HSB/HSV 210° 20.78% 60.39%
CMYK 20.78% 10.39% 0.00%
39.61%

Color #7A8A9A in popluar number systems.

HEX 7A 8A 9A
Decimal 122 138 154
Binary 1111010 10001010 10011010
Octal 172 212 232

Shades and tints

Shades of #7A8A9A

#7A8A9A
(122,138,154)
#6F7E8C
(111,126,140)
#64727E
(100,114,126)
#596670
(89,102,112)
#4E5A62
(78,90,98)
#434E54
(67,78,84)
#384246
(56,66,70)
#2D3638
(45,54,56)
#222A2A
(34,42,42)
#171E1C
(23,30,28)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7A8A9A

#7A8A9A
(122,138,154)
#8694A3
(134,148,163)
#929EAC
(146,158,172)
#9EA8B5
(158,168,181)
#AAB2BE
(170,178,190)
#B6BCC7
(182,188,199)
#C2C6D0
(194,198,208)
#CED0D9
(206,208,217)
#DADAE2
(218,218,226)
#E6E4EB
(230,228,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8A9A; }

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

This text font color is #7A8A9A.

Background Color

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

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

This div background color is #7A8A9A.

Border color

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

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

This div border color is #7A8A9A.

Opacity

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

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

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

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

This text has shadow with #7A8A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8A9A.

Preview

Color preview on black background

This text has color #7A8A9A on black background.


Color preview on white background

This text has color #7A8A9A on white background.


Black color preview on #7A8A9A background

This text has black color on #7A8A9A background.


White color preview on #7A8A9A background

This text has white color on #7A8A9A background.


Related colors

Complementary color

Complementary color for #hex is #857565.


I love getcolorcode.com

Triadic colors

1 #9A7A8A and #8A9A7A with #7A8A9A are triadic colors.

2 #9A8A7A and #8A7A9A with #7A8A9A are triadic colors.