COLOR #7B190C

HEX: #7B190C
RGB: (123,25,12)

Color info

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

RGB color model

#7B190C color RGB value is (123,25,12).

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

RGB channels and saturation

R 123 of 255 = 48%
G 25 of 255 = 10%
B 12 of 255 = 5%

123
25
12

R + G + B ~ 21%. #7B190C is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 25 + 12 = 160 (100%)
R 123 of 160 ~ 76.88%
G 25 of 160 ~ 15.63%
B 12 of 160 ~ 7.5%

%76.88
%15.63

CMYK color model

#7B190C color CMYK value is (0,80,90,52).

  • cyan value is 0.00%
  • magenta value is 79.67%
  • yellow value is 90.24%
  • key color value is 51.76%
CMYK:
(0,80,90,52)
C0M80Y90K52 
(0%,80%,90%,52%)
(0.00/0.80/0.90/0.52)	

CMYK percentages

%0
%79.67
%90.24
%51.76

Codes

Color #7B190C in popluar color models

7B190C
RGB1232512
HSL82.22%26.47%
HSB/HSV90.24%48.24%
CMYK0.00%79.67%90.24%
51.76%

Color #7B190C in popluar number systems.

HEX7B190C
Decimal1232512
Binary1111011110011100
Octal1733114

Shades and tints

Shades of #7B190C

#7B190C
(123,25,12)
#70170B
(112,23,11)
#65150A
(101,21,10)
#5A1309
(90,19,9)
#4F1108
(79,17,8)
#440F07
(68,15,7)
#390D06
(57,13,6)
#2E0B05
(46,11,5)
#230904
(35,9,4)
#180703
(24,7,3)
#0D0502
(13,5,2)
#000000
(0,0,0)

Tints of #7B190C

#7B190C
(123,25,12)
#872D22
(135,45,34)
#934138
(147,65,56)
#9F554E
(159,85,78)
#AB6964
(171,105,100)
#B77D7A
(183,125,122)
#C39190
(195,145,144)
#CFA5A6
(207,165,166)
#DBB9BC
(219,185,188)
#E7CDD2
(231,205,210)
#F3E1E8
(243,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B190C; }

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

This text font color is #7B190C.


Background Color

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

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

This div background color is #7B190C.


Border color

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

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

This div border color is #7B190C.


Opacity

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

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

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

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

This text has shadow with #7B190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B190C on black background.


Color preview on white background

This text has color #7B190C on white background.



Black color preview on #7B190C background

This text has black color on #7B190C background.


White color preview on #7B190C background

This text has white color on #7B190C background.