COLOR #7A838A

HEX: #7A838A
RGB: (122,131,138)

Color info

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

RGB color model

#7A838A color RGB value is (122,131,138).

  • red value is 122;
  • green value is 131;
  • blue value is 138.
RGB:
(122,131,138)
(48%,51%,54%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 138 of 255 = 54%

122
131
138

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

Portions of RGB colors in percentages

R + G + B =
122 + 131 + 138 = 391 (100%)
R 122 of 391 ~ 31.2%
G 131 of 391 ~ 33.5%
B 138 of 391 ~ 35.29%

%31.2
%33.5
%35.29

CMYK color model

#7A838A color CMYK value is (12,5,0,46).

  • cyan value is 11.59%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(12,5,0,46)
C12M5Y0K46 
(12%,5%,0%,46%)
(0.12/0.05/0.00/0.46)	

CMYK percentages

%11.59
%5.07
%0
%45.88

Codes

Color #7A838A in popluar color models

7A838A
RGB122131138
HSL206°6.40%50.98%
HSB/HSV206°11.59%54.12%
CMYK11.59%5.07%0.00%
45.88%

Color #7A838A in popluar number systems.

HEX7A838A
Decimal122131138
Binary11110101000001110001010
Octal172203212

Shades and tints

Shades of #7A838A

#7A838A
(122,131,138)
#6F787E
(111,120,126)
#646D72
(100,109,114)
#596266
(89,98,102)
#4E575A
(78,87,90)
#434C4E
(67,76,78)
#384142
(56,65,66)
#2D3636
(45,54,54)
#222B2A
(34,43,42)
#17201E
(23,32,30)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #7A838A

#7A838A
(122,131,138)
#868E94
(134,142,148)
#92999E
(146,153,158)
#9EA4A8
(158,164,168)
#AAAFB2
(170,175,178)
#B6BABC
(182,186,188)
#C2C5C6
(194,197,198)
#CED0D0
(206,208,208)
#DADBDA
(218,219,218)
#E6E6E4
(230,230,228)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A838A; }

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

This text font color is #7A838A.


Background Color

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

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

This div background color is #7A838A.


Border color

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

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

This div border color is #7A838A.


Opacity

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

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

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

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

This text has shadow with #7A838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A838A on black background.


Color preview on white background

This text has color #7A838A on white background.



Black color preview on #7A838A background

This text has black color on #7A838A background.


White color preview on #7A838A background

This text has white color on #7A838A background.