COLOR #7A948B

HEX: #7A948B
RGB: (122,148,139)

Color info

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

RGB color model

#7A948B color RGB value is (122,148,139).

  • red value is 122;
  • green value is 148;
  • blue value is 139.
RGB:
(122,148,139)
(48%,58%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 139 of 255 = 55%

122
148
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 148 + 139 = 409 (100%)
R 122 of 409 ~ 29.83%
G 148 of 409 ~ 36.19%
B 139 of 409 ~ 33.99%

%29.83
%36.19
%33.99

CMYK color model

#7A948B color CMYK value is (18,0,6,42).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK:
(18,0,6,42)
C18M0Y6K42 
(18%,0%,6%,42%)
(0.18/0.00/0.06/0.42)	

CMYK percentages

%17.57
%0
%6.08
%41.96

Codes

Color #7A948B in popluar color models

7A948B
RGB122148139
HSL159°10.83%52.94%
HSB/HSV159°17.57%58.04%
CMYK17.57%0.00%6.08%
41.96%

Color #7A948B in popluar number systems.

HEX7A948B
Decimal122148139
Binary11110101001010010001011
Octal172224213

Shades and tints

Shades of #7A948B

#7A948B
(122,148,139)
#6F877F
(111,135,127)
#647A73
(100,122,115)
#596D67
(89,109,103)
#4E605B
(78,96,91)
#43534F
(67,83,79)
#384643
(56,70,67)
#2D3937
(45,57,55)
#222C2B
(34,44,43)
#171F1F
(23,31,31)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #7A948B

#7A948B
(122,148,139)
#869D95
(134,157,149)
#92A69F
(146,166,159)
#9EAFA9
(158,175,169)
#AAB8B3
(170,184,179)
#B6C1BD
(182,193,189)
#C2CAC7
(194,202,199)
#CED3D1
(206,211,209)
#DADCDB
(218,220,219)
#E6E5E5
(230,229,229)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A948B color. Also use rgb(122,148,139) instead hex code.

Text Font Color

.myTextColor { color: #7A948B; }

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

This text font color is #7A948B.


Background Color

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

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

This div background color is #7A948B.


Border color

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

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

This div border color is #7A948B.


Opacity

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

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

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

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

This text has shadow with #7A948B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A948B on black background.


Color preview on white background

This text has color #7A948B on white background.



Black color preview on #7A948B background

This text has black color on #7A948B background.


White color preview on #7A948B background

This text has white color on #7A948B background.