COLOR #7B4D77

HEX: #7B4D77
RGB: (123,77,119)

Color info

#7B4D77 contains red, green and blue colors in about the same proportion. Web safe color of #7B4D77 is #663366 (or #636).

RGB color model

#7B4D77 color RGB value is (123,77,119).

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

RGB channels and saturation

R 123 of 255 = 48%
G 77 of 255 = 30%
B 119 of 255 = 47%

123
77
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 77 + 119 = 319 (100%)
R 123 of 319 ~ 38.56%
G 77 of 319 ~ 24.14%
B 119 of 319 ~ 37.3%

%38.56
%24.14
%37.3

CMYK color model

#7B4D77 color CMYK value is (0,37,3,52).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 3.25%
  • key color value is 51.76%
CMYK:
(0,37,3,52)
C0M37Y3K52 
(0%,37%,3%,52%)
(0.00/0.37/0.03/0.52)	

CMYK percentages

%0
%37.4
%3.25
%51.76

Codes

Color #7B4D77 in popluar color models

7B4D77
RGB12377119
HSL305°23.00%39.22%
HSB/HSV305°37.40%48.24%
CMYK0.00%37.40%3.25%
51.76%

Color #7B4D77 in popluar number systems.

HEX7B4D77
Decimal12377119
Binary111101110011011110111
Octal173115167

Shades and tints

Shades of #7B4D77

#7B4D77
(123,77,119)
#70466D
(112,70,109)
#653F63
(101,63,99)
#5A3859
(90,56,89)
#4F314F
(79,49,79)
#442A45
(68,42,69)
#39233B
(57,35,59)
#2E1C31
(46,28,49)
#231527
(35,21,39)
#180E1D
(24,14,29)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #7B4D77

#7B4D77
(123,77,119)
#875D83
(135,93,131)
#936D8F
(147,109,143)
#9F7D9B
(159,125,155)
#AB8DA7
(171,141,167)
#B79DB3
(183,157,179)
#C3ADBF
(195,173,191)
#CFBDCB
(207,189,203)
#DBCDD7
(219,205,215)
#E7DDE3
(231,221,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4D77; }

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

This text font color is #7B4D77.


Background Color

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

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

This div background color is #7B4D77.


Border color

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

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

This div border color is #7B4D77.


Opacity

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

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

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

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

This text has shadow with #7B4D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4D77 on black background.


Color preview on white background

This text has color #7B4D77 on white background.



Black color preview on #7B4D77 background

This text has black color on #7B4D77 background.


White color preview on #7B4D77 background

This text has white color on #7B4D77 background.