COLOR #7A8188

HEX: #7A8188
RGB: (122,129,136)

Color info

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

RGB color model

#7A8188 color RGB value is (122,129,136).

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

RGB channels and saturation

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

122
129
136

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

Portions of RGB colors in percentages

R + G + B =
122 + 129 + 136 = 387 (100%)
R 122 of 387 ~ 31.52%
G 129 of 387 ~ 33.33%
B 136 of 387 ~ 35.14%

%31.52
%33.33
%35.14

CMYK color model

#7A8188 color CMYK value is (10,5,0,47).

  • cyan value is 10.29%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(10,5,0,47)
C10M5Y0K47 
(10%,5%,0%,47%)
(0.10/0.05/0.00/0.47)	

CMYK percentages

%10.29
%5.15
%0
%46.67

Codes

Color #7A8188 in popluar color models

7A8188
RGB122129136
HSL210°5.56%50.59%
HSB/HSV210°10.29%53.33%
CMYK10.29%5.15%0.00%
46.67%

Color #7A8188 in popluar number systems.

HEX7A8188
Decimal122129136
Binary11110101000000110001000
Octal172201210

Shades and tints

Shades of #7A8188

#7A8188
(122,129,136)
#6F767C
(111,118,124)
#646B70
(100,107,112)
#596064
(89,96,100)
#4E5558
(78,85,88)
#434A4C
(67,74,76)
#383F40
(56,63,64)
#2D3434
(45,52,52)
#222928
(34,41,40)
#171E1C
(23,30,28)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #7A8188

#7A8188
(122,129,136)
#868C92
(134,140,146)
#92979C
(146,151,156)
#9EA2A6
(158,162,166)
#AAADB0
(170,173,176)
#B6B8BA
(182,184,186)
#C2C3C4
(194,195,196)
#CECECE
(206,206,206)
#DAD9D8
(218,217,216)
#E6E4E2
(230,228,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8188; }

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

This text font color is #7A8188.


Background Color

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

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

This div background color is #7A8188.


Border color

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

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

This div border color is #7A8188.


Opacity

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

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

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

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

This text has shadow with #7A8188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8188 on black background.


Color preview on white background

This text has color #7A8188 on white background.



Black color preview on #7A8188 background

This text has black color on #7A8188 background.


White color preview on #7A8188 background

This text has white color on #7A8188 background.