COLOR #7B8777

HEX: #7B8777 RGB: (123,135,119)

Color info

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

RGB color model

#7B8777 color RGB value is (123,135,119).

RGB: (123,135,119) (48%, 53%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 135 of 255 = 53%
B 119 of 255 = 47%

123
135
119

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

Portions of RGB colors in percentages

R + G + B = 123 + 135 + 119 = 377 (100%)
R 123 of 377 ~ 32.63%
G 135 of 377 ~ 35.81%
B 119 of 377 ~ 31.56'%

%32.63
%35.81
%31.56

CMYK color model

#7B8777 color CMYK value is (9,0,12,47).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%

CMYK: (9,0,12,47)
C9M0Y12K47 (9%, 0%, 12%, 47%)
(0.09 / 0.00 / 0.12 / 0.47)

CMYK percentages

%8.89
%0
%11.85
%47.06

Codes

Color #7B8777 in popluar color models

7B 87 77
RGB 123 135 119
HSL 105° 6.30% 49.80%
HSB/HSV 105° 11.85% 52.94%
CMYK 8.89% 0.00% 11.85%
47.06%

Color #7B8777 in popluar number systems.

HEX 7B 87 77
Decimal 123 135 119
Binary 1111011 10000111 1110111
Octal 173 207 167

Shades and tints

Shades of #7B8777

#7B8777
(123,135,119)
#707B6D
(112,123,109)
#656F63
(101,111,99)
#5A6359
(90,99,89)
#4F574F
(79,87,79)
#444B45
(68,75,69)
#393F3B
(57,63,59)
#2E3331
(46,51,49)
#232727
(35,39,39)
#181B1D
(24,27,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B8777

#7B8777
(123,135,119)
#879183
(135,145,131)
#939B8F
(147,155,143)
#9FA59B
(159,165,155)
#ABAFA7
(171,175,167)
#B7B9B3
(183,185,179)
#C3C3BF
(195,195,191)
#CFCDCB
(207,205,203)
#DBD7D7
(219,215,215)
#E7E1E3
(231,225,227)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8777 color. Also use rgb(123,135,119) instead hex code.

Text Font Color

.myTextColor { color: #7B8777; }

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

This text font color is #7B8777.

Background Color

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

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

This div background color is #7B8777.

Border color

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

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

This div border color is #7B8777.

Opacity

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

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

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

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

This text has shadow with #7B8777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8777.

Preview

Color preview on black background

This text has color #7B8777 on black background.


Color preview on white background

This text has color #7B8777 on white background.


Black color preview on #7B8777 background

This text has black color on #7B8777 background.


White color preview on #7B8777 background

This text has white color on #7B8777 background.


Related colors

Complementary color

Complementary color for #hex is #847888.


I love getcolorcode.com

Triadic colors

1 #777B87 and #87777B with #7B8777 are triadic colors.

2 #77877B and #877B77 with #7B8777 are triadic colors.