COLOR #7B7788

HEX: #7B7788
RGB: (123,119,136)

Color info

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

RGB color model

#7B7788 color RGB value is (123,119,136).

  • red value is 123;
  • green value is 119;
  • blue value is 136.
RGB:
(123,119,136)
(48%,47%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 136 of 255 = 53%

123
119
136

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

Portions of RGB colors in percentages

R + G + B =
123 + 119 + 136 = 378 (100%)
R 123 of 378 ~ 32.54%
G 119 of 378 ~ 31.48%
B 136 of 378 ~ 35.98%

%32.54
%31.48
%35.98

CMYK color model

#7B7788 color CMYK value is (10,13,0,47).

  • cyan value is 9.56%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(10,13,0,47)
C10M13Y0K47 
(10%,13%,0%,47%)
(0.10/0.13/0.00/0.47)	

CMYK percentages

%9.56
%12.5
%0
%46.67

Codes

Color #7B7788 in popluar color models

7B7788
RGB123119136
HSL254°6.67%50.00%
HSB/HSV254°12.50%53.33%
CMYK9.56%12.50%0.00%
46.67%

Color #7B7788 in popluar number systems.

HEX7B7788
Decimal123119136
Binary1111011111011110001000
Octal173167210

Shades and tints

Shades of #7B7788

#7B7788
(123,119,136)
#706D7C
(112,109,124)
#656370
(101,99,112)
#5A5964
(90,89,100)
#4F4F58
(79,79,88)
#44454C
(68,69,76)
#393B40
(57,59,64)
#2E3134
(46,49,52)
#232728
(35,39,40)
#181D1C
(24,29,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #7B7788

#7B7788
(123,119,136)
#878392
(135,131,146)
#938F9C
(147,143,156)
#9F9BA6
(159,155,166)
#ABA7B0
(171,167,176)
#B7B3BA
(183,179,186)
#C3BFC4
(195,191,196)
#CFCBCE
(207,203,206)
#DBD7D8
(219,215,216)
#E7E3E2
(231,227,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7788 color. Also use rgb(123,119,136) instead hex code.

Text Font Color

.myTextColor { color: #7B7788; }

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

This text font color is #7B7788.


Background Color

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

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

This div background color is #7B7788.


Border color

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

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

This div border color is #7B7788.


Opacity

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

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

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

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

This text has shadow with #7B7788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7788 on black background.


Color preview on white background

This text has color #7B7788 on white background.



Black color preview on #7B7788 background

This text has black color on #7B7788 background.


White color preview on #7B7788 background

This text has white color on #7B7788 background.