COLOR #7B768E

HEX: #7B768E RGB: (123,118,142)

Color info

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

RGB color model

#7B768E color RGB value is (123,118,142).

RGB: (123,118,142) (48%, 46%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 142 of 255 = 56%

123
118
142

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

Portions of RGB colors in percentages

R + G + B = 123 + 118 + 142 = 383 (100%)
R 123 of 383 ~ 32.11%
G 118 of 383 ~ 30.81%
B 142 of 383 ~ 37.08'%

%32.11
%30.81
%37.08

CMYK color model

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

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

CMYK: (13,17,0,44)
C13M17Y0K44 (13%, 17%, 0%, 44%)
(0.13 / 0.17 / 0.00 / 0.44)

CMYK percentages

%13.38
%16.9
%0
%44.31

Codes

Color #7B768E in popluar color models

7B 76 8E
RGB 123 118 142
HSL 253° 9.60% 50.98%
HSB/HSV 253° 16.90% 55.69%
CMYK 13.38% 16.90% 0.00%
44.31%

Color #7B768E in popluar number systems.

HEX 7B 76 8E
Decimal 123 118 142
Binary 1111011 1110110 10001110
Octal 173 166 216

Shades and tints

Shades of #7B768E

#7B768E
(123,118,142)
#706C82
(112,108,130)
#656276
(101,98,118)
#5A586A
(90,88,106)
#4F4E5E
(79,78,94)
#444452
(68,68,82)
#393A46
(57,58,70)
#2E303A
(46,48,58)
#23262E
(35,38,46)
#181C22
(24,28,34)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #7B768E

#7B768E
(123,118,142)
#878298
(135,130,152)
#938EA2
(147,142,162)
#9F9AAC
(159,154,172)
#ABA6B6
(171,166,182)
#B7B2C0
(183,178,192)
#C3BECA
(195,190,202)
#CFCAD4
(207,202,212)
#DBD6DE
(219,214,222)
#E7E2E8
(231,226,232)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B768E; }

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

This text font color is #7B768E.

Background Color

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

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

This div background color is #7B768E.

Border color

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

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

This div border color is #7B768E.

Opacity

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

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

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

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

This text has shadow with #7B768E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B768E.

Preview

Color preview on black background

This text has color #7B768E on black background.


Color preview on white background

This text has color #7B768E on white background.


Black color preview on #7B768E background

This text has black color on #7B768E background.


White color preview on #7B768E background

This text has white color on #7B768E background.


Related colors

Complementary color

Complementary color for #hex is #848971.


I love getcolorcode.com

Triadic colors

1 #8E7B76 and #768E7B with #7B768E are triadic colors.

2 #8E767B and #767B8E with #7B768E are triadic colors.