COLOR #7B9886

HEX: #7B9886 RGB: (123,152,134)

Color info

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

RGB color model

#7B9886 color RGB value is (123,152,134).

RGB: (123,152,134) (48%, 60%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 134 of 255 = 53%

123
152
134

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

Portions of RGB colors in percentages

R + G + B = 123 + 152 + 134 = 409 (100%)
R 123 of 409 ~ 30.07%
G 152 of 409 ~ 37.16%
B 134 of 409 ~ 32.76'%

%30.07
%37.16
%32.76

CMYK color model

#7B9886 color CMYK value is (19,0,12,40).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 40.39%

CMYK: (19,0,12,40)
C19M0Y12K40 (19%, 0%, 12%, 40%)
(0.19 / 0.00 / 0.12 / 0.40)

CMYK percentages

%19.08
%0
%11.84
%40.39

Codes

Color #7B9886 in popluar color models

7B 98 86
RGB 123 152 134
HSL 143° 12.34% 53.92%
HSB/HSV 143° 19.08% 59.61%
CMYK 19.08% 0.00% 11.84%
40.39%

Color #7B9886 in popluar number systems.

HEX 7B 98 86
Decimal 123 152 134
Binary 1111011 10011000 10000110
Octal 173 230 206

Shades and tints

Shades of #7B9886

#7B9886
(123,152,134)
#708B7A
(112,139,122)
#657E6E
(101,126,110)
#5A7162
(90,113,98)
#4F6456
(79,100,86)
#44574A
(68,87,74)
#394A3E
(57,74,62)
#2E3D32
(46,61,50)
#233026
(35,48,38)
#18231A
(24,35,26)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #7B9886

#7B9886
(123,152,134)
#87A191
(135,161,145)
#93AA9C
(147,170,156)
#9FB3A7
(159,179,167)
#ABBCB2
(171,188,178)
#B7C5BD
(183,197,189)
#C3CEC8
(195,206,200)
#CFD7D3
(207,215,211)
#DBE0DE
(219,224,222)
#E7E9E9
(231,233,233)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9886 color. Also use rgb(123,152,134) instead hex code.

Text Font Color

.myTextColor { color: #7B9886; }

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

This text font color is #7B9886.

Background Color

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

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

This div background color is #7B9886.

Border color

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

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

This div border color is #7B9886.

Opacity

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

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

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

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

This text has shadow with #7B9886 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9886.

Preview

Color preview on black background

This text has color #7B9886 on black background.


Color preview on white background

This text has color #7B9886 on white background.


Black color preview on #7B9886 background

This text has black color on #7B9886 background.


White color preview on #7B9886 background

This text has white color on #7B9886 background.


Related colors

Complementary color

Complementary color for #hex is #846779.


I love getcolorcode.com

Triadic colors

1 #867B98 and #98867B with #7B9886 are triadic colors.

2 #86987B and #987B86 with #7B9886 are triadic colors.