COLOR #7A8D8D

HEX: #7A8D8D
RGB: (122,141,141)

Color info

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

RGB color model

#7A8D8D color RGB value is (122,141,141).

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

RGB channels and saturation

R 122 of 255 = 48%
G 141 of 255 = 55%
B 141 of 255 = 55%

122
141
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 141 + 141 = 404 (100%)
R 122 of 404 ~ 30.2%
G 141 of 404 ~ 34.9%
B 141 of 404 ~ 34.9%

%30.2
%34.9
%34.9

CMYK color model

#7A8D8D color CMYK value is (13,0,0,45).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,0,0,45)
C13M0Y0K45 
(13%,0%,0%,45%)
(0.13/0.00/0.00/0.45)	

CMYK percentages

%13.48
%0
%0
%44.71

Codes

Color #7A8D8D in popluar color models

7A8D8D
RGB122141141
HSL180°7.69%51.57%
HSB/HSV180°13.48%55.29%
CMYK13.48%0.00%0.00%
44.71%

Color #7A8D8D in popluar number systems.

HEX7A8D8D
Decimal122141141
Binary11110101000110110001101
Octal172215215

Shades and tints

Shades of #7A8D8D

#7A8D8D
(122,141,141)
#6F8181
(111,129,129)
#647575
(100,117,117)
#596969
(89,105,105)
#4E5D5D
(78,93,93)
#435151
(67,81,81)
#384545
(56,69,69)
#2D3939
(45,57,57)
#222D2D
(34,45,45)
#172121
(23,33,33)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #7A8D8D

#7A8D8D
(122,141,141)
#869797
(134,151,151)
#92A1A1
(146,161,161)
#9EABAB
(158,171,171)
#AAB5B5
(170,181,181)
#B6BFBF
(182,191,191)
#C2C9C9
(194,201,201)
#CED3D3
(206,211,211)
#DADDDD
(218,221,221)
#E6E7E7
(230,231,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8D8D; }

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

This text font color is #7A8D8D.


Background Color

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

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

This div background color is #7A8D8D.


Border color

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

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

This div border color is #7A8D8D.


Opacity

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

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

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

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

This text has shadow with #7A8D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8D8D on black background.


Color preview on white background

This text has color #7A8D8D on white background.



Black color preview on #7A8D8D background

This text has black color on #7A8D8D background.


White color preview on #7A8D8D background

This text has white color on #7A8D8D background.