COLOR #7C110F

HEX: #7C110F
RGB: (124,17,15)

Color info

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

RGB color model

#7C110F color RGB value is (124,17,15).

  • red value is 124;
  • green value is 17;
  • blue value is 15.
RGB:
(124,17,15)
(49%,7%,6%)

RGB channels and saturation

R 124 of 255 = 49%
G 17 of 255 = 7%
B 15 of 255 = 6%

124
17
15

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

Portions of RGB colors in percentages

R + G + B =
124 + 17 + 15 = 156 (100%)
R 124 of 156 ~ 79.49%
G 17 of 156 ~ 10.9%
B 15 of 156 ~ 9.62%

%79.49
%10.9
%9.62

CMYK color model

#7C110F color CMYK value is (0,86,88,51).

  • cyan value is 0.00%
  • magenta value is 86.29%
  • yellow value is 87.90%
  • key color value is 51.37%
CMYK:
(0,86,88,51)
C0M86Y88K51 
(0%,86%,88%,51%)
(0.00/0.86/0.88/0.51)	

CMYK percentages

%0
%86.29
%87.9
%51.37

Codes

Color #7C110F in popluar color models

7C110F
RGB1241715
HSL78.42%27.25%
HSB/HSV87.90%48.63%
CMYK0.00%86.29%87.90%
51.37%

Color #7C110F in popluar number systems.

HEX7C110F
Decimal1241715
Binary1111100100011111
Octal1742117

Shades and tints

Shades of #7C110F

#7C110F
(124,17,15)
#71100E
(113,16,14)
#660F0D
(102,15,13)
#5B0E0C
(91,14,12)
#500D0B
(80,13,11)
#450C0A
(69,12,10)
#3A0B09
(58,11,9)
#2F0A08
(47,10,8)
#240907
(36,9,7)
#190806
(25,8,6)
#0E0705
(14,7,5)
#000000
(0,0,0)

Tints of #7C110F

#7C110F
(124,17,15)
#872624
(135,38,36)
#923B39
(146,59,57)
#9D504E
(157,80,78)
#A86563
(168,101,99)
#B37A78
(179,122,120)
#BE8F8D
(190,143,141)
#C9A4A2
(201,164,162)
#D4B9B7
(212,185,183)
#DFCECC
(223,206,204)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C110F color. Also use rgb(124,17,15) instead hex code.

Text Font Color

.myTextColor { color: #7C110F; }

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

This text font color is #7C110F.


Background Color

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

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

This div background color is #7C110F.


Border color

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

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

This div border color is #7C110F.


Opacity

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

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

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

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

This text has shadow with #7C110F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C110F on black background.


Color preview on white background

This text has color #7C110F on white background.



Black color preview on #7C110F background

This text has black color on #7C110F background.


White color preview on #7C110F background

This text has white color on #7C110F background.