COLOR #7A8187

HEX: #7A8187
RGB: (122,129,135)

Color info

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

RGB color model

#7A8187 color RGB value is (122,129,135).

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

RGB channels and saturation

R 122 of 255 = 48%
G 129 of 255 = 51%
B 135 of 255 = 53%

122
129
135

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

Portions of RGB colors in percentages

R + G + B =
122 + 129 + 135 = 386 (100%)
R 122 of 386 ~ 31.61%
G 129 of 386 ~ 33.42%
B 135 of 386 ~ 34.97%

%31.61
%33.42
%34.97

CMYK color model

#7A8187 color CMYK value is (10,4,0,47).

  • cyan value is 9.63%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(10,4,0,47)
C10M4Y0K47 
(10%,4%,0%,47%)
(0.10/0.04/0.00/0.47)	

CMYK percentages

%9.63
%4.44
%0
%47.06

Codes

Color #7A8187 in popluar color models

7A8187
RGB122129135
HSL208°5.14%50.39%
HSB/HSV208°9.63%52.94%
CMYK9.63%4.44%0.00%
47.06%

Color #7A8187 in popluar number systems.

HEX7A8187
Decimal122129135
Binary11110101000000110000111
Octal172201207

Shades and tints

Shades of #7A8187

#7A8187
(122,129,135)
#6F767B
(111,118,123)
#646B6F
(100,107,111)
#596063
(89,96,99)
#4E5557
(78,85,87)
#434A4B
(67,74,75)
#383F3F
(56,63,63)
#2D3433
(45,52,51)
#222927
(34,41,39)
#171E1B
(23,30,27)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7A8187

#7A8187
(122,129,135)
#868C91
(134,140,145)
#92979B
(146,151,155)
#9EA2A5
(158,162,165)
#AAADAF
(170,173,175)
#B6B8B9
(182,184,185)
#C2C3C3
(194,195,195)
#CECECD
(206,206,205)
#DAD9D7
(218,217,215)
#E6E4E1
(230,228,225)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8187; }

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

This text font color is #7A8187.


Background Color

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

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

This div background color is #7A8187.


Border color

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

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

This div border color is #7A8187.


Opacity

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

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

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

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

This text has shadow with #7A8187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8187 on black background.


Color preview on white background

This text has color #7A8187 on white background.



Black color preview on #7A8187 background

This text has black color on #7A8187 background.


White color preview on #7A8187 background

This text has white color on #7A8187 background.