COLOR #7A8595

HEX: #7A8595 RGB: (122,133,149)

Color info

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

RGB color model

#7A8595 color RGB value is (122,133,149).

RGB: (122,133,149) (48%, 52%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 149 of 255 = 58%

122
133
149

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

Portions of RGB colors in percentages

R + G + B = 122 + 133 + 149 = 404 (100%)
R 122 of 404 ~ 30.2%
G 133 of 404 ~ 32.92%
B 149 of 404 ~ 36.88'%

%30.2
%32.92
%36.88

CMYK color model

#7A8595 color CMYK value is (18,11,0,42).

  • cyan value is 18.12%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (18,11,0,42)
C18M11Y0K42 (18%, 11%, 0%, 42%)
(0.18 / 0.11 / 0.00 / 0.42)

CMYK percentages

%18.12
%10.74
%0
%41.57

Codes

Color #7A8595 in popluar color models

7A 85 95
RGB 122 133 149
HSL 216° 11.30% 53.14%
HSB/HSV 216° 18.12% 58.43%
CMYK 18.12% 10.74% 0.00%
41.57%

Color #7A8595 in popluar number systems.

HEX 7A 85 95
Decimal 122 133 149
Binary 1111010 10000101 10010101
Octal 172 205 225

Shades and tints

Shades of #7A8595

#7A8595
(122,133,149)
#6F7988
(111,121,136)
#646D7B
(100,109,123)
#59616E
(89,97,110)
#4E5561
(78,85,97)
#434954
(67,73,84)
#383D47
(56,61,71)
#2D313A
(45,49,58)
#22252D
(34,37,45)
#171920
(23,25,32)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A8595

#7A8595
(122,133,149)
#86909E
(134,144,158)
#929BA7
(146,155,167)
#9EA6B0
(158,166,176)
#AAB1B9
(170,177,185)
#B6BCC2
(182,188,194)
#C2C7CB
(194,199,203)
#CED2D4
(206,210,212)
#DADDDD
(218,221,221)
#E6E8E6
(230,232,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8595; }

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

This text font color is #7A8595.

Background Color

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

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

This div background color is #7A8595.

Border color

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

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

This div border color is #7A8595.

Opacity

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

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

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

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

This text has shadow with #7A8595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8595.

Preview

Color preview on black background

This text has color #7A8595 on black background.


Color preview on white background

This text has color #7A8595 on white background.


Black color preview on #7A8595 background

This text has black color on #7A8595 background.


White color preview on #7A8595 background

This text has white color on #7A8595 background.


Related colors

Complementary color

Complementary color for #hex is #857A6A.


I love getcolorcode.com

Triadic colors

1 #957A85 and #85957A with #7A8595 are triadic colors.

2 #95857A and #857A95 with #7A8595 are triadic colors.