COLOR #7B110C

HEX: #7B110C
RGB: (123,17,12)

Color info

#7B110C contains mainly red color. Web safe color of #7B110C is #660000 (or #600).

RGB color model

#7B110C color RGB value is (123,17,12).

  • red value is 123;
  • green value is 17;
  • blue value is 12.
RGB:
(123,17,12)
(48%,7%,5%)

RGB channels and saturation

R 123 of 255 = 48%
G 17 of 255 = 7%
B 12 of 255 = 5%

123
17
12

R + G + B ~ 20%. #7B110C is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 17 + 12 = 152 (100%)
R 123 of 152 ~ 80.92%
G 17 of 152 ~ 11.18%
B 12 of 152 ~ 7.89%

%80.92
%11.18

CMYK color model

#7B110C color CMYK value is (0,86,90,52).

  • cyan value is 0.00%
  • magenta value is 86.18%
  • yellow value is 90.24%
  • key color value is 51.76%
CMYK:
(0,86,90,52)
C0M86Y90K52 
(0%,86%,90%,52%)
(0.00/0.86/0.90/0.52)	

CMYK percentages

%0
%86.18
%90.24
%51.76

Codes

Color #7B110C in popluar color models

7B110C
RGB1231712
HSL82.22%26.47%
HSB/HSV90.24%48.24%
CMYK0.00%86.18%90.24%
51.76%

Color #7B110C in popluar number systems.

HEX7B110C
Decimal1231712
Binary1111011100011100
Octal1732114

Shades and tints

Shades of #7B110C

#7B110C
(123,17,12)
#70100B
(112,16,11)
#650F0A
(101,15,10)
#5A0E09
(90,14,9)
#4F0D08
(79,13,8)
#440C07
(68,12,7)
#390B06
(57,11,6)
#2E0A05
(46,10,5)
#230904
(35,9,4)
#180803
(24,8,3)
#0D0702
(13,7,2)
#000000
(0,0,0)

Tints of #7B110C

#7B110C
(123,17,12)
#872622
(135,38,34)
#933B38
(147,59,56)
#9F504E
(159,80,78)
#AB6564
(171,101,100)
#B77A7A
(183,122,122)
#C38F90
(195,143,144)
#CFA4A6
(207,164,166)
#DBB9BC
(219,185,188)
#E7CED2
(231,206,210)
#F3E3E8
(243,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B110C; }

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

This text font color is #7B110C.


Background Color

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

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

This div background color is #7B110C.


Border color

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

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

This div border color is #7B110C.


Opacity

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

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

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

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

This text has shadow with #7B110C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B110C on black background.


Color preview on white background

This text has color #7B110C on white background.



Black color preview on #7B110C background

This text has black color on #7B110C background.


White color preview on #7B110C background

This text has white color on #7B110C background.