COLOR #7A8677

HEX: #7A8677 RGB: (122,134,119)

Color info

#7A8677 contains red, green and blue colors in about the same proportion. Web safe color of #7A8677 is #669966 (or #696).

RGB color model

#7A8677 color RGB value is (122,134,119).

RGB: (122,134,119) (48%, 53%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 134 of 255 = 53%
B 119 of 255 = 47%

122
134
119

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

Portions of RGB colors in percentages

R + G + B = 122 + 134 + 119 = 375 (100%)
R 122 of 375 ~ 32.53%
G 134 of 375 ~ 35.73%
B 119 of 375 ~ 31.73'%

%32.53
%35.73
%31.73

CMYK color model

#7A8677 color CMYK value is (9,0,11,47).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 47.45%

CMYK: (9,0,11,47)
C9M0Y11K47 (9%, 0%, 11%, 47%)
(0.09 / 0.00 / 0.11 / 0.47)

CMYK percentages

%8.96
%0
%11.19
%47.45

Codes

Color #7A8677 in popluar color models

7A 86 77
RGB 122 134 119
HSL 108° 5.93% 49.61%
HSB/HSV 108° 11.19% 52.55%
CMYK 8.96% 0.00% 11.19%
47.45%

Color #7A8677 in popluar number systems.

HEX 7A 86 77
Decimal 122 134 119
Binary 1111010 10000110 1110111
Octal 172 206 167

Shades and tints

Shades of #7A8677

#7A8677
(122,134,119)
#6F7A6D
(111,122,109)
#646E63
(100,110,99)
#596259
(89,98,89)
#4E564F
(78,86,79)
#434A45
(67,74,69)
#383E3B
(56,62,59)
#2D3231
(45,50,49)
#222627
(34,38,39)
#171A1D
(23,26,29)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #7A8677

#7A8677
(122,134,119)
#869183
(134,145,131)
#929C8F
(146,156,143)
#9EA79B
(158,167,155)
#AAB2A7
(170,178,167)
#B6BDB3
(182,189,179)
#C2C8BF
(194,200,191)
#CED3CB
(206,211,203)
#DADED7
(218,222,215)
#E6E9E3
(230,233,227)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8677 color. Also use rgb(122,134,119) instead hex code.

Text Font Color

.myTextColor { color: #7A8677; }

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

This text font color is #7A8677.

Background Color

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

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

This div background color is #7A8677.

Border color

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

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

This div border color is #7A8677.

Opacity

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

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

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

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

This text has shadow with #7A8677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8677.

Preview

Color preview on black background

This text has color #7A8677 on black background.


Color preview on white background

This text has color #7A8677 on white background.


Black color preview on #7A8677 background

This text has black color on #7A8677 background.


White color preview on #7A8677 background

This text has white color on #7A8677 background.


Related colors

Complementary color

Complementary color for #hex is #857988.


I love getcolorcode.com

Triadic colors

1 #777A86 and #86777A with #7A8677 are triadic colors.

2 #77867A and #867A77 with #7A8677 are triadic colors.