COLOR #7B376F

HEX: #7B376F
RGB: (123,55,111)

Color info

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

RGB color model

#7B376F color RGB value is (123,55,111).

  • red value is 123;
  • green value is 55;
  • blue value is 111.
RGB:
(123,55,111)
(48%,22%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 55 of 255 = 22%
B 111 of 255 = 44%

123
55
111

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

Portions of RGB colors in percentages

R + G + B =
123 + 55 + 111 = 289 (100%)
R 123 of 289 ~ 42.56%
G 55 of 289 ~ 19.03%
B 111 of 289 ~ 38.41%

%42.56
%19.03
%38.41

CMYK color model

#7B376F color CMYK value is (0,55,10,52).

  • cyan value is 0.00%
  • magenta value is 55.28%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(0,55,10,52)
C0M55Y10K52 
(0%,55%,10%,52%)
(0.00/0.55/0.10/0.52)	

CMYK percentages

%0
%55.28
%9.76
%51.76

Codes

Color #7B376F in popluar color models

7B376F
RGB12355111
HSL311°38.20%34.90%
HSB/HSV311°55.28%48.24%
CMYK0.00%55.28%9.76%
51.76%

Color #7B376F in popluar number systems.

HEX7B376F
Decimal12355111
Binary11110111101111101111
Octal17367157

Shades and tints

Shades of #7B376F

#7B376F
(123,55,111)
#703265
(112,50,101)
#652D5B
(101,45,91)
#5A2851
(90,40,81)
#4F2347
(79,35,71)
#441E3D
(68,30,61)
#391933
(57,25,51)
#2E1429
(46,20,41)
#230F1F
(35,15,31)
#180A15
(24,10,21)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #7B376F

#7B376F
(123,55,111)
#87497C
(135,73,124)
#935B89
(147,91,137)
#9F6D96
(159,109,150)
#AB7FA3
(171,127,163)
#B791B0
(183,145,176)
#C3A3BD
(195,163,189)
#CFB5CA
(207,181,202)
#DBC7D7
(219,199,215)
#E7D9E4
(231,217,228)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B376F color. Also use rgb(123,55,111) instead hex code.

Text Font Color

.myTextColor { color: #7B376F; }

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

This text font color is #7B376F.


Background Color

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

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

This div background color is #7B376F.


Border color

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

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

This div border color is #7B376F.


Opacity

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

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

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

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

This text has shadow with #7B376F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B376F on black background.


Color preview on white background

This text has color #7B376F on white background.



Black color preview on #7B376F background

This text has black color on #7B376F background.


White color preview on #7B376F background

This text has white color on #7B376F background.