COLOR #7A8795

HEX: #7A8795
RGB: (122,135,149)

Color info

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

RGB color model

#7A8795 color RGB value is (122,135,149).

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

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 149 of 255 = 58%

122
135
149

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 149 = 406 (100%)
R 122 of 406 ~ 30.05%
G 135 of 406 ~ 33.25%
B 149 of 406 ~ 36.7%

%30.05
%33.25
%36.7

CMYK color model

#7A8795 color CMYK value is (18,9,0,42).

  • cyan value is 18.12%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(18,9,0,42)
C18M9Y0K42 
(18%,9%,0%,42%)
(0.18/0.09/0.00/0.42)	

CMYK percentages

%18.12
%9.4
%0
%41.57

Codes

Color #7A8795 in popluar color models

7A8795
RGB122135149
HSL211°11.30%53.14%
HSB/HSV211°18.12%58.43%
CMYK18.12%9.40%0.00%
41.57%

Color #7A8795 in popluar number systems.

HEX7A8795
Decimal122135149
Binary11110101000011110010101
Octal172207225

Shades and tints

Shades of #7A8795

#7A8795
(122,135,149)
#6F7B88
(111,123,136)
#646F7B
(100,111,123)
#59636E
(89,99,110)
#4E5761
(78,87,97)
#434B54
(67,75,84)
#383F47
(56,63,71)
#2D333A
(45,51,58)
#22272D
(34,39,45)
#171B20
(23,27,32)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #7A8795

#7A8795
(122,135,149)
#86919E
(134,145,158)
#929BA7
(146,155,167)
#9EA5B0
(158,165,176)
#AAAFB9
(170,175,185)
#B6B9C2
(182,185,194)
#C2C3CB
(194,195,203)
#CECDD4
(206,205,212)
#DAD7DD
(218,215,221)
#E6E1E6
(230,225,230)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8795; }

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

This text font color is #7A8795.


Background Color

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

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

This div background color is #7A8795.


Border color

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

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

This div border color is #7A8795.


Opacity

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

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

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

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

This text has shadow with #7A8795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8795 on black background.


Color preview on white background

This text has color #7A8795 on white background.



Black color preview on #7A8795 background

This text has black color on #7A8795 background.


White color preview on #7A8795 background

This text has white color on #7A8795 background.