COLOR #7A838F

HEX: #7A838F RGB: (122,131,143)

Color info

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

RGB color model

#7A838F color RGB value is (122,131,143).

RGB: (122,131,143) (48%, 51%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 143 of 255 = 56%

122
131
143

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

Portions of RGB colors in percentages

R + G + B = 122 + 131 + 143 = 396 (100%)
R 122 of 396 ~ 30.81%
G 131 of 396 ~ 33.08%
B 143 of 396 ~ 36.11'%

%30.81
%33.08
%36.11

CMYK color model

#7A838F color CMYK value is (15,8,0,44).

  • cyan value is 14.69%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (15,8,0,44) C15M8Y0K44 (15%,8%,0%,44%) (0.15/0.08/0.00/0.44) 

CMYK percentages

%14.69
%8.39
%0
%43.92

Codes

Color #7A838F in popluar color models

7A 83 8F
RGB 122 131 143
HSL 214° 8.57% 51.96%
HSB/HSV 214° 14.69% 56.08%
CMYK 14.69% 8.39% 0.00%
43.92%

Color #7A838F in popluar number systems.

HEX 7A 83 8F
Decimal 122 131 143
Binary 1111010 10000011 10001111
Octal 172 203 217

Shades and tints

Shades of #7A838F

#7A838F
(122,131,143)
#6F7882
(111,120,130)
#646D75
(100,109,117)
#596268
(89,98,104)
#4E575B
(78,87,91)
#434C4E
(67,76,78)
#384141
(56,65,65)
#2D3634
(45,54,52)
#222B27
(34,43,39)
#17201A
(23,32,26)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #7A838F

#7A838F
(122,131,143)
#868E99
(134,142,153)
#9299A3
(146,153,163)
#9EA4AD
(158,164,173)
#AAAFB7
(170,175,183)
#B6BAC1
(182,186,193)
#C2C5CB
(194,197,203)
#CED0D5
(206,208,213)
#DADBDF
(218,219,223)
#E6E6E9
(230,230,233)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A838F color. Also use rgb(122,131,143) instead hex code.

Text Font Color

.myTextColor { color: #7A838F; }

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

This text font color is #7A838F.

Background Color

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

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

This div background color is #7A838F.

Border color

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

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

This div border color is #7A838F.

Opacity

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

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

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

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

This text has shadow with #7A838F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A838F.

Preview

Color preview on black background

This text has color #7A838F on black background.


Color preview on white background

This text has color #7A838F on white background.


Black color preview on #7A838F background

This text has black color on #7A838F background.


White color preview on #7A838F background

This text has white color on #7A838F background.


Related colors

Complementary color

Complementary color for #hex is #857C70.


I love getcolorcode.com

Triadic colors

1 #8F7A83 and #838F7A with #7A838F are triadic colors.

2 #8F837A and #837A8F with #7A838F are triadic colors.