COLOR #7B759E

HEX: #7B759E
RGB: (123,117,158)

Color info

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

RGB color model

#7B759E color RGB value is (123,117,158).

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

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 158 of 255 = 62%

123
117
158

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 158 = 398 (100%)
R 123 of 398 ~ 30.9%
G 117 of 398 ~ 29.4%
B 158 of 398 ~ 39.7%

%30.9
%29.4
%39.7

CMYK color model

#7B759E color CMYK value is (22,26,0,38).

  • cyan value is 22.15%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(22,26,0,38)
C22M26Y0K38 
(22%,26%,0%,38%)
(0.22/0.26/0.00/0.38)	

CMYK percentages

%22.15
%25.95
%0
%38.04

Codes

Color #7B759E in popluar color models

7B759E
RGB123117158
HSL249°17.45%53.92%
HSB/HSV249°25.95%61.96%
CMYK22.15%25.95%0.00%
38.04%

Color #7B759E in popluar number systems.

HEX7B759E
Decimal123117158
Binary1111011111010110011110
Octal173165236

Shades and tints

Shades of #7B759E

#7B759E
(123,117,158)
#706B90
(112,107,144)
#656182
(101,97,130)
#5A5774
(90,87,116)
#4F4D66
(79,77,102)
#444358
(68,67,88)
#39394A
(57,57,74)
#2E2F3C
(46,47,60)
#23252E
(35,37,46)
#181B20
(24,27,32)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B759E

#7B759E
(123,117,158)
#8781A6
(135,129,166)
#938DAE
(147,141,174)
#9F99B6
(159,153,182)
#ABA5BE
(171,165,190)
#B7B1C6
(183,177,198)
#C3BDCE
(195,189,206)
#CFC9D6
(207,201,214)
#DBD5DE
(219,213,222)
#E7E1E6
(231,225,230)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B759E; }

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

This text font color is #7B759E.


Background Color

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

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

This div background color is #7B759E.


Border color

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

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

This div border color is #7B759E.


Opacity

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

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

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

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

This text has shadow with #7B759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B759E on black background.


Color preview on white background

This text has color #7B759E on white background.



Black color preview on #7B759E background

This text has black color on #7B759E background.


White color preview on #7B759E background

This text has white color on #7B759E background.