COLOR #7B4369

HEX: #7B4369
RGB: (123,67,105)

Color info

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

RGB color model

#7B4369 color RGB value is (123,67,105).

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

RGB channels and saturation

R 123 of 255 = 48%
G 67 of 255 = 26%
B 105 of 255 = 41%

123
67
105

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

Portions of RGB colors in percentages

R + G + B =
123 + 67 + 105 = 295 (100%)
R 123 of 295 ~ 41.69%
G 67 of 295 ~ 22.71%
B 105 of 295 ~ 35.59%

%41.69
%22.71
%35.59

CMYK color model

#7B4369 color CMYK value is (0,46,15,52).

  • cyan value is 0.00%
  • magenta value is 45.53%
  • yellow value is 14.63%
  • key color value is 51.76%
CMYK:
(0,46,15,52)
C0M46Y15K52 
(0%,46%,15%,52%)
(0.00/0.46/0.15/0.52)	

CMYK percentages

%0
%45.53
%14.63
%51.76

Codes

Color #7B4369 in popluar color models

7B4369
RGB12367105
HSL319°29.47%37.25%
HSB/HSV319°45.53%48.24%
CMYK0.00%45.53%14.63%
51.76%

Color #7B4369 in popluar number systems.

HEX7B4369
Decimal12367105
Binary111101110000111101001
Octal173103151

Shades and tints

Shades of #7B4369

#7B4369
(123,67,105)
#703D60
(112,61,96)
#653757
(101,55,87)
#5A314E
(90,49,78)
#4F2B45
(79,43,69)
#44253C
(68,37,60)
#391F33
(57,31,51)
#2E192A
(46,25,42)
#231321
(35,19,33)
#180D18
(24,13,24)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #7B4369

#7B4369
(123,67,105)
#875476
(135,84,118)
#936583
(147,101,131)
#9F7690
(159,118,144)
#AB879D
(171,135,157)
#B798AA
(183,152,170)
#C3A9B7
(195,169,183)
#CFBAC4
(207,186,196)
#DBCBD1
(219,203,209)
#E7DCDE
(231,220,222)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4369; }

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

This text font color is #7B4369.


Background Color

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

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

This div background color is #7B4369.


Border color

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

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

This div border color is #7B4369.


Opacity

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

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

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

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

This text has shadow with #7B4369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4369 on black background.


Color preview on white background

This text has color #7B4369 on white background.



Black color preview on #7B4369 background

This text has black color on #7B4369 background.


White color preview on #7B4369 background

This text has white color on #7B4369 background.