COLOR #7B1C41

HEX: #7B1C41 RGB: (123,28,65)

Color info

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

RGB color model

#7B1C41 color RGB value is (123,28,65).

RGB: (123,28,65) (48%, 11%, 25%)

RGB channels and saturation

R 123 of 255 = 48%
G 28 of 255 = 11%
B 65 of 255 = 25%

123
28
65

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

Portions of RGB colors in percentages

R + G + B = 123 + 28 + 65 = 216 (100%)
R 123 of 216 ~ 56.94%
G 28 of 216 ~ 12.96%
B 65 of 216 ~ 30.09'%

%56.94
%12.96
%30.09

CMYK color model

#7B1C41 color CMYK value is (0,77,47,52).

  • cyan value is 0.00%
  • magenta value is 77.24%
  • yellow value is 47.15%
  • key color value is 51.76%

CMYK: (0,77,47,52)
C0M77Y47K52 (0%, 77%, 47%, 52%)
(0.00 / 0.77 / 0.47 / 0.52)

CMYK percentages

%0
%77.24
%47.15
%51.76

Codes

Color #7B1C41 in popluar color models

7B 1C 41
RGB 123 28 65
HSL 337° 62.91% 29.61%
HSB/HSV 337° 77.24% 48.24%
CMYK 0.00% 77.24% 47.15%
51.76%

Color #7B1C41 in popluar number systems.

HEX 7B 1C 41
Decimal 123 28 65
Binary 1111011 11100 1000001
Octal 173 34 101

Shades and tints

Shades of #7B1C41

#7B1C41
(123,28,65)
#701A3C
(112,26,60)
#651837
(101,24,55)
#5A1632
(90,22,50)
#4F142D
(79,20,45)
#441228
(68,18,40)
#391023
(57,16,35)
#2E0E1E
(46,14,30)
#230C19
(35,12,25)
#180A14
(24,10,20)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #7B1C41

#7B1C41
(123,28,65)
#873052
(135,48,82)
#934463
(147,68,99)
#9F5874
(159,88,116)
#AB6C85
(171,108,133)
#B78096
(183,128,150)
#C394A7
(195,148,167)
#CFA8B8
(207,168,184)
#DBBCC9
(219,188,201)
#E7D0DA
(231,208,218)
#F3E4EB
(243,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B1C41 color. Also use rgb(123,28,65) instead hex code.

Text Font Color

.myTextColor { color: #7B1C41; }

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

This text font color is #7B1C41.

Background Color

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

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

This div background color is #7B1C41.

Border color

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

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

This div border color is #7B1C41.

Opacity

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

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

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

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

This text has shadow with #7B1C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B1C41.

Preview

Color preview on black background

This text has color #7B1C41 on black background.


Color preview on white background

This text has color #7B1C41 on white background.


Black color preview on #7B1C41 background

This text has black color on #7B1C41 background.


White color preview on #7B1C41 background

This text has white color on #7B1C41 background.


Related colors

Complementary color

Complementary color for #hex is #84E3BE.


I love getcolorcode.com

Triadic colors

1 #417B1C and #1C417B with #7B1C41 are triadic colors.

2 #411C7B and #1C7B41 with #7B1C41 are triadic colors.