COLOR #7B4561

HEX: #7B4561 RGB: (123,69,97)

Color info

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

RGB color model

#7B4561 color RGB value is (123,69,97).

RGB: (123,69,97) (48%, 27%, 38%)

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 97 of 255 = 38%

123
69
97

R + G + B ~ 38%. #7B4561 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 69 + 97 = 289 (100%)
R 123 of 289 ~ 42.56%
G 69 of 289 ~ 23.88%
B 97 of 289 ~ 33.56'%

%42.56
%23.88
%33.56

CMYK color model

#7B4561 color CMYK value is (0,44,21,52).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 21.14%
  • key color value is 51.76%

CMYK: (0,44,21,52)
C0M44Y21K52 (0%, 44%, 21%, 52%)
(0.00 / 0.44 / 0.21 / 0.52)

CMYK percentages

%0
%43.9
%21.14
%51.76

Codes

Color #7B4561 in popluar color models

7B 45 61
RGB 123 69 97
HSL 329° 28.13% 37.65%
HSB/HSV 329° 43.90% 48.24%
CMYK 0.00% 43.90% 21.14%
51.76%

Color #7B4561 in popluar number systems.

HEX 7B 45 61
Decimal 123 69 97
Binary 1111011 1000101 1100001
Octal 173 105 141

Shades and tints

Shades of #7B4561

#7B4561
(123,69,97)
#703F59
(112,63,89)
#653951
(101,57,81)
#5A3349
(90,51,73)
#4F2D41
(79,45,65)
#442739
(68,39,57)
#392131
(57,33,49)
#2E1B29
(46,27,41)
#231521
(35,21,33)
#180F19
(24,15,25)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #7B4561

#7B4561
(123,69,97)
#87556F
(135,85,111)
#93657D
(147,101,125)
#9F758B
(159,117,139)
#AB8599
(171,133,153)
#B795A7
(183,149,167)
#C3A5B5
(195,165,181)
#CFB5C3
(207,181,195)
#DBC5D1
(219,197,209)
#E7D5DF
(231,213,223)
#F3E5ED
(243,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4561 color. Also use rgb(123,69,97) instead hex code.

Text Font Color

.myTextColor { color: #7B4561; }

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

This text font color is #7B4561.

Background Color

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

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

This div background color is #7B4561.

Border color

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

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

This div border color is #7B4561.

Opacity

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

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

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

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

This text has shadow with #7B4561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4561.

Preview

Color preview on black background

This text has color #7B4561 on black background.


Color preview on white background

This text has color #7B4561 on white background.


Black color preview on #7B4561 background

This text has black color on #7B4561 background.


White color preview on #7B4561 background

This text has white color on #7B4561 background.


Related colors

Complementary color

Complementary color for #hex is #84BA9E.


I love getcolorcode.com

Triadic colors

1 #617B45 and #45617B with #7B4561 are triadic colors.

2 #61457B and #457B61 with #7B4561 are triadic colors.