COLOR #7F0600

HEX: #7F0600 RGB: (127,6,0)

Color info

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

RGB color model

#7F0600 color RGB value is (127,6,0).

RGB: (127,6,0) (50%, 2%, 0%)

RGB channels and saturation

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

127
6
0

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

Portions of RGB colors in percentages

R + G + B = 127 + 6 + 0 = 133 (100%)
R 127 of 133 ~ 95.49%
G 6 of 133 ~ 4.51%
B 0 of 133 ~ 0'%

%95.49

CMYK color model

#7F0600 color CMYK value is (0,95,100,50).

  • cyan value is 0.00%
  • magenta value is 95.28%
  • yellow value is 100.00%
  • key color value is 50.20%

CMYK: (0,95,100,50)
C0M95Y100K50 (0%, 95%, 100%, 50%)
(0.00 / 0.95 / 1.00 / 0.50)

CMYK percentages

%0
%95.28
%100
%50.2

Codes

Color #7F0600 in popluar color models

7F 06 00
RGB 127 6 0
HSL 100.00% 24.90%
HSB/HSV 100.00% 49.80%
CMYK 0.00% 95.28% 100.00%
50.20%

Color #7F0600 in popluar number systems.

HEX 7F 06 00
Decimal 127 6 0
Binary 1111111 110 0
Octal 177 6 0

Shades and tints

Shades of #7F0600

#7F0600
(127,6,0)
#740600
(116,6,0)
#690600
(105,6,0)
#5E0600
(94,6,0)
#530600
(83,6,0)
#480600
(72,6,0)
#3D0600
(61,6,0)
#320600
(50,6,0)
#270600
(39,6,0)
#1C0600
(28,6,0)
#110600
(17,6,0)
#000000
(0,0,0)

Tints of #7F0600

#7F0600
(127,6,0)
#8A1C17
(138,28,23)
#95322E
(149,50,46)
#A04845
(160,72,69)
#AB5E5C
(171,94,92)
#B67473
(182,116,115)
#C18A8A
(193,138,138)
#CCA0A1
(204,160,161)
#D7B6B8
(215,182,184)
#E2CCCF
(226,204,207)
#EDE2E6
(237,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F0600; }

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

This text font color is #7F0600.

Background Color

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

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

This div background color is #7F0600.

Border color

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

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

This div border color is #7F0600.

Opacity

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

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

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

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

This text has shadow with #7F0600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F0600.

Preview

Color preview on black background

This text has color #7F0600 on black background.


Color preview on white background

This text has color #7F0600 on white background.


Black color preview on #7F0600 background

This text has black color on #7F0600 background.


White color preview on #7F0600 background

This text has white color on #7F0600 background.


Related colors

Complementary color

Complementary color for #hex is #80F9FF.


I love getcolorcode.com

Triadic colors

1 #007F06 and #06007F with #7F0600 are triadic colors.

2 #00067F and #067F00 with #7F0600 are triadic colors.