COLOR #7A8E85

HEX: #7A8E85 RGB: (122,142,133)

Color info

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

RGB color model

#7A8E85 color RGB value is (122,142,133).

RGB: (122,142,133) (48%, 56%, 52%)

RGB channels and saturation

R 122 of 255 = 48%
G 142 of 255 = 56%
B 133 of 255 = 52%

122
142
133

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

Portions of RGB colors in percentages

R + G + B = 122 + 142 + 133 = 397 (100%)
R 122 of 397 ~ 30.73%
G 142 of 397 ~ 35.77%
B 133 of 397 ~ 33.5'%

%30.73
%35.77
%33.5

CMYK color model

#7A8E85 color CMYK value is (14,0,6,44).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 44.31%

CMYK: (14,0,6,44)
C14M0Y6K44 (14%, 0%, 6%, 44%)
(0.14 / 0.00 / 0.06 / 0.44)

CMYK percentages

%14.08
%0
%6.34
%44.31

Codes

Color #7A8E85 in popluar color models

7A 8E 85
RGB 122 142 133
HSL 153° 8.13% 51.76%
HSB/HSV 153° 14.08% 55.69%
CMYK 14.08% 0.00% 6.34%
44.31%

Color #7A8E85 in popluar number systems.

HEX 7A 8E 85
Decimal 122 142 133
Binary 1111010 10001110 10000101
Octal 172 216 205

Shades and tints

Shades of #7A8E85

#7A8E85
(122,142,133)
#6F8279
(111,130,121)
#64766D
(100,118,109)
#596A61
(89,106,97)
#4E5E55
(78,94,85)
#435249
(67,82,73)
#38463D
(56,70,61)
#2D3A31
(45,58,49)
#222E25
(34,46,37)
#172219
(23,34,25)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #7A8E85

#7A8E85
(122,142,133)
#869890
(134,152,144)
#92A29B
(146,162,155)
#9EACA6
(158,172,166)
#AAB6B1
(170,182,177)
#B6C0BC
(182,192,188)
#C2CAC7
(194,202,199)
#CED4D2
(206,212,210)
#DADEDD
(218,222,221)
#E6E8E8
(230,232,232)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8E85; }

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

This text font color is #7A8E85.

Background Color

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

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

This div background color is #7A8E85.

Border color

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

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

This div border color is #7A8E85.

Opacity

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

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

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

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

This text has shadow with #7A8E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8E85.

Preview

Color preview on black background

This text has color #7A8E85 on black background.


Color preview on white background

This text has color #7A8E85 on white background.


Black color preview on #7A8E85 background

This text has black color on #7A8E85 background.


White color preview on #7A8E85 background

This text has white color on #7A8E85 background.


Related colors

Complementary color

Complementary color for #hex is #85717A.


I love getcolorcode.com

Triadic colors

1 #857A8E and #8E857A with #7A8E85 are triadic colors.

2 #858E7A and #8E7A85 with #7A8E85 are triadic colors.