COLOR #7B6776

HEX: #7B6776 RGB: (123,103,118)

Color info

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

RGB color model

#7B6776 color RGB value is (123,103,118).

RGB: (123,103,118) (48%, 40%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 118 of 255 = 46%

123
103
118

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

Portions of RGB colors in percentages

R + G + B = 123 + 103 + 118 = 344 (100%)
R 123 of 344 ~ 35.76%
G 103 of 344 ~ 29.94%
B 118 of 344 ~ 34.3'%

%35.76
%29.94
%34.3

CMYK color model

#7B6776 color CMYK value is (0,16,4,52).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 4.07%
  • key color value is 51.76%

CMYK: (0,16,4,52)
C0M16Y4K52 (0%, 16%, 4%, 52%)
(0.00 / 0.16 / 0.04 / 0.52)

CMYK percentages

%0
%16.26
%4.07
%51.76

Codes

Color #7B6776 in popluar color models

7B 67 76
RGB 123 103 118
HSL 315° 8.85% 44.31%
HSB/HSV 315° 16.26% 48.24%
CMYK 0.00% 16.26% 4.07%
51.76%

Color #7B6776 in popluar number systems.

HEX 7B 67 76
Decimal 123 103 118
Binary 1111011 1100111 1110110
Octal 173 147 166

Shades and tints

Shades of #7B6776

#7B6776
(123,103,118)
#705E6C
(112,94,108)
#655562
(101,85,98)
#5A4C58
(90,76,88)
#4F434E
(79,67,78)
#443A44
(68,58,68)
#39313A
(57,49,58)
#2E2830
(46,40,48)
#231F26
(35,31,38)
#18161C
(24,22,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #7B6776

#7B6776
(123,103,118)
#877482
(135,116,130)
#93818E
(147,129,142)
#9F8E9A
(159,142,154)
#AB9BA6
(171,155,166)
#B7A8B2
(183,168,178)
#C3B5BE
(195,181,190)
#CFC2CA
(207,194,202)
#DBCFD6
(219,207,214)
#E7DCE2
(231,220,226)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6776; }

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

This text font color is #7B6776.

Background Color

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

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

This div background color is #7B6776.

Border color

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

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

This div border color is #7B6776.

Opacity

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

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

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

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

This text has shadow with #7B6776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6776.

Preview

Color preview on black background

This text has color #7B6776 on black background.


Color preview on white background

This text has color #7B6776 on white background.


Black color preview on #7B6776 background

This text has black color on #7B6776 background.


White color preview on #7B6776 background

This text has white color on #7B6776 background.


Related colors

Complementary color

Complementary color for #hex is #849889.


I love getcolorcode.com

Triadic colors

1 #767B67 and #67767B with #7B6776 are triadic colors.

2 #76677B and #677B76 with #7B6776 are triadic colors.