COLOR #7A968F

HEX: #7A968F
RGB: (122,150,143)

Color info

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

RGB color model

#7A968F color RGB value is (122,150,143).

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

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 143 of 255 = 56%

122
150
143

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

Portions of RGB colors in percentages

R + G + B =
122 + 150 + 143 = 415 (100%)
R 122 of 415 ~ 29.4%
G 150 of 415 ~ 36.14%
B 143 of 415 ~ 34.46%

%29.4
%36.14
%34.46

CMYK color model

#7A968F color CMYK value is (19,0,5,41).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 41.18%
CMYK:
(19,0,5,41)
C19M0Y5K41 
(19%,0%,5%,41%)
(0.19/0.00/0.05/0.41)	

CMYK percentages

%18.67
%0
%4.67
%41.18

Codes

Color #7A968F in popluar color models

7A968F
RGB122150143
HSL165°11.76%53.33%
HSB/HSV165°18.67%58.82%
CMYK18.67%0.00%4.67%
41.18%

Color #7A968F in popluar number systems.

HEX7A968F
Decimal122150143
Binary11110101001011010001111
Octal172226217

Shades and tints

Shades of #7A968F

#7A968F
(122,150,143)
#6F8982
(111,137,130)
#647C75
(100,124,117)
#596F68
(89,111,104)
#4E625B
(78,98,91)
#43554E
(67,85,78)
#384841
(56,72,65)
#2D3B34
(45,59,52)
#222E27
(34,46,39)
#17211A
(23,33,26)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #7A968F

#7A968F
(122,150,143)
#869F99
(134,159,153)
#92A8A3
(146,168,163)
#9EB1AD
(158,177,173)
#AABAB7
(170,186,183)
#B6C3C1
(182,195,193)
#C2CCCB
(194,204,203)
#CED5D5
(206,213,213)
#DADEDF
(218,222,223)
#E6E7E9
(230,231,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A968F; }

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

This text font color is #7A968F.


Background Color

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

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

This div background color is #7A968F.


Border color

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

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

This div border color is #7A968F.


Opacity

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

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

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

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

This text has shadow with #7A968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A968F on black background.


Color preview on white background

This text has color #7A968F on white background.



Black color preview on #7A968F background

This text has black color on #7A968F background.


White color preview on #7A968F background

This text has white color on #7A968F background.