COLOR #7B889A

HEX: #7B889A RGB: (123,136,154)

Color info

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

RGB color model

#7B889A color RGB value is (123,136,154).

RGB: (123,136,154) (48%, 53%, 60%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 154 of 255 = 60%

123
136
154

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 154 = 413 (100%)
R 123 of 413 ~ 29.78%
G 136 of 413 ~ 32.93%
B 154 of 413 ~ 37.29'%

%29.78
%32.93
%37.29

CMYK color model

#7B889A color CMYK value is (20,12,0,40).

  • cyan value is 20.13%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (20,12,0,40)
C20M12Y0K40 (20%, 12%, 0%, 40%)
(0.20 / 0.12 / 0.00 / 0.40)

CMYK percentages

%20.13
%11.69
%0
%39.61

Codes

Color #7B889A in popluar color models

7B 88 9A
RGB 123 136 154
HSL 215° 13.30% 54.31%
HSB/HSV 215° 20.13% 60.39%
CMYK 20.13% 11.69% 0.00%
39.61%

Color #7B889A in popluar number systems.

HEX 7B 88 9A
Decimal 123 136 154
Binary 1111011 10001000 10011010
Octal 173 210 232

Shades and tints

Shades of #7B889A

#7B889A
(123,136,154)
#707C8C
(112,124,140)
#65707E
(101,112,126)
#5A6470
(90,100,112)
#4F5862
(79,88,98)
#444C54
(68,76,84)
#394046
(57,64,70)
#2E3438
(46,52,56)
#23282A
(35,40,42)
#181C1C
(24,28,28)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B889A

#7B889A
(123,136,154)
#8792A3
(135,146,163)
#939CAC
(147,156,172)
#9FA6B5
(159,166,181)
#ABB0BE
(171,176,190)
#B7BAC7
(183,186,199)
#C3C4D0
(195,196,208)
#CFCED9
(207,206,217)
#DBD8E2
(219,216,226)
#E7E2EB
(231,226,235)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B889A; }

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

This text font color is #7B889A.

Background Color

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

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

This div background color is #7B889A.

Border color

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

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

This div border color is #7B889A.

Opacity

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

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

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

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

This text has shadow with #7B889A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B889A.

Preview

Color preview on black background

This text has color #7B889A on black background.


Color preview on white background

This text has color #7B889A on white background.


Black color preview on #7B889A background

This text has black color on #7B889A background.


White color preview on #7B889A background

This text has white color on #7B889A background.


Related colors

Complementary color

Complementary color for #hex is #847765.


I love getcolorcode.com

Triadic colors

1 #9A7B88 and #889A7B with #7B889A are triadic colors.

2 #9A887B and #887B9A with #7B889A are triadic colors.