COLOR #7B7C89

HEX: #7B7C89
RGB: (123,124,137)

Color info

#7B7C89 contains red, green and blue colors in about the same proportion. Web safe color of #7B7C89 is #666699 (or #669).

RGB color model

#7B7C89 color RGB value is (123,124,137).

  • red value is 123;
  • green value is 124;
  • blue value is 137.
RGB:
(123,124,137)
(48%,49%,54%)

RGB channels and saturation

R 123 of 255 = 48%
G 124 of 255 = 49%
B 137 of 255 = 54%

123
124
137

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

Portions of RGB colors in percentages

R + G + B =
123 + 124 + 137 = 384 (100%)
R 123 of 384 ~ 32.03%
G 124 of 384 ~ 32.29%
B 137 of 384 ~ 35.68%

%32.03
%32.29
%35.68

CMYK color model

#7B7C89 color CMYK value is (10,9,0,46).

  • cyan value is 10.22%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(10,9,0,46)
C10M9Y0K46 
(10%,9%,0%,46%)
(0.10/0.09/0.00/0.46)	

CMYK percentages

%10.22
%9.49
%0
%46.27

Codes

Color #7B7C89 in popluar color models

7B7C89
RGB123124137
HSL236°5.60%50.98%
HSB/HSV236°10.22%53.73%
CMYK10.22%9.49%0.00%
46.27%

Color #7B7C89 in popluar number systems.

HEX7B7C89
Decimal123124137
Binary1111011111110010001001
Octal173174211

Shades and tints

Shades of #7B7C89

#7B7C89
(123,124,137)
#70717D
(112,113,125)
#656671
(101,102,113)
#5A5B65
(90,91,101)
#4F5059
(79,80,89)
#44454D
(68,69,77)
#393A41
(57,58,65)
#2E2F35
(46,47,53)
#232429
(35,36,41)
#18191D
(24,25,29)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #7B7C89

#7B7C89
(123,124,137)
#878793
(135,135,147)
#93929D
(147,146,157)
#9F9DA7
(159,157,167)
#ABA8B1
(171,168,177)
#B7B3BB
(183,179,187)
#C3BEC5
(195,190,197)
#CFC9CF
(207,201,207)
#DBD4D9
(219,212,217)
#E7DFE3
(231,223,227)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7C89 color. Also use rgb(123,124,137) instead hex code.

Text Font Color

.myTextColor { color: #7B7C89; }

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

This text font color is #7B7C89.


Background Color

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

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

This div background color is #7B7C89.


Border color

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

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

This div border color is #7B7C89.


Opacity

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

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

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

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

This text has shadow with #7B7C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7C89 on black background.


Color preview on white background

This text has color #7B7C89 on white background.



Black color preview on #7B7C89 background

This text has black color on #7B7C89 background.


White color preview on #7B7C89 background

This text has white color on #7B7C89 background.