COLOR #7F0601

HEX: #7F0601
RGB: (127,6,1)

Color info

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

RGB color model

#7F0601 color RGB value is (127,6,1).

  • red value is 127;
  • green value is 6;
  • blue value is 1.
RGB:
(127,6,1)
(50%,2%,0%)

RGB channels and saturation

R 127 of 255 = 50%
G 6 of 255 = 2%
B 1 of 255 = 0%

127
6
1

R + G + B ~ 17%. #7F0601 is dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 6 + 1 = 134 (100%)
R 127 of 134 ~ 94.78%
G 6 of 134 ~ 4.48%
B 1 of 134 ~ 0.75%

%94.78

CMYK color model

#7F0601 color CMYK value is (0,95,99,50).

  • cyan value is 0.00%
  • magenta value is 95.28%
  • yellow value is 99.21%
  • key color value is 50.20%
CMYK:
(0,95,99,50)
C0M95Y99K50 
(0%,95%,99%,50%)
(0.00/0.95/0.99/0.50)	

CMYK percentages

%0
%95.28
%99.21
%50.2

Codes

Color #7F0601 in popluar color models

7F0601
RGB12761
HSL98.44%25.10%
HSB/HSV99.21%49.80%
CMYK0.00%95.28%99.21%
50.20%

Color #7F0601 in popluar number systems.

HEX7F0601
Decimal12761
Binary11111111101
Octal17761

Shades and tints

Shades of #7F0601

#7F0601
(127,6,1)
#740601
(116,6,1)
#690601
(105,6,1)
#5E0601
(94,6,1)
#530601
(83,6,1)
#480601
(72,6,1)
#3D0601
(61,6,1)
#320601
(50,6,1)
#270601
(39,6,1)
#1C0601
(28,6,1)
#110601
(17,6,1)
#000000
(0,0,0)

Tints of #7F0601

#7F0601
(127,6,1)
#8A1C18
(138,28,24)
#95322F
(149,50,47)
#A04846
(160,72,70)
#AB5E5D
(171,94,93)
#B67474
(182,116,116)
#C18A8B
(193,138,139)
#CCA0A2
(204,160,162)
#D7B6B9
(215,182,185)
#E2CCD0
(226,204,208)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0601 color. Also use rgb(127,6,1) instead hex code.

Text Font Color

.myTextColor { color: #7F0601; }

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

This text font color is #7F0601.


Background Color

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

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

This div background color is #7F0601.


Border color

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

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

This div border color is #7F0601.


Opacity

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

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

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

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

This text has shadow with #7F0601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0601 on black background.


Color preview on white background

This text has color #7F0601 on white background.



Black color preview on #7F0601 background

This text has black color on #7F0601 background.


White color preview on #7F0601 background

This text has white color on #7F0601 background.