COLOR #7B888E

HEX: #7B888E RGB: (123,136,142)

Color info

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

RGB color model

#7B888E color RGB value is (123,136,142).

RGB: (123,136,142) (48%, 53%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 142 of 255 = 56%

123
136
142

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 142 = 401 (100%)
R 123 of 401 ~ 30.67%
G 136 of 401 ~ 33.92%
B 142 of 401 ~ 35.41'%

%30.67
%33.92
%35.41

CMYK color model

#7B888E color CMYK value is (13,4,0,44).

  • cyan value is 13.38%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (13,4,0,44)
C13M4Y0K44 (13%, 4%, 0%, 44%)
(0.13 / 0.04 / 0.00 / 0.44)

CMYK percentages

%13.38
%4.23
%0
%44.31

Codes

Color #7B888E in popluar color models

7B 88 8E
RGB 123 136 142
HSL 199° 7.76% 51.96%
HSB/HSV 199° 13.38% 55.69%
CMYK 13.38% 4.23% 0.00%
44.31%

Color #7B888E in popluar number systems.

HEX 7B 88 8E
Decimal 123 136 142
Binary 1111011 10001000 10001110
Octal 173 210 216

Shades and tints

Shades of #7B888E

#7B888E
(123,136,142)
#707C82
(112,124,130)
#657076
(101,112,118)
#5A646A
(90,100,106)
#4F585E
(79,88,94)
#444C52
(68,76,82)
#394046
(57,64,70)
#2E343A
(46,52,58)
#23282E
(35,40,46)
#181C22
(24,28,34)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #7B888E

#7B888E
(123,136,142)
#879298
(135,146,152)
#939CA2
(147,156,162)
#9FA6AC
(159,166,172)
#ABB0B6
(171,176,182)
#B7BAC0
(183,186,192)
#C3C4CA
(195,196,202)
#CFCED4
(207,206,212)
#DBD8DE
(219,216,222)
#E7E2E8
(231,226,232)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B888E; }

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

This text font color is #7B888E.

Background Color

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

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

This div background color is #7B888E.

Border color

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

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

This div border color is #7B888E.

Opacity

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

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

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

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

This text has shadow with #7B888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B888E.

Preview

Color preview on black background

This text has color #7B888E on black background.


Color preview on white background

This text has color #7B888E on white background.


Black color preview on #7B888E background

This text has black color on #7B888E background.


White color preview on #7B888E background

This text has white color on #7B888E background.


Related colors

Complementary color

Complementary color for #hex is #847771.


I love getcolorcode.com

Triadic colors

1 #8E7B88 and #888E7B with #7B888E are triadic colors.

2 #8E887B and #887B8E with #7B888E are triadic colors.