COLOR #7A8C8E

HEX: #7A8C8E
RGB: (122,140,142)

Color info

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

RGB color model

#7A8C8E color RGB value is (122,140,142).

  • red value is 122;
  • green value is 140;
  • blue value is 142.
RGB:
(122,140,142)
(48%,55%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 142 of 255 = 56%

122
140
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 140 + 142 = 404 (100%)
R 122 of 404 ~ 30.2%
G 140 of 404 ~ 34.65%
B 142 of 404 ~ 35.15%

%30.2
%34.65
%35.15

CMYK color model

#7A8C8E color CMYK value is (14,1,0,44).

  • cyan value is 14.08%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(14,1,0,44)
C14M1Y0K44 
(14%,1%,0%,44%)
(0.14/0.01/0.00/0.44)	

CMYK percentages

%14.08
%1.41
%0
%44.31

Codes

Color #7A8C8E in popluar color models

7A8C8E
RGB122140142
HSL186°8.13%51.76%
HSB/HSV186°14.08%55.69%
CMYK14.08%1.41%0.00%
44.31%

Color #7A8C8E in popluar number systems.

HEX7A8C8E
Decimal122140142
Binary11110101000110010001110
Octal172214216

Shades and tints

Shades of #7A8C8E

#7A8C8E
(122,140,142)
#6F8082
(111,128,130)
#647476
(100,116,118)
#59686A
(89,104,106)
#4E5C5E
(78,92,94)
#435052
(67,80,82)
#384446
(56,68,70)
#2D383A
(45,56,58)
#222C2E
(34,44,46)
#172022
(23,32,34)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #7A8C8E

#7A8C8E
(122,140,142)
#869698
(134,150,152)
#92A0A2
(146,160,162)
#9EAAAC
(158,170,172)
#AAB4B6
(170,180,182)
#B6BEC0
(182,190,192)
#C2C8CA
(194,200,202)
#CED2D4
(206,210,212)
#DADCDE
(218,220,222)
#E6E6E8
(230,230,232)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8C8E color. Also use rgb(122,140,142) instead hex code.

Text Font Color

.myTextColor { color: #7A8C8E; }

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

This text font color is #7A8C8E.


Background Color

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

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

This div background color is #7A8C8E.


Border color

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

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

This div border color is #7A8C8E.


Opacity

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

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

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

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

This text has shadow with #7A8C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8C8E on black background.


Color preview on white background

This text has color #7A8C8E on white background.



Black color preview on #7A8C8E background

This text has black color on #7A8C8E background.


White color preview on #7A8C8E background

This text has white color on #7A8C8E background.