COLOR #7A9187

HEX: #7A9187
RGB: (122,145,135)

Color info

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

RGB color model

#7A9187 color RGB value is (122,145,135).

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

RGB channels and saturation

R 122 of 255 = 48%
G 145 of 255 = 57%
B 135 of 255 = 53%

122
145
135

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

Portions of RGB colors in percentages

R + G + B =
122 + 145 + 135 = 402 (100%)
R 122 of 402 ~ 30.35%
G 145 of 402 ~ 36.07%
B 135 of 402 ~ 33.58%

%30.35
%36.07
%33.58

CMYK color model

#7A9187 color CMYK value is (16,0,7,43).

  • cyan value is 15.86%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 43.14%
CMYK:
(16,0,7,43)
C16M0Y7K43 
(16%,0%,7%,43%)
(0.16/0.00/0.07/0.43)	

CMYK percentages

%15.86
%0
%6.9
%43.14

Codes

Color #7A9187 in popluar color models

7A9187
RGB122145135
HSL154°9.47%52.35%
HSB/HSV154°15.86%56.86%
CMYK15.86%0.00%6.90%
43.14%

Color #7A9187 in popluar number systems.

HEX7A9187
Decimal122145135
Binary11110101001000110000111
Octal172221207

Shades and tints

Shades of #7A9187

#7A9187
(122,145,135)
#6F847B
(111,132,123)
#64776F
(100,119,111)
#596A63
(89,106,99)
#4E5D57
(78,93,87)
#43504B
(67,80,75)
#38433F
(56,67,63)
#2D3633
(45,54,51)
#222927
(34,41,39)
#171C1B
(23,28,27)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7A9187

#7A9187
(122,145,135)
#869B91
(134,155,145)
#92A59B
(146,165,155)
#9EAFA5
(158,175,165)
#AAB9AF
(170,185,175)
#B6C3B9
(182,195,185)
#C2CDC3
(194,205,195)
#CED7CD
(206,215,205)
#DAE1D7
(218,225,215)
#E6EBE1
(230,235,225)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9187; }

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

This text font color is #7A9187.


Background Color

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

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

This div background color is #7A9187.


Border color

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

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

This div border color is #7A9187.


Opacity

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

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

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

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

This text has shadow with #7A9187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9187 on black background.


Color preview on white background

This text has color #7A9187 on white background.



Black color preview on #7A9187 background

This text has black color on #7A9187 background.


White color preview on #7A9187 background

This text has white color on #7A9187 background.