COLOR #7C010C

HEX: #7C010C
RGB: (124,1,12)

Color info

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

RGB color model

#7C010C color RGB value is (124,1,12).

  • red value is 124;
  • green value is 1;
  • blue value is 12.
RGB:
(124,1,12)
(49%,0%,5%)

RGB channels and saturation

R 124 of 255 = 49%
G 1 of 255 = 0%
B 12 of 255 = 5%

124
1
12

R + G + B ~ 18%. #7C010C is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 1 + 12 = 137 (100%)
R 124 of 137 ~ 90.51%
G 1 of 137 ~ 0.73%
B 12 of 137 ~ 8.76%

%90.51

CMYK color model

#7C010C color CMYK value is (0,99,90,51).

  • cyan value is 0.00%
  • magenta value is 99.19%
  • yellow value is 90.32%
  • key color value is 51.37%
CMYK:
(0,99,90,51)
C0M99Y90K51 
(0%,99%,90%,51%)
(0.00/0.99/0.90/0.51)	

CMYK percentages

%0
%99.19
%90.32
%51.37

Codes

Color #7C010C in popluar color models

7C010C
RGB124112
HSL355°98.40%24.51%
HSB/HSV355°99.19%48.63%
CMYK0.00%99.19%90.32%
51.37%

Color #7C010C in popluar number systems.

HEX7C010C
Decimal124112
Binary111110011100
Octal174114

Shades and tints

Shades of #7C010C

#7C010C
(124,1,12)
#71010B
(113,1,11)
#66010A
(102,1,10)
#5B0109
(91,1,9)
#500108
(80,1,8)
#450107
(69,1,7)
#3A0106
(58,1,6)
#2F0105
(47,1,5)
#240104
(36,1,4)
#190103
(25,1,3)
#0E0102
(14,1,2)
#000000
(0,0,0)

Tints of #7C010C

#7C010C
(124,1,12)
#871822
(135,24,34)
#922F38
(146,47,56)
#9D464E
(157,70,78)
#A85D64
(168,93,100)
#B3747A
(179,116,122)
#BE8B90
(190,139,144)
#C9A2A6
(201,162,166)
#D4B9BC
(212,185,188)
#DFD0D2
(223,208,210)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C010C color. Also use rgb(124,1,12) instead hex code.

Text Font Color

.myTextColor { color: #7C010C; }

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

This text font color is #7C010C.


Background Color

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

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

This div background color is #7C010C.


Border color

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

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

This div border color is #7C010C.


Opacity

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

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

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

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

This text has shadow with #7C010C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C010C on black background.


Color preview on white background

This text has color #7C010C on white background.



Black color preview on #7C010C background

This text has black color on #7C010C background.


White color preview on #7C010C background

This text has white color on #7C010C background.