COLOR #7B609B

HEX: #7B609B
RGB: (123,96,155)

Color info

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

RGB color model

#7B609B color RGB value is (123,96,155).

  • red value is 123;
  • green value is 96;
  • blue value is 155.
RGB:
(123,96,155)
(48%,38%,61%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 155 of 255 = 61%

123
96
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 96 + 155 = 374 (100%)
R 123 of 374 ~ 32.89%
G 96 of 374 ~ 25.67%
B 155 of 374 ~ 41.44%

%32.89
%25.67
%41.44

CMYK color model

#7B609B color CMYK value is (21,38,0,39).

  • cyan value is 20.65%
  • magenta value is 38.06%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,38,0,39)
C21M38Y0K39 
(21%,38%,0%,39%)
(0.21/0.38/0.00/0.39)	

CMYK percentages

%20.65
%38.06
%0
%39.22

Codes

Color #7B609B in popluar color models

7B609B
RGB12396155
HSL267°23.51%49.22%
HSB/HSV267°38.06%60.78%
CMYK20.65%38.06%0.00%
39.22%

Color #7B609B in popluar number systems.

HEX7B609B
Decimal12396155
Binary1111011110000010011011
Octal173140233

Shades and tints

Shades of #7B609B

#7B609B
(123,96,155)
#70588D
(112,88,141)
#65507F
(101,80,127)
#5A4871
(90,72,113)
#4F4063
(79,64,99)
#443855
(68,56,85)
#393047
(57,48,71)
#2E2839
(46,40,57)
#23202B
(35,32,43)
#18181D
(24,24,29)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7B609B

#7B609B
(123,96,155)
#876EA4
(135,110,164)
#937CAD
(147,124,173)
#9F8AB6
(159,138,182)
#AB98BF
(171,152,191)
#B7A6C8
(183,166,200)
#C3B4D1
(195,180,209)
#CFC2DA
(207,194,218)
#DBD0E3
(219,208,227)
#E7DEEC
(231,222,236)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B609B color. Also use rgb(123,96,155) instead hex code.

Text Font Color

.myTextColor { color: #7B609B; }

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

This text font color is #7B609B.


Background Color

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

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

This div background color is #7B609B.


Border color

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

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

This div border color is #7B609B.


Opacity

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

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

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

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

This text has shadow with #7B609B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B609B on black background.


Color preview on white background

This text has color #7B609B on white background.



Black color preview on #7B609B background

This text has black color on #7B609B background.


White color preview on #7B609B background

This text has white color on #7B609B background.