COLOR #7B384C

HEX: #7B384C
RGB: (123,56,76)

Color info

#7B384C contains mainly red and blue colors. Web safe color of #7B384C is #663333 (or #633).

RGB color model

#7B384C color RGB value is (123,56,76).

  • red value is 123;
  • green value is 56;
  • blue value is 76.
RGB:
(123,56,76)
(48%,22%,30%)

RGB channels and saturation

R 123 of 255 = 48%
G 56 of 255 = 22%
B 76 of 255 = 30%

123
56
76

R + G + B ~ 33%. #7B384C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 56 + 76 = 255 (100%)
R 123 of 255 ~ 48.24%
G 56 of 255 ~ 21.96%
B 76 of 255 ~ 29.8%

%48.24
%21.96
%29.8

CMYK color model

#7B384C color CMYK value is (0,54,38,52).

  • cyan value is 0.00%
  • magenta value is 54.47%
  • yellow value is 38.21%
  • key color value is 51.76%
CMYK:
(0,54,38,52)
C0M54Y38K52 
(0%,54%,38%,52%)
(0.00/0.54/0.38/0.52)	

CMYK percentages

%0
%54.47
%38.21
%51.76

Codes

Color #7B384C in popluar color models

7B384C
RGB1235676
HSL342°37.43%35.10%
HSB/HSV342°54.47%48.24%
CMYK0.00%54.47%38.21%
51.76%

Color #7B384C in popluar number systems.

HEX7B384C
Decimal1235676
Binary11110111110001001100
Octal17370114

Shades and tints

Shades of #7B384C

#7B384C
(123,56,76)
#703346
(112,51,70)
#652E40
(101,46,64)
#5A293A
(90,41,58)
#4F2434
(79,36,52)
#441F2E
(68,31,46)
#391A28
(57,26,40)
#2E1522
(46,21,34)
#23101C
(35,16,28)
#180B16
(24,11,22)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #7B384C

#7B384C
(123,56,76)
#874A5C
(135,74,92)
#935C6C
(147,92,108)
#9F6E7C
(159,110,124)
#AB808C
(171,128,140)
#B7929C
(183,146,156)
#C3A4AC
(195,164,172)
#CFB6BC
(207,182,188)
#DBC8CC
(219,200,204)
#E7DADC
(231,218,220)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B384C; }

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

This text font color is #7B384C.


Background Color

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

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

This div background color is #7B384C.


Border color

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

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

This div border color is #7B384C.


Opacity

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

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

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

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

This text has shadow with #7B384C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B384C on black background.


Color preview on white background

This text has color #7B384C on white background.



Black color preview on #7B384C background

This text has black color on #7B384C background.


White color preview on #7B384C background

This text has white color on #7B384C background.