COLOR #7C072F

HEX: #7C072F
RGB: (124,7,47)

Color info

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

RGB color model

#7C072F color RGB value is (124,7,47).

  • red value is 124;
  • green value is 7;
  • blue value is 47.
RGB:
(124,7,47)
(49%,3%,18%)

RGB channels and saturation

R 124 of 255 = 49%
G 7 of 255 = 3%
B 47 of 255 = 18%

124
7
47

R + G + B ~ 23%. #7C072F is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 7 + 47 = 178 (100%)
R 124 of 178 ~ 69.66%
G 7 of 178 ~ 3.93%
B 47 of 178 ~ 26.4%

%69.66
%26.4

CMYK color model

#7C072F color CMYK value is (0,94,62,51).

  • cyan value is 0.00%
  • magenta value is 94.35%
  • yellow value is 62.10%
  • key color value is 51.37%
CMYK:
(0,94,62,51)
C0M94Y62K51 
(0%,94%,62%,51%)
(0.00/0.94/0.62/0.51)	

CMYK percentages

%0
%94.35
%62.1
%51.37

Codes

Color #7C072F in popluar color models

7C072F
RGB124747
HSL339°89.31%25.69%
HSB/HSV339°94.35%48.63%
CMYK0.00%94.35%62.10%
51.37%

Color #7C072F in popluar number systems.

HEX7C072F
Decimal124747
Binary1111100111101111
Octal174757

Shades and tints

Shades of #7C072F

#7C072F
(124,7,47)
#71072B
(113,7,43)
#660727
(102,7,39)
#5B0723
(91,7,35)
#50071F
(80,7,31)
#45071B
(69,7,27)
#3A0717
(58,7,23)
#2F0713
(47,7,19)
#24070F
(36,7,15)
#19070B
(25,7,11)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #7C072F

#7C072F
(124,7,47)
#871D41
(135,29,65)
#923353
(146,51,83)
#9D4965
(157,73,101)
#A85F77
(168,95,119)
#B37589
(179,117,137)
#BE8B9B
(190,139,155)
#C9A1AD
(201,161,173)
#D4B7BF
(212,183,191)
#DFCDD1
(223,205,209)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C072F; }

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

This text font color is #7C072F.


Background Color

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

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

This div background color is #7C072F.


Border color

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

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

This div border color is #7C072F.


Opacity

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

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

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

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

This text has shadow with #7C072F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C072F on black background.


Color preview on white background

This text has color #7C072F on white background.



Black color preview on #7C072F background

This text has black color on #7C072F background.


White color preview on #7C072F background

This text has white color on #7C072F background.