COLOR #7B386D

HEX: #7B386D RGB: (123,56,109)

Color info

#7B386D contains mainly red and blue colors. Web safe color of #7B386D is #663366 (or #636).

RGB color model

#7B386D color RGB value is (123,56,109).

RGB: (123,56,109) (48%, 22%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 56 of 255 = 22%
B 109 of 255 = 43%

123
56
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 56 + 109 = 288 (100%)
R 123 of 288 ~ 42.71%
G 56 of 288 ~ 19.44%
B 109 of 288 ~ 37.85'%

%42.71
%19.44
%37.85

CMYK color model

#7B386D color CMYK value is (0,54,11,52).

  • cyan value is 0.00%
  • magenta value is 54.47%
  • yellow value is 11.38%
  • key color value is 51.76%

CMYK: (0,54,11,52)
C0M54Y11K52 (0%, 54%, 11%, 52%)
(0.00 / 0.54 / 0.11 / 0.52)

CMYK percentages

%0
%54.47
%11.38
%51.76

Codes

Color #7B386D in popluar color models

7B 38 6D
RGB 123 56 109
HSL 313° 37.43% 35.10%
HSB/HSV 313° 54.47% 48.24%
CMYK 0.00% 54.47% 11.38%
51.76%

Color #7B386D in popluar number systems.

HEX 7B 38 6D
Decimal 123 56 109
Binary 1111011 111000 1101101
Octal 173 70 155

Shades and tints

Shades of #7B386D

#7B386D
(123,56,109)
#703364
(112,51,100)
#652E5B
(101,46,91)
#5A2952
(90,41,82)
#4F2449
(79,36,73)
#441F40
(68,31,64)
#391A37
(57,26,55)
#2E152E
(46,21,46)
#231025
(35,16,37)
#180B1C
(24,11,28)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #7B386D

#7B386D
(123,56,109)
#874A7A
(135,74,122)
#935C87
(147,92,135)
#9F6E94
(159,110,148)
#AB80A1
(171,128,161)
#B792AE
(183,146,174)
#C3A4BB
(195,164,187)
#CFB6C8
(207,182,200)
#DBC8D5
(219,200,213)
#E7DAE2
(231,218,226)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B386D color. Also use rgb(123,56,109) instead hex code.

Text Font Color

.myTextColor { color: #7B386D; }

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

This text font color is #7B386D.

Background Color

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

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

This div background color is #7B386D.

Border color

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

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

This div border color is #7B386D.

Opacity

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

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

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

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

This text has shadow with #7B386D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B386D.

Preview

Color preview on black background

This text has color #7B386D on black background.


Color preview on white background

This text has color #7B386D on white background.


Black color preview on #7B386D background

This text has black color on #7B386D background.


White color preview on #7B386D background

This text has white color on #7B386D background.


Related colors

Complementary color

Complementary color for #hex is #84C792.


I love getcolorcode.com

Triadic colors

1 #6D7B38 and #386D7B with #7B386D are triadic colors.

2 #6D387B and #387B6D with #7B386D are triadic colors.