COLOR #7B4569

HEX: #7B4569
RGB: (123,69,105)

Color info

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

RGB color model

#7B4569 color RGB value is (123,69,105).

  • red value is 123;
  • green value is 69;
  • blue value is 105.
RGB:
(123,69,105)
(48%,27%,41%)

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 105 of 255 = 41%

123
69
105

R + G + B ~ 39%. #7B4569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 69 + 105 = 297 (100%)
R 123 of 297 ~ 41.41%
G 69 of 297 ~ 23.23%
B 105 of 297 ~ 35.35%

%41.41
%23.23
%35.35

CMYK color model

#7B4569 color CMYK value is (0,44,15,52).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 14.63%
  • key color value is 51.76%
CMYK:
(0,44,15,52)
C0M44Y15K52 
(0%,44%,15%,52%)
(0.00/0.44/0.15/0.52)	

CMYK percentages

%0
%43.9
%14.63
%51.76

Codes

Color #7B4569 in popluar color models

7B4569
RGB12369105
HSL320°28.13%37.65%
HSB/HSV320°43.90%48.24%
CMYK0.00%43.90%14.63%
51.76%

Color #7B4569 in popluar number systems.

HEX7B4569
Decimal12369105
Binary111101110001011101001
Octal173105151

Shades and tints

Shades of #7B4569

#7B4569
(123,69,105)
#703F60
(112,63,96)
#653957
(101,57,87)
#5A334E
(90,51,78)
#4F2D45
(79,45,69)
#44273C
(68,39,60)
#392133
(57,33,51)
#2E1B2A
(46,27,42)
#231521
(35,21,33)
#180F18
(24,15,24)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #7B4569

#7B4569
(123,69,105)
#875576
(135,85,118)
#936583
(147,101,131)
#9F7590
(159,117,144)
#AB859D
(171,133,157)
#B795AA
(183,149,170)
#C3A5B7
(195,165,183)
#CFB5C4
(207,181,196)
#DBC5D1
(219,197,209)
#E7D5DE
(231,213,222)
#F3E5EB
(243,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4569; }

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

This text font color is #7B4569.


Background Color

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

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

This div background color is #7B4569.


Border color

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

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

This div border color is #7B4569.


Opacity

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

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

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

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

This text has shadow with #7B4569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4569 on black background.


Color preview on white background

This text has color #7B4569 on white background.



Black color preview on #7B4569 background

This text has black color on #7B4569 background.


White color preview on #7B4569 background

This text has white color on #7B4569 background.