COLOR #7A8F83

HEX: #7A8F83
RGB: (122,143,131)

Color info

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

RGB color model

#7A8F83 color RGB value is (122,143,131).

  • red value is 122;
  • green value is 143;
  • blue value is 131.
RGB:
(122,143,131)
(48%,56%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 143 of 255 = 56%
B 131 of 255 = 51%

122
143
131

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

Portions of RGB colors in percentages

R + G + B =
122 + 143 + 131 = 396 (100%)
R 122 of 396 ~ 30.81%
G 143 of 396 ~ 36.11%
B 131 of 396 ~ 33.08%

%30.81
%36.11
%33.08

CMYK color model

#7A8F83 color CMYK value is (15,0,8,44).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 8.39%
  • key color value is 43.92%
CMYK:
(15,0,8,44)
C15M0Y8K44 
(15%,0%,8%,44%)
(0.15/0.00/0.08/0.44)	

CMYK percentages

%14.69
%0
%8.39
%43.92

Codes

Color #7A8F83 in popluar color models

7A8F83
RGB122143131
HSL146°8.57%51.96%
HSB/HSV146°14.69%56.08%
CMYK14.69%0.00%8.39%
43.92%

Color #7A8F83 in popluar number systems.

HEX7A8F83
Decimal122143131
Binary11110101000111110000011
Octal172217203

Shades and tints

Shades of #7A8F83

#7A8F83
(122,143,131)
#6F8278
(111,130,120)
#64756D
(100,117,109)
#596862
(89,104,98)
#4E5B57
(78,91,87)
#434E4C
(67,78,76)
#384141
(56,65,65)
#2D3436
(45,52,54)
#22272B
(34,39,43)
#171A20
(23,26,32)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #7A8F83

#7A8F83
(122,143,131)
#86998E
(134,153,142)
#92A399
(146,163,153)
#9EADA4
(158,173,164)
#AAB7AF
(170,183,175)
#B6C1BA
(182,193,186)
#C2CBC5
(194,203,197)
#CED5D0
(206,213,208)
#DADFDB
(218,223,219)
#E6E9E6
(230,233,230)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8F83 color. Also use rgb(122,143,131) instead hex code.

Text Font Color

.myTextColor { color: #7A8F83; }

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

This text font color is #7A8F83.


Background Color

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

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

This div background color is #7A8F83.


Border color

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

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

This div border color is #7A8F83.


Opacity

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

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

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

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

This text has shadow with #7A8F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8F83 on black background.


Color preview on white background

This text has color #7A8F83 on white background.



Black color preview on #7A8F83 background

This text has black color on #7A8F83 background.


White color preview on #7A8F83 background

This text has white color on #7A8F83 background.