COLOR #7A958F

HEX: #7A958F
RGB: (122,149,143)

Color info

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

RGB color model

#7A958F color RGB value is (122,149,143).

  • red value is 122;
  • green value is 149;
  • blue value is 143.
RGB:
(122,149,143)
(48%,58%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 143 of 255 = 56%

122
149
143

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

Portions of RGB colors in percentages

R + G + B =
122 + 149 + 143 = 414 (100%)
R 122 of 414 ~ 29.47%
G 149 of 414 ~ 35.99%
B 143 of 414 ~ 34.54%

%29.47
%35.99
%34.54

CMYK color model

#7A958F color CMYK value is (18,0,4,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(18,0,4,42)
C18M0Y4K42 
(18%,0%,4%,42%)
(0.18/0.00/0.04/0.42)	

CMYK percentages

%18.12
%0
%4.03
%41.57

Codes

Color #7A958F in popluar color models

7A958F
RGB122149143
HSL167°11.30%53.14%
HSB/HSV167°18.12%58.43%
CMYK18.12%0.00%4.03%
41.57%

Color #7A958F in popluar number systems.

HEX7A958F
Decimal122149143
Binary11110101001010110001111
Octal172225217

Shades and tints

Shades of #7A958F

#7A958F
(122,149,143)
#6F8882
(111,136,130)
#647B75
(100,123,117)
#596E68
(89,110,104)
#4E615B
(78,97,91)
#43544E
(67,84,78)
#384741
(56,71,65)
#2D3A34
(45,58,52)
#222D27
(34,45,39)
#17201A
(23,32,26)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #7A958F

#7A958F
(122,149,143)
#869E99
(134,158,153)
#92A7A3
(146,167,163)
#9EB0AD
(158,176,173)
#AAB9B7
(170,185,183)
#B6C2C1
(182,194,193)
#C2CBCB
(194,203,203)
#CED4D5
(206,212,213)
#DADDDF
(218,221,223)
#E6E6E9
(230,230,233)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A958F; }

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

This text font color is #7A958F.


Background Color

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

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

This div background color is #7A958F.


Border color

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

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

This div border color is #7A958F.


Opacity

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

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

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

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

This text has shadow with #7A958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A958F on black background.


Color preview on white background

This text has color #7A958F on white background.



Black color preview on #7A958F background

This text has black color on #7A958F background.


White color preview on #7A958F background

This text has white color on #7A958F background.