COLOR #7B7688

HEX: #7B7688
RGB: (123,118,136)

Color info

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

RGB color model

#7B7688 color RGB value is (123,118,136).

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

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 136 of 255 = 53%

123
118
136

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 136 = 377 (100%)
R 123 of 377 ~ 32.63%
G 118 of 377 ~ 31.3%
B 136 of 377 ~ 36.07%

%32.63
%31.3
%36.07

CMYK color model

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

  • cyan value is 9.56%
  • magenta value is 13.24%
  • 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
%13.24
%0
%46.67

Codes

Color #7B7688 in popluar color models

7B7688
RGB123118136
HSL257°7.09%49.80%
HSB/HSV257°13.24%53.33%
CMYK9.56%13.24%0.00%
46.67%

Color #7B7688 in popluar number systems.

HEX7B7688
Decimal123118136
Binary1111011111011010001000
Octal173166210

Shades and tints

Shades of #7B7688

#7B7688
(123,118,136)
#706C7C
(112,108,124)
#656270
(101,98,112)
#5A5864
(90,88,100)
#4F4E58
(79,78,88)
#44444C
(68,68,76)
#393A40
(57,58,64)
#2E3034
(46,48,52)
#232628
(35,38,40)
#181C1C
(24,28,28)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7B7688

#7B7688
(123,118,136)
#878292
(135,130,146)
#938E9C
(147,142,156)
#9F9AA6
(159,154,166)
#ABA6B0
(171,166,176)
#B7B2BA
(183,178,186)
#C3BEC4
(195,190,196)
#CFCACE
(207,202,206)
#DBD6D8
(219,214,216)
#E7E2E2
(231,226,226)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7688; }

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

This text font color is #7B7688.


Background Color

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

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

This div background color is #7B7688.


Border color

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

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

This div border color is #7B7688.


Opacity

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

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

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

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

This text has shadow with #7B7688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7688 on black background.


Color preview on white background

This text has color #7B7688 on white background.



Black color preview on #7B7688 background

This text has black color on #7B7688 background.


White color preview on #7B7688 background

This text has white color on #7B7688 background.