COLOR #7B788E

HEX: #7B788E
RGB: (123,120,142)

Color info

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

RGB color model

#7B788E color RGB value is (123,120,142).

  • red value is 123;
  • green value is 120;
  • blue value is 142.
RGB:
(123,120,142)
(48%,47%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 142 of 255 = 56%

123
120
142

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 142 = 385 (100%)
R 123 of 385 ~ 31.95%
G 120 of 385 ~ 31.17%
B 142 of 385 ~ 36.88%

%31.95
%31.17
%36.88

CMYK color model

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

  • cyan value is 13.38%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(13,15,0,44)
C13M15Y0K44 
(13%,15%,0%,44%)
(0.13/0.15/0.00/0.44)	

CMYK percentages

%13.38
%15.49
%0
%44.31

Codes

Color #7B788E in popluar color models

7B788E
RGB123120142
HSL248°8.87%51.37%
HSB/HSV248°15.49%55.69%
CMYK13.38%15.49%0.00%
44.31%

Color #7B788E in popluar number systems.

HEX7B788E
Decimal123120142
Binary1111011111100010001110
Octal173170216

Shades and tints

Shades of #7B788E

#7B788E
(123,120,142)
#706E82
(112,110,130)
#656476
(101,100,118)
#5A5A6A
(90,90,106)
#4F505E
(79,80,94)
#444652
(68,70,82)
#393C46
(57,60,70)
#2E323A
(46,50,58)
#23282E
(35,40,46)
#181E22
(24,30,34)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #7B788E

#7B788E
(123,120,142)
#878498
(135,132,152)
#9390A2
(147,144,162)
#9F9CAC
(159,156,172)
#ABA8B6
(171,168,182)
#B7B4C0
(183,180,192)
#C3C0CA
(195,192,202)
#CFCCD4
(207,204,212)
#DBD8DE
(219,216,222)
#E7E4E8
(231,228,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B788E; }

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

This text font color is #7B788E.


Background Color

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

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

This div background color is #7B788E.


Border color

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

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

This div border color is #7B788E.


Opacity

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

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

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

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

This text has shadow with #7B788E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B788E on black background.


Color preview on white background

This text has color #7B788E on white background.



Black color preview on #7B788E background

This text has black color on #7B788E background.


White color preview on #7B788E background

This text has white color on #7B788E background.