COLOR #7B111D

HEX: #7B111D RGB: (123,17,29)

Color info

#7B111D contains mainly red color. Web safe color of #7B111D is #660033 (or #603).

RGB color model

#7B111D color RGB value is (123,17,29).

RGB: (123,17,29) (48%, 7%, 11%)

RGB channels and saturation

R 123 of 255 = 48%
G 17 of 255 = 7%
B 29 of 255 = 11%

123
17
29

R + G + B ~ 22%. #7B111D is dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 17 + 29 = 169 (100%)
R 123 of 169 ~ 72.78%
G 17 of 169 ~ 10.06%
B 29 of 169 ~ 17.16'%

%72.78
%17.16

CMYK color model

#7B111D color CMYK value is (0,86,76,52).

  • cyan value is 0.00%
  • magenta value is 86.18%
  • yellow value is 76.42%
  • key color value is 51.76%

CMYK: (0,86,76,52)
C0M86Y76K52 (0%, 86%, 76%, 52%)
(0.00 / 0.86 / 0.76 / 0.52)

CMYK percentages

%0
%86.18
%76.42
%51.76

Codes

Color #7B111D in popluar color models

7B 11 1D
RGB 123 17 29
HSL 353° 75.71% 27.45%
HSB/HSV 353° 86.18% 48.24%
CMYK 0.00% 86.18% 76.42%
51.76%

Color #7B111D in popluar number systems.

HEX 7B 11 1D
Decimal 123 17 29
Binary 1111011 10001 11101
Octal 173 21 35

Shades and tints

Shades of #7B111D

#7B111D
(123,17,29)
#70101B
(112,16,27)
#650F19
(101,15,25)
#5A0E17
(90,14,23)
#4F0D15
(79,13,21)
#440C13
(68,12,19)
#390B11
(57,11,17)
#2E0A0F
(46,10,15)
#23090D
(35,9,13)
#18080B
(24,8,11)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #7B111D

#7B111D
(123,17,29)
#872631
(135,38,49)
#933B45
(147,59,69)
#9F5059
(159,80,89)
#AB656D
(171,101,109)
#B77A81
(183,122,129)
#C38F95
(195,143,149)
#CFA4A9
(207,164,169)
#DBB9BD
(219,185,189)
#E7CED1
(231,206,209)
#F3E3E5
(243,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B111D color. Also use rgb(123,17,29) instead hex code.

Text Font Color

.myTextColor { color: #7B111D; }

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

This text font color is #7B111D.

Background Color

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

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

This div background color is #7B111D.

Border color

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

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

This div border color is #7B111D.

Opacity

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

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

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

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

This text has shadow with #7B111D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B111D.

Preview

Color preview on black background

This text has color #7B111D on black background.


Color preview on white background

This text has color #7B111D on white background.


Black color preview on #7B111D background

This text has black color on #7B111D background.


White color preview on #7B111D background

This text has white color on #7B111D background.


Related colors

Complementary color

Complementary color for #hex is #84EEE2.


I love getcolorcode.com

Triadic colors

1 #1D7B11 and #111D7B with #7B111D are triadic colors.

2 #1D117B and #117B1D with #7B111D are triadic colors.