COLOR #7A868D

HEX: #7A868D
RGB: (122,134,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
134
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 134 + 141 = 397 (100%)
R 122 of 397 ~ 30.73%
G 134 of 397 ~ 33.75%
B 141 of 397 ~ 35.52%

%30.73
%33.75
%35.52

CMYK color model

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

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

CMYK percentages

%13.48
%4.96
%0
%44.71

Codes

Color #7A868D in popluar color models

7A868D
RGB122134141
HSL202°7.69%51.57%
HSB/HSV202°13.48%55.29%
CMYK13.48%4.96%0.00%
44.71%

Color #7A868D in popluar number systems.

HEX7A868D
Decimal122134141
Binary11110101000011010001101
Octal172206215

Shades and tints

Shades of #7A868D

#7A868D
(122,134,141)
#6F7A81
(111,122,129)
#646E75
(100,110,117)
#596269
(89,98,105)
#4E565D
(78,86,93)
#434A51
(67,74,81)
#383E45
(56,62,69)
#2D3239
(45,50,57)
#22262D
(34,38,45)
#171A21
(23,26,33)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #7A868D

#7A868D
(122,134,141)
#869197
(134,145,151)
#929CA1
(146,156,161)
#9EA7AB
(158,167,171)
#AAB2B5
(170,178,181)
#B6BDBF
(182,189,191)
#C2C8C9
(194,200,201)
#CED3D3
(206,211,211)
#DADEDD
(218,222,221)
#E6E9E7
(230,233,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A868D; }

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

This text font color is #7A868D.


Background Color

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

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

This div background color is #7A868D.


Border color

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

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

This div border color is #7A868D.


Opacity

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

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

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

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

This text has shadow with #7A868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A868D on black background.


Color preview on white background

This text has color #7A868D on white background.



Black color preview on #7A868D background

This text has black color on #7A868D background.


White color preview on #7A868D background

This text has white color on #7A868D background.