COLOR #7B889C

HEX: #7B889C
RGB: (123,136,156)

Color info

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

RGB color model

#7B889C color RGB value is (123,136,156).

  • red value is 123;
  • green value is 136;
  • blue value is 156.
RGB:
(123,136,156)
(48%,53%,61%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 156 of 255 = 61%

123
136
156

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 156 = 415 (100%)
R 123 of 415 ~ 29.64%
G 136 of 415 ~ 32.77%
B 156 of 415 ~ 37.59%

%29.64
%32.77
%37.59

CMYK color model

#7B889C color CMYK value is (21,13,0,39).

  • cyan value is 21.15%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(21,13,0,39)
C21M13Y0K39 
(21%,13%,0%,39%)
(0.21/0.13/0.00/0.39)	

CMYK percentages

%21.15
%12.82
%0
%38.82

Codes

Color #7B889C in popluar color models

7B889C
RGB123136156
HSL216°14.29%54.71%
HSB/HSV216°21.15%61.18%
CMYK21.15%12.82%0.00%
38.82%

Color #7B889C in popluar number systems.

HEX7B889C
Decimal123136156
Binary11110111000100010011100
Octal173210234

Shades and tints

Shades of #7B889C

#7B889C
(123,136,156)
#707C8E
(112,124,142)
#657080
(101,112,128)
#5A6472
(90,100,114)
#4F5864
(79,88,100)
#444C56
(68,76,86)
#394048
(57,64,72)
#2E343A
(46,52,58)
#23282C
(35,40,44)
#181C1E
(24,28,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7B889C

#7B889C
(123,136,156)
#8792A5
(135,146,165)
#939CAE
(147,156,174)
#9FA6B7
(159,166,183)
#ABB0C0
(171,176,192)
#B7BAC9
(183,186,201)
#C3C4D2
(195,196,210)
#CFCEDB
(207,206,219)
#DBD8E4
(219,216,228)
#E7E2ED
(231,226,237)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B889C; }

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

This text font color is #7B889C.


Background Color

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

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

This div background color is #7B889C.


Border color

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

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

This div border color is #7B889C.


Opacity

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

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

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

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

This text has shadow with #7B889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B889C on black background.


Color preview on white background

This text has color #7B889C on white background.



Black color preview on #7B889C background

This text has black color on #7B889C background.


White color preview on #7B889C background

This text has white color on #7B889C background.