COLOR #7A8781

HEX: #7A8781
RGB: (122,135,129)

Color info

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

RGB color model

#7A8781 color RGB value is (122,135,129).

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

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 129 of 255 = 51%

122
135
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 129 = 386 (100%)
R 122 of 386 ~ 31.61%
G 135 of 386 ~ 34.97%
B 129 of 386 ~ 33.42%

%31.61
%34.97
%33.42

CMYK color model

#7A8781 color CMYK value is (10,0,4,47).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(10,0,4,47)
C10M0Y4K47 
(10%,0%,4%,47%)
(0.10/0.00/0.04/0.47)	

CMYK percentages

%9.63
%0
%4.44
%47.06

Codes

Color #7A8781 in popluar color models

7A8781
RGB122135129
HSL152°5.14%50.39%
HSB/HSV152°9.63%52.94%
CMYK9.63%0.00%4.44%
47.06%

Color #7A8781 in popluar number systems.

HEX7A8781
Decimal122135129
Binary11110101000011110000001
Octal172207201

Shades and tints

Shades of #7A8781

#7A8781
(122,135,129)
#6F7B76
(111,123,118)
#646F6B
(100,111,107)
#596360
(89,99,96)
#4E5755
(78,87,85)
#434B4A
(67,75,74)
#383F3F
(56,63,63)
#2D3334
(45,51,52)
#222729
(34,39,41)
#171B1E
(23,27,30)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #7A8781

#7A8781
(122,135,129)
#86918C
(134,145,140)
#929B97
(146,155,151)
#9EA5A2
(158,165,162)
#AAAFAD
(170,175,173)
#B6B9B8
(182,185,184)
#C2C3C3
(194,195,195)
#CECDCE
(206,205,206)
#DAD7D9
(218,215,217)
#E6E1E4
(230,225,228)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8781; }

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

This text font color is #7A8781.


Background Color

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

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

This div background color is #7A8781.


Border color

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

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

This div border color is #7A8781.


Opacity

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

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

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

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

This text has shadow with #7A8781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8781 on black background.


Color preview on white background

This text has color #7A8781 on white background.



Black color preview on #7A8781 background

This text has black color on #7A8781 background.


White color preview on #7A8781 background

This text has white color on #7A8781 background.