COLOR #7B7589

HEX: #7B7589
RGB: (123,117,137)

Color info

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

RGB color model

#7B7589 color RGB value is (123,117,137).

  • red value is 123;
  • green value is 117;
  • blue value is 137.
RGB:
(123,117,137)
(48%,46%,54%)

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 137 of 255 = 54%

123
117
137

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 137 = 377 (100%)
R 123 of 377 ~ 32.63%
G 117 of 377 ~ 31.03%
B 137 of 377 ~ 36.34%

%32.63
%31.03
%36.34

CMYK color model

#7B7589 color CMYK value is (10,15,0,46).

  • cyan value is 10.22%
  • magenta value is 14.60%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(10,15,0,46)
C10M15Y0K46 
(10%,15%,0%,46%)
(0.10/0.15/0.00/0.46)	

CMYK percentages

%10.22
%14.6
%0
%46.27

Codes

Color #7B7589 in popluar color models

7B7589
RGB123117137
HSL258°7.87%49.80%
HSB/HSV258°14.60%53.73%
CMYK10.22%14.60%0.00%
46.27%

Color #7B7589 in popluar number systems.

HEX7B7589
Decimal123117137
Binary1111011111010110001001
Octal173165211

Shades and tints

Shades of #7B7589

#7B7589
(123,117,137)
#706B7D
(112,107,125)
#656171
(101,97,113)
#5A5765
(90,87,101)
#4F4D59
(79,77,89)
#44434D
(68,67,77)
#393941
(57,57,65)
#2E2F35
(46,47,53)
#232529
(35,37,41)
#181B1D
(24,27,29)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #7B7589

#7B7589
(123,117,137)
#878193
(135,129,147)
#938D9D
(147,141,157)
#9F99A7
(159,153,167)
#ABA5B1
(171,165,177)
#B7B1BB
(183,177,187)
#C3BDC5
(195,189,197)
#CFC9CF
(207,201,207)
#DBD5D9
(219,213,217)
#E7E1E3
(231,225,227)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7589 color. Also use rgb(123,117,137) instead hex code.

Text Font Color

.myTextColor { color: #7B7589; }

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

This text font color is #7B7589.


Background Color

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

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

This div background color is #7B7589.


Border color

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

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

This div border color is #7B7589.


Opacity

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

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

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

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

This text has shadow with #7B7589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7589 on black background.


Color preview on white background

This text has color #7B7589 on white background.



Black color preview on #7B7589 background

This text has black color on #7B7589 background.


White color preview on #7B7589 background

This text has white color on #7B7589 background.