COLOR #7A8A81

HEX: #7A8A81
RGB: (122,138,129)

Color info

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

RGB color model

#7A8A81 color RGB value is (122,138,129).

  • red value is 122;
  • green value is 138;
  • blue value is 129.
RGB:
(122,138,129)
(48%,54%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 129 of 255 = 51%

122
138
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 129 = 389 (100%)
R 122 of 389 ~ 31.36%
G 138 of 389 ~ 35.48%
B 129 of 389 ~ 33.16%

%31.36
%35.48
%33.16

CMYK color model

#7A8A81 color CMYK value is (12,0,7,46).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 45.88%
CMYK:
(12,0,7,46)
C12M0Y7K46 
(12%,0%,7%,46%)
(0.12/0.00/0.07/0.46)	

CMYK percentages

%11.59
%0
%6.52
%45.88

Codes

Color #7A8A81 in popluar color models

7A8A81
RGB122138129
HSL146°6.40%50.98%
HSB/HSV146°11.59%54.12%
CMYK11.59%0.00%6.52%
45.88%

Color #7A8A81 in popluar number systems.

HEX7A8A81
Decimal122138129
Binary11110101000101010000001
Octal172212201

Shades and tints

Shades of #7A8A81

#7A8A81
(122,138,129)
#6F7E76
(111,126,118)
#64726B
(100,114,107)
#596660
(89,102,96)
#4E5A55
(78,90,85)
#434E4A
(67,78,74)
#38423F
(56,66,63)
#2D3634
(45,54,52)
#222A29
(34,42,41)
#171E1E
(23,30,30)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #7A8A81

#7A8A81
(122,138,129)
#86948C
(134,148,140)
#929E97
(146,158,151)
#9EA8A2
(158,168,162)
#AAB2AD
(170,178,173)
#B6BCB8
(182,188,184)
#C2C6C3
(194,198,195)
#CED0CE
(206,208,206)
#DADAD9
(218,218,217)
#E6E4E4
(230,228,228)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8A81 color. Also use rgb(122,138,129) instead hex code.

Text Font Color

.myTextColor { color: #7A8A81; }

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

This text font color is #7A8A81.


Background Color

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

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

This div background color is #7A8A81.


Border color

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

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

This div border color is #7A8A81.


Opacity

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

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

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

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

This text has shadow with #7A8A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8A81 on black background.


Color preview on white background

This text has color #7A8A81 on white background.



Black color preview on #7A8A81 background

This text has black color on #7A8A81 background.


White color preview on #7A8A81 background

This text has white color on #7A8A81 background.