COLOR #7B134C

HEX: #7B134C RGB: (123,19,76)

Color info

#7B134C contains mainly red and blue colors. Web safe color of #7B134C is #660033 (or #603).

RGB color model

#7B134C color RGB value is (123,19,76).

RGB: (123,19,76) (48%, 7%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 19 of 255 = 7%
B 76 of 255 = 30%

123
19
76

R + G + B ~ 28%. #7B134C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 19 + 76 = 218 (100%)
R 123 of 218 ~ 56.42%
G 19 of 218 ~ 8.72%
B 76 of 218 ~ 34.86'%

%56.42
%34.86

CMYK color model

#7B134C color CMYK value is (0,85,38,52).

  • cyan value is 0.00%
  • magenta value is 84.55%
  • yellow value is 38.21%
  • key color value is 51.76%

CMYK: (0,85,38,52)
C0M85Y38K52 (0%, 85%, 38%, 52%)
(0.00 / 0.85 / 0.38 / 0.52)

CMYK percentages

%0
%84.55
%38.21
%51.76

Codes

Color #7B134C in popluar color models

7B 13 4C
RGB 123 19 76
HSL 327° 73.24% 27.84%
HSB/HSV 327° 84.55% 48.24%
CMYK 0.00% 84.55% 38.21%
51.76%

Color #7B134C in popluar number systems.

HEX 7B 13 4C
Decimal 123 19 76
Binary 1111011 10011 1001100
Octal 173 23 114

Shades and tints

Shades of #7B134C

#7B134C
(123,19,76)
#701246
(112,18,70)
#651140
(101,17,64)
#5A103A
(90,16,58)
#4F0F34
(79,15,52)
#440E2E
(68,14,46)
#390D28
(57,13,40)
#2E0C22
(46,12,34)
#230B1C
(35,11,28)
#180A16
(24,10,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #7B134C

#7B134C
(123,19,76)
#87285C
(135,40,92)
#933D6C
(147,61,108)
#9F527C
(159,82,124)
#AB678C
(171,103,140)
#B77C9C
(183,124,156)
#C391AC
(195,145,172)
#CFA6BC
(207,166,188)
#DBBBCC
(219,187,204)
#E7D0DC
(231,208,220)
#F3E5EC
(243,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B134C; }

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

This text font color is #7B134C.

Background Color

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

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

This div background color is #7B134C.

Border color

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

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

This div border color is #7B134C.

Opacity

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

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

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

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

This text has shadow with #7B134C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B134C.

Preview

Color preview on black background

This text has color #7B134C on black background.


Color preview on white background

This text has color #7B134C on white background.


Black color preview on #7B134C background

This text has black color on #7B134C background.


White color preview on #7B134C background

This text has white color on #7B134C background.


Related colors

Complementary color

Complementary color for #hex is #84ECB3.


I love getcolorcode.com

Triadic colors

1 #4C7B13 and #134C7B with #7B134C are triadic colors.

2 #4C137B and #137B4C with #7B134C are triadic colors.