COLOR #7E0724

HEX: #7E0724
RGB: (126,7,36)

Color info

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

RGB color model

#7E0724 color RGB value is (126,7,36).

  • red value is 126;
  • green value is 7;
  • blue value is 36.
RGB:
(126,7,36)
(49%,3%,14%)

RGB channels and saturation

R 126 of 255 = 49%
G 7 of 255 = 3%
B 36 of 255 = 14%

126
7
36

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

Portions of RGB colors in percentages

R + G + B =
126 + 7 + 36 = 169 (100%)
R 126 of 169 ~ 74.56%
G 7 of 169 ~ 4.14%
B 36 of 169 ~ 21.3%

%74.56
%21.3

CMYK color model

#7E0724 color CMYK value is (0,94,71,51).

  • cyan value is 0.00%
  • magenta value is 94.44%
  • yellow value is 71.43%
  • key color value is 50.59%
CMYK:
(0,94,71,51)
C0M94Y71K51 
(0%,94%,71%,51%)
(0.00/0.94/0.71/0.51)	

CMYK percentages

%0
%94.44
%71.43
%50.59

Codes

Color #7E0724 in popluar color models

7E0724
RGB126736
HSL345°89.47%26.08%
HSB/HSV345°94.44%49.41%
CMYK0.00%94.44%71.43%
50.59%

Color #7E0724 in popluar number systems.

HEX7E0724
Decimal126736
Binary1111110111100100
Octal176744

Shades and tints

Shades of #7E0724

#7E0724
(126,7,36)
#730721
(115,7,33)
#68071E
(104,7,30)
#5D071B
(93,7,27)
#520718
(82,7,24)
#470715
(71,7,21)
#3C0712
(60,7,18)
#31070F
(49,7,15)
#26070C
(38,7,12)
#1B0709
(27,7,9)
#100706
(16,7,6)
#000000
(0,0,0)

Tints of #7E0724

#7E0724
(126,7,36)
#891D37
(137,29,55)
#94334A
(148,51,74)
#9F495D
(159,73,93)
#AA5F70
(170,95,112)
#B57583
(181,117,131)
#C08B96
(192,139,150)
#CBA1A9
(203,161,169)
#D6B7BC
(214,183,188)
#E1CDCF
(225,205,207)
#ECE3E2
(236,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0724 color. Also use rgb(126,7,36) instead hex code.

Text Font Color

.myTextColor { color: #7E0724; }

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

This text font color is #7E0724.


Background Color

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

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

This div background color is #7E0724.


Border color

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

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

This div border color is #7E0724.


Opacity

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

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

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

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

This text has shadow with #7E0724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0724 on black background.


Color preview on white background

This text has color #7E0724 on white background.



Black color preview on #7E0724 background

This text has black color on #7E0724 background.


White color preview on #7E0724 background

This text has white color on #7E0724 background.