COLOR #7B4566

HEX: #7B4566
RGB: (123,69,102)

Color info

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

RGB color model

#7B4566 color RGB value is (123,69,102).

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

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 102 of 255 = 40%

123
69
102

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

Portions of RGB colors in percentages

R + G + B =
123 + 69 + 102 = 294 (100%)
R 123 of 294 ~ 41.84%
G 69 of 294 ~ 23.47%
B 102 of 294 ~ 34.69%

%41.84
%23.47
%34.69

CMYK color model

#7B4566 color CMYK value is (0,44,17,52).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(0,44,17,52)
C0M44Y17K52 
(0%,44%,17%,52%)
(0.00/0.44/0.17/0.52)	

CMYK percentages

%0
%43.9
%17.07
%51.76

Codes

Color #7B4566 in popluar color models

7B4566
RGB12369102
HSL323°28.13%37.65%
HSB/HSV323°43.90%48.24%
CMYK0.00%43.90%17.07%
51.76%

Color #7B4566 in popluar number systems.

HEX7B4566
Decimal12369102
Binary111101110001011100110
Octal173105146

Shades and tints

Shades of #7B4566

#7B4566
(123,69,102)
#703F5D
(112,63,93)
#653954
(101,57,84)
#5A334B
(90,51,75)
#4F2D42
(79,45,66)
#442739
(68,39,57)
#392130
(57,33,48)
#2E1B27
(46,27,39)
#23151E
(35,21,30)
#180F15
(24,15,21)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #7B4566

#7B4566
(123,69,102)
#875573
(135,85,115)
#936580
(147,101,128)
#9F758D
(159,117,141)
#AB859A
(171,133,154)
#B795A7
(183,149,167)
#C3A5B4
(195,165,180)
#CFB5C1
(207,181,193)
#DBC5CE
(219,197,206)
#E7D5DB
(231,213,219)
#F3E5E8
(243,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4566; }

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

This text font color is #7B4566.


Background Color

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

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

This div background color is #7B4566.


Border color

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

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

This div border color is #7B4566.


Opacity

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

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

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

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

This text has shadow with #7B4566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4566 on black background.


Color preview on white background

This text has color #7B4566 on white background.



Black color preview on #7B4566 background

This text has black color on #7B4566 background.


White color preview on #7B4566 background

This text has white color on #7B4566 background.