COLOR #7A818C

HEX: #7A818C RGB: (122,129,140)

Color info

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

RGB color model

#7A818C color RGB value is (122,129,140).

RGB: (122,129,140) (48%, 51%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 129 of 255 = 51%
B 140 of 255 = 55%

122
129
140

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

Portions of RGB colors in percentages

R + G + B = 122 + 129 + 140 = 391 (100%)
R 122 of 391 ~ 31.2%
G 129 of 391 ~ 32.99%
B 140 of 391 ~ 35.81'%

%31.2
%32.99
%35.81

CMYK color model

#7A818C color CMYK value is (13,8,0,45).

  • cyan value is 12.86%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (13,8,0,45)
C13M8Y0K45 (13%, 8%, 0%, 45%)
(0.13 / 0.08 / 0.00 / 0.45)

CMYK percentages

%12.86
%7.86
%0
%45.1

Codes

Color #7A818C in popluar color models

7A 81 8C
RGB 122 129 140
HSL 217° 7.26% 51.37%
HSB/HSV 217° 12.86% 54.90%
CMYK 12.86% 7.86% 0.00%
45.10%

Color #7A818C in popluar number systems.

HEX 7A 81 8C
Decimal 122 129 140
Binary 1111010 10000001 10001100
Octal 172 201 214

Shades and tints

Shades of #7A818C

#7A818C
(122,129,140)
#6F7680
(111,118,128)
#646B74
(100,107,116)
#596068
(89,96,104)
#4E555C
(78,85,92)
#434A50
(67,74,80)
#383F44
(56,63,68)
#2D3438
(45,52,56)
#22292C
(34,41,44)
#171E20
(23,30,32)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #7A818C

#7A818C
(122,129,140)
#868C96
(134,140,150)
#9297A0
(146,151,160)
#9EA2AA
(158,162,170)
#AAADB4
(170,173,180)
#B6B8BE
(182,184,190)
#C2C3C8
(194,195,200)
#CECED2
(206,206,210)
#DAD9DC
(218,217,220)
#E6E4E6
(230,228,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A818C; }

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

This text font color is #7A818C.

Background Color

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

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

This div background color is #7A818C.

Border color

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

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

This div border color is #7A818C.

Opacity

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

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

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

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

This text has shadow with #7A818C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A818C.

Preview

Color preview on black background

This text has color #7A818C on black background.


Color preview on white background

This text has color #7A818C on white background.


Black color preview on #7A818C background

This text has black color on #7A818C background.


White color preview on #7A818C background

This text has white color on #7A818C background.


Related colors

Complementary color

Complementary color for #hex is #857E73.


I love getcolorcode.com

Triadic colors

1 #8C7A81 and #818C7A with #7A818C are triadic colors.

2 #8C817A and #817A8C with #7A818C are triadic colors.