COLOR #7B6588

HEX: #7B6588
RGB: (123,101,136)

Color info

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

RGB color model

#7B6588 color RGB value is (123,101,136).

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

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 136 of 255 = 53%

123
101
136

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

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 136 = 360 (100%)
R 123 of 360 ~ 34.17%
G 101 of 360 ~ 28.06%
B 136 of 360 ~ 37.78%

%34.17
%28.06
%37.78

CMYK color model

#7B6588 color CMYK value is (10,26,0,47).

  • cyan value is 9.56%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(10,26,0,47)
C10M26Y0K47 
(10%,26%,0%,47%)
(0.10/0.26/0.00/0.47)	

CMYK percentages

%9.56
%25.74
%0
%46.67

Codes

Color #7B6588 in popluar color models

7B6588
RGB123101136
HSL278°14.77%46.47%
HSB/HSV278°25.74%53.33%
CMYK9.56%25.74%0.00%
46.67%

Color #7B6588 in popluar number systems.

HEX7B6588
Decimal123101136
Binary1111011110010110001000
Octal173145210

Shades and tints

Shades of #7B6588

#7B6588
(123,101,136)
#705C7C
(112,92,124)
#655370
(101,83,112)
#5A4A64
(90,74,100)
#4F4158
(79,65,88)
#44384C
(68,56,76)
#392F40
(57,47,64)
#2E2634
(46,38,52)
#231D28
(35,29,40)
#18141C
(24,20,28)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #7B6588

#7B6588
(123,101,136)
#877392
(135,115,146)
#93819C
(147,129,156)
#9F8FA6
(159,143,166)
#AB9DB0
(171,157,176)
#B7ABBA
(183,171,186)
#C3B9C4
(195,185,196)
#CFC7CE
(207,199,206)
#DBD5D8
(219,213,216)
#E7E3E2
(231,227,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6588; }

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

This text font color is #7B6588.


Background Color

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

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

This div background color is #7B6588.


Border color

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

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

This div border color is #7B6588.


Opacity

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

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

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

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

This text has shadow with #7B6588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6588 on black background.


Color preview on white background

This text has color #7B6588 on white background.



Black color preview on #7B6588 background

This text has black color on #7B6588 background.


White color preview on #7B6588 background

This text has white color on #7B6588 background.