COLOR #7A8793

HEX: #7A8793
RGB: (122,135,147)

Color info

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

RGB color model

#7A8793 color RGB value is (122,135,147).

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

RGB channels and saturation

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

122
135
147

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 147 = 404 (100%)
R 122 of 404 ~ 30.2%
G 135 of 404 ~ 33.42%
B 147 of 404 ~ 36.39%

%30.2
%33.42
%36.39

CMYK color model

#7A8793 color CMYK value is (17,8,0,42).

  • cyan value is 17.01%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(17,8,0,42)
C17M8Y0K42 
(17%,8%,0%,42%)
(0.17/0.08/0.00/0.42)	

CMYK percentages

%17.01
%8.16
%0
%42.35

Codes

Color #7A8793 in popluar color models

7A8793
RGB122135147
HSL209°10.37%52.75%
HSB/HSV209°17.01%57.65%
CMYK17.01%8.16%0.00%
42.35%

Color #7A8793 in popluar number systems.

HEX7A8793
Decimal122135147
Binary11110101000011110010011
Octal172207223

Shades and tints

Shades of #7A8793

#7A8793
(122,135,147)
#6F7B86
(111,123,134)
#646F79
(100,111,121)
#59636C
(89,99,108)
#4E575F
(78,87,95)
#434B52
(67,75,82)
#383F45
(56,63,69)
#2D3338
(45,51,56)
#22272B
(34,39,43)
#171B1E
(23,27,30)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #7A8793

#7A8793
(122,135,147)
#86919C
(134,145,156)
#929BA5
(146,155,165)
#9EA5AE
(158,165,174)
#AAAFB7
(170,175,183)
#B6B9C0
(182,185,192)
#C2C3C9
(194,195,201)
#CECDD2
(206,205,210)
#DAD7DB
(218,215,219)
#E6E1E4
(230,225,228)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8793; }

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

This text font color is #7A8793.


Background Color

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

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

This div background color is #7A8793.


Border color

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

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

This div border color is #7A8793.


Opacity

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

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

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

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

This text has shadow with #7A8793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8793 on black background.


Color preview on white background

This text has color #7A8793 on white background.



Black color preview on #7A8793 background

This text has black color on #7A8793 background.


White color preview on #7A8793 background

This text has white color on #7A8793 background.