COLOR #7B677E

HEX: #7B677E
RGB: (123,103,126)

Color info

#7B677E contains red, green and blue colors in about the same proportion. Web safe color of #7B677E is #666666 (or #666).

RGB color model

#7B677E color RGB value is (123,103,126).

  • red value is 123;
  • green value is 103;
  • blue value is 126.
RGB:
(123,103,126)
(48%,40%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 126 of 255 = 49%

123
103
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 103 + 126 = 352 (100%)
R 123 of 352 ~ 34.94%
G 103 of 352 ~ 29.26%
B 126 of 352 ~ 35.8%

%34.94
%29.26
%35.8

CMYK color model

#7B677E color CMYK value is (2,18,0,51).

  • cyan value is 2.38%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(2,18,0,51)
C2M18Y0K51 
(2%,18%,0%,51%)
(0.02/0.18/0.00/0.51)	

CMYK percentages

%2.38
%18.25
%0
%50.59

Codes

Color #7B677E in popluar color models

7B677E
RGB123103126
HSL292°10.04%44.90%
HSB/HSV292°18.25%49.41%
CMYK2.38%18.25%0.00%
50.59%

Color #7B677E in popluar number systems.

HEX7B677E
Decimal123103126
Binary111101111001111111110
Octal173147176

Shades and tints

Shades of #7B677E

#7B677E
(123,103,126)
#705E73
(112,94,115)
#655568
(101,85,104)
#5A4C5D
(90,76,93)
#4F4352
(79,67,82)
#443A47
(68,58,71)
#39313C
(57,49,60)
#2E2831
(46,40,49)
#231F26
(35,31,38)
#18161B
(24,22,27)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #7B677E

#7B677E
(123,103,126)
#877489
(135,116,137)
#938194
(147,129,148)
#9F8E9F
(159,142,159)
#AB9BAA
(171,155,170)
#B7A8B5
(183,168,181)
#C3B5C0
(195,181,192)
#CFC2CB
(207,194,203)
#DBCFD6
(219,207,214)
#E7DCE1
(231,220,225)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B677E color. Also use rgb(123,103,126) instead hex code.

Text Font Color

.myTextColor { color: #7B677E; }

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

This text font color is #7B677E.


Background Color

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

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

This div background color is #7B677E.


Border color

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

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

This div border color is #7B677E.


Opacity

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

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

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

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

This text has shadow with #7B677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B677E on black background.


Color preview on white background

This text has color #7B677E on white background.



Black color preview on #7B677E background

This text has black color on #7B677E background.


White color preview on #7B677E background

This text has white color on #7B677E background.