COLOR #7B8887

HEX: #7B8887 RGB: (123,136,135)

Color info

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

RGB color model

#7B8887 color RGB value is (123,136,135).

RGB: (123,136,135) (48%, 53%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 135 of 255 = 53%

123
136
135

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 135 = 394 (100%)
R 123 of 394 ~ 31.22%
G 136 of 394 ~ 34.52%
B 135 of 394 ~ 34.26'%

%31.22
%34.52
%34.26

CMYK color model

#7B8887 color CMYK value is (10,0,1,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 46.67%

CMYK: (10,0,1,47)
C10M0Y1K47 (10%, 0%, 1%, 47%)
(0.10 / 0.00 / 0.01 / 0.47)

CMYK percentages

%9.56
%0
%0.74
%46.67

Codes

Color #7B8887 in popluar color models

7B 88 87
RGB 123 136 135
HSL 175° 5.18% 50.78%
HSB/HSV 175° 9.56% 53.33%
CMYK 9.56% 0.00% 0.74%
46.67%

Color #7B8887 in popluar number systems.

HEX 7B 88 87
Decimal 123 136 135
Binary 1111011 10001000 10000111
Octal 173 210 207

Shades and tints

Shades of #7B8887

#7B8887
(123,136,135)
#707C7B
(112,124,123)
#65706F
(101,112,111)
#5A6463
(90,100,99)
#4F5857
(79,88,87)
#444C4B
(68,76,75)
#39403F
(57,64,63)
#2E3433
(46,52,51)
#232827
(35,40,39)
#181C1B
(24,28,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7B8887

#7B8887
(123,136,135)
#879291
(135,146,145)
#939C9B
(147,156,155)
#9FA6A5
(159,166,165)
#ABB0AF
(171,176,175)
#B7BAB9
(183,186,185)
#C3C4C3
(195,196,195)
#CFCECD
(207,206,205)
#DBD8D7
(219,216,215)
#E7E2E1
(231,226,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8887; }

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

This text font color is #7B8887.

Background Color

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

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

This div background color is #7B8887.

Border color

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

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

This div border color is #7B8887.

Opacity

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

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

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

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

This text has shadow with #7B8887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8887.

Preview

Color preview on black background

This text has color #7B8887 on black background.


Color preview on white background

This text has color #7B8887 on white background.


Black color preview on #7B8887 background

This text has black color on #7B8887 background.


White color preview on #7B8887 background

This text has white color on #7B8887 background.


Related colors

Complementary color

Complementary color for #hex is #847778.


I love getcolorcode.com

Triadic colors

1 #877B88 and #88877B with #7B8887 are triadic colors.

2 #87887B and #887B87 with #7B8887 are triadic colors.