COLOR #7D0120

HEX: #7D0120
RGB: (125,1,32)

Color info

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

RGB color model

#7D0120 color RGB value is (125,1,32).

  • red value is 125;
  • green value is 1;
  • blue value is 32.
RGB:
(125,1,32)
(49%,0%,13%)

RGB channels and saturation

R 125 of 255 = 49%
G 1 of 255 = 0%
B 32 of 255 = 13%

125
1
32

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

Portions of RGB colors in percentages

R + G + B =
125 + 1 + 32 = 158 (100%)
R 125 of 158 ~ 79.11%
G 1 of 158 ~ 0.63%
B 32 of 158 ~ 20.25%

%79.11
%20.25

CMYK color model

#7D0120 color CMYK value is (0,99,74,51).

  • cyan value is 0.00%
  • magenta value is 99.20%
  • yellow value is 74.40%
  • key color value is 50.98%
CMYK:
(0,99,74,51)
C0M99Y74K51 
(0%,99%,74%,51%)
(0.00/0.99/0.74/0.51)	

CMYK percentages

%0
%99.2
%74.4
%50.98

Codes

Color #7D0120 in popluar color models

7D0120
RGB125132
HSL345°98.41%24.71%
HSB/HSV345°99.20%49.02%
CMYK0.00%99.20%74.40%
50.98%

Color #7D0120 in popluar number systems.

HEX7D0120
Decimal125132
Binary11111011100000
Octal175140

Shades and tints

Shades of #7D0120

#7D0120
(125,1,32)
#72011E
(114,1,30)
#67011C
(103,1,28)
#5C011A
(92,1,26)
#510118
(81,1,24)
#460116
(70,1,22)
#3B0114
(59,1,20)
#300112
(48,1,18)
#250110
(37,1,16)
#1A010E
(26,1,14)
#0F010C
(15,1,12)
#000000
(0,0,0)

Tints of #7D0120

#7D0120
(125,1,32)
#881834
(136,24,52)
#932F48
(147,47,72)
#9E465C
(158,70,92)
#A95D70
(169,93,112)
#B47484
(180,116,132)
#BF8B98
(191,139,152)
#CAA2AC
(202,162,172)
#D5B9C0
(213,185,192)
#E0D0D4
(224,208,212)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0120 color. Also use rgb(125,1,32) instead hex code.

Text Font Color

.myTextColor { color: #7D0120; }

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

This text font color is #7D0120.


Background Color

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

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

This div background color is #7D0120.


Border color

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

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

This div border color is #7D0120.


Opacity

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

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

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

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

This text has shadow with #7D0120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0120 on black background.


Color preview on white background

This text has color #7D0120 on white background.



Black color preview on #7D0120 background

This text has black color on #7D0120 background.


White color preview on #7D0120 background

This text has white color on #7D0120 background.