COLOR #7B4971

HEX: #7B4971
RGB: (123,73,113)

Color info

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

RGB color model

#7B4971 color RGB value is (123,73,113).

  • red value is 123;
  • green value is 73;
  • blue value is 113.
RGB:
(123,73,113)
(48%,29%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 113 of 255 = 44%

123
73
113

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

Portions of RGB colors in percentages

R + G + B =
123 + 73 + 113 = 309 (100%)
R 123 of 309 ~ 39.81%
G 73 of 309 ~ 23.62%
B 113 of 309 ~ 36.57%

%39.81
%23.62
%36.57

CMYK color model

#7B4971 color CMYK value is (0,41,8,52).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 8.13%
  • key color value is 51.76%
CMYK:
(0,41,8,52)
C0M41Y8K52 
(0%,41%,8%,52%)
(0.00/0.41/0.08/0.52)	

CMYK percentages

%0
%40.65
%8.13
%51.76

Codes

Color #7B4971 in popluar color models

7B4971
RGB12373113
HSL312°25.51%38.43%
HSB/HSV312°40.65%48.24%
CMYK0.00%40.65%8.13%
51.76%

Color #7B4971 in popluar number systems.

HEX7B4971
Decimal12373113
Binary111101110010011110001
Octal173111161

Shades and tints

Shades of #7B4971

#7B4971
(123,73,113)
#704367
(112,67,103)
#653D5D
(101,61,93)
#5A3753
(90,55,83)
#4F3149
(79,49,73)
#442B3F
(68,43,63)
#392535
(57,37,53)
#2E1F2B
(46,31,43)
#231921
(35,25,33)
#181317
(24,19,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #7B4971

#7B4971
(123,73,113)
#87597D
(135,89,125)
#936989
(147,105,137)
#9F7995
(159,121,149)
#AB89A1
(171,137,161)
#B799AD
(183,153,173)
#C3A9B9
(195,169,185)
#CFB9C5
(207,185,197)
#DBC9D1
(219,201,209)
#E7D9DD
(231,217,221)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4971 color. Also use rgb(123,73,113) instead hex code.

Text Font Color

.myTextColor { color: #7B4971; }

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

This text font color is #7B4971.


Background Color

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

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

This div background color is #7B4971.


Border color

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

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

This div border color is #7B4971.


Opacity

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

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

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

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

This text has shadow with #7B4971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4971 on black background.


Color preview on white background

This text has color #7B4971 on white background.



Black color preview on #7B4971 background

This text has black color on #7B4971 background.


White color preview on #7B4971 background

This text has white color on #7B4971 background.