COLOR #7B7C8E

HEX: #7B7C8E RGB: (123,124,142)

Color info

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

RGB color model

#7B7C8E color RGB value is (123,124,142).

RGB: (123,124,142) (48%, 49%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 124 of 255 = 49%
B 142 of 255 = 56%

123
124
142

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

Portions of RGB colors in percentages

R + G + B = 123 + 124 + 142 = 389 (100%)
R 123 of 389 ~ 31.62%
G 124 of 389 ~ 31.88%
B 142 of 389 ~ 36.5'%

%31.62
%31.88
%36.5

CMYK color model

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

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

CMYK: (13,13,0,44)
C13M13Y0K44 (13%, 13%, 0%, 44%)
(0.13 / 0.13 / 0.00 / 0.44)

CMYK percentages

%13.38
%12.68
%0
%44.31

Codes

Color #7B7C8E in popluar color models

7B 7C 8E
RGB 123 124 142
HSL 237° 7.76% 51.96%
HSB/HSV 237° 13.38% 55.69%
CMYK 13.38% 12.68% 0.00%
44.31%

Color #7B7C8E in popluar number systems.

HEX 7B 7C 8E
Decimal 123 124 142
Binary 1111011 1111100 10001110
Octal 173 174 216

Shades and tints

Shades of #7B7C8E

#7B7C8E
(123,124,142)
#707182
(112,113,130)
#656676
(101,102,118)
#5A5B6A
(90,91,106)
#4F505E
(79,80,94)
#444552
(68,69,82)
#393A46
(57,58,70)
#2E2F3A
(46,47,58)
#23242E
(35,36,46)
#181922
(24,25,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #7B7C8E

#7B7C8E
(123,124,142)
#878798
(135,135,152)
#9392A2
(147,146,162)
#9F9DAC
(159,157,172)
#ABA8B6
(171,168,182)
#B7B3C0
(183,179,192)
#C3BECA
(195,190,202)
#CFC9D4
(207,201,212)
#DBD4DE
(219,212,222)
#E7DFE8
(231,223,232)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7C8E; }

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

This text font color is #7B7C8E.

Background Color

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

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

This div background color is #7B7C8E.

Border color

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

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

This div border color is #7B7C8E.

Opacity

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

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

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

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

This text has shadow with #7B7C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7C8E.

Preview

Color preview on black background

This text has color #7B7C8E on black background.


Color preview on white background

This text has color #7B7C8E on white background.


Black color preview on #7B7C8E background

This text has black color on #7B7C8E background.


White color preview on #7B7C8E background

This text has white color on #7B7C8E background.


Related colors

Complementary color

Complementary color for #hex is #848371.


I love getcolorcode.com

Triadic colors

1 #8E7B7C and #7C8E7B with #7B7C8E are triadic colors.

2 #8E7C7B and #7C7B8E with #7B7C8E are triadic colors.