COLOR #7B5177

HEX: #7B5177
RGB: (123,81,119)

Color info

#7B5177 contains red, green and blue colors in about the same proportion. Web safe color of #7B5177 is #666666 (or #666).

RGB color model

#7B5177 color RGB value is (123,81,119).

  • red value is 123;
  • green value is 81;
  • blue value is 119.
RGB:
(123,81,119)
(48%,32%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 81 of 255 = 32%
B 119 of 255 = 47%

123
81
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 81 + 119 = 323 (100%)
R 123 of 323 ~ 38.08%
G 81 of 323 ~ 25.08%
B 119 of 323 ~ 36.84%

%38.08
%25.08
%36.84

CMYK color model

#7B5177 color CMYK value is (0,34,3,52).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 3.25%
  • key color value is 51.76%
CMYK:
(0,34,3,52)
C0M34Y3K52 
(0%,34%,3%,52%)
(0.00/0.34/0.03/0.52)	

CMYK percentages

%0
%34.15
%3.25
%51.76

Codes

Color #7B5177 in popluar color models

7B5177
RGB12381119
HSL306°20.59%40.00%
HSB/HSV306°34.15%48.24%
CMYK0.00%34.15%3.25%
51.76%

Color #7B5177 in popluar number systems.

HEX7B5177
Decimal12381119
Binary111101110100011110111
Octal173121167

Shades and tints

Shades of #7B5177

#7B5177
(123,81,119)
#704A6D
(112,74,109)
#654363
(101,67,99)
#5A3C59
(90,60,89)
#4F354F
(79,53,79)
#442E45
(68,46,69)
#39273B
(57,39,59)
#2E2031
(46,32,49)
#231927
(35,25,39)
#18121D
(24,18,29)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B5177

#7B5177
(123,81,119)
#876083
(135,96,131)
#936F8F
(147,111,143)
#9F7E9B
(159,126,155)
#AB8DA7
(171,141,167)
#B79CB3
(183,156,179)
#C3ABBF
(195,171,191)
#CFBACB
(207,186,203)
#DBC9D7
(219,201,215)
#E7D8E3
(231,216,227)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5177 color. Also use rgb(123,81,119) instead hex code.

Text Font Color

.myTextColor { color: #7B5177; }

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

This text font color is #7B5177.


Background Color

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

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

This div background color is #7B5177.


Border color

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

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

This div border color is #7B5177.


Opacity

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

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

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

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

This text has shadow with #7B5177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5177 on black background.


Color preview on white background

This text has color #7B5177 on white background.



Black color preview on #7B5177 background

This text has black color on #7B5177 background.


White color preview on #7B5177 background

This text has white color on #7B5177 background.