COLOR #7A9691

HEX: #7A9691
RGB: (122,150,145)

Color info

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

RGB color model

#7A9691 color RGB value is (122,150,145).

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

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 145 of 255 = 57%

122
150
145

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

Portions of RGB colors in percentages

R + G + B =
122 + 150 + 145 = 417 (100%)
R 122 of 417 ~ 29.26%
G 150 of 417 ~ 35.97%
B 145 of 417 ~ 34.77%

%29.26
%35.97
%34.77

CMYK color model

#7A9691 color CMYK value is (19,0,3,41).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 41.18%
CMYK:
(19,0,3,41)
C19M0Y3K41 
(19%,0%,3%,41%)
(0.19/0.00/0.03/0.41)	

CMYK percentages

%18.67
%0
%3.33
%41.18

Codes

Color #7A9691 in popluar color models

7A9691
RGB122150145
HSL169°11.76%53.33%
HSB/HSV169°18.67%58.82%
CMYK18.67%0.00%3.33%
41.18%

Color #7A9691 in popluar number systems.

HEX7A9691
Decimal122150145
Binary11110101001011010010001
Octal172226221

Shades and tints

Shades of #7A9691

#7A9691
(122,150,145)
#6F8984
(111,137,132)
#647C77
(100,124,119)
#596F6A
(89,111,106)
#4E625D
(78,98,93)
#435550
(67,85,80)
#384843
(56,72,67)
#2D3B36
(45,59,54)
#222E29
(34,46,41)
#17211C
(23,33,28)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #7A9691

#7A9691
(122,150,145)
#869F9B
(134,159,155)
#92A8A5
(146,168,165)
#9EB1AF
(158,177,175)
#AABAB9
(170,186,185)
#B6C3C3
(182,195,195)
#C2CCCD
(194,204,205)
#CED5D7
(206,213,215)
#DADEE1
(218,222,225)
#E6E7EB
(230,231,235)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9691; }

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

This text font color is #7A9691.


Background Color

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

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

This div background color is #7A9691.


Border color

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

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

This div border color is #7A9691.


Opacity

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

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

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

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

This text has shadow with #7A9691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9691 on black background.


Color preview on white background

This text has color #7A9691 on white background.



Black color preview on #7A9691 background

This text has black color on #7A9691 background.


White color preview on #7A9691 background

This text has white color on #7A9691 background.