COLOR #7F420A

HEX: #7F420A RGB: (127,66,10)

Color info

#7F420A contains mainly red color. Web safe color of #7F420A is #663300 (or #630).

RGB color model

#7F420A color RGB value is (127,66,10).

RGB: (127,66,10) (50%, 26%, 4%)

RGB channels and saturation

R 127 of 255 = 50%
G 66 of 255 = 26%
B 10 of 255 = 4%

127
66
10

R + G + B ~ 27%. #7F420A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 66 + 10 = 203 (100%)
R 127 of 203 ~ 62.56%
G 66 of 203 ~ 32.51%
B 10 of 203 ~ 4.93'%

%62.56
%32.51

CMYK color model

#7F420A color CMYK value is (0,48,92,50).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 92.13%
  • key color value is 50.20%
CMYK: (0,48,92,50) C0M48Y92K50 (0%,48%,92%,50%) (0.00/0.48/0.92/0.50) 

CMYK percentages

%0
%48.03
%92.13
%50.2

Codes

Color #7F420A in popluar color models

7F 42 0A
RGB 127 66 10
HSL 29° 85.40% 26.86%
HSB/HSV 29° 92.13% 49.80%
CMYK 0.00% 48.03% 92.13%
50.20%

Color #7F420A in popluar number systems.

HEX 7F 42 0A
Decimal 127 66 10
Binary 1111111 1000010 1010
Octal 177 102 12

Shades and tints

Shades of #7F420A

#7F420A
(127,66,10)
#743C0A
(116,60,10)
#69360A
(105,54,10)
#5E300A
(94,48,10)
#532A0A
(83,42,10)
#48240A
(72,36,10)
#3D1E0A
(61,30,10)
#32180A
(50,24,10)
#27120A
(39,18,10)
#1C0C0A
(28,12,10)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #7F420A

#7F420A
(127,66,10)
#8A5320
(138,83,32)
#956436
(149,100,54)
#A0754C
(160,117,76)
#AB8662
(171,134,98)
#B69778
(182,151,120)
#C1A88E
(193,168,142)
#CCB9A4
(204,185,164)
#D7CABA
(215,202,186)
#E2DBD0
(226,219,208)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F420A color. Also use rgb(127,66,10) instead hex code.

Text Font Color

.myTextColor { color: #7F420A; }

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

This text font color is #7F420A.

Background Color

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

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

This div background color is #7F420A.

Border color

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

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

This div border color is #7F420A.

Opacity

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

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

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

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

This text has shadow with #7F420A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F420A.

Preview

Color preview on black background

This text has color #7F420A on black background.


Color preview on white background

This text has color #7F420A on white background.


Black color preview on #7F420A background

This text has black color on #7F420A background.


White color preview on #7F420A background

This text has white color on #7F420A background.


Related colors

Complementary color

Complementary color for #hex is #80BDF5.


I love getcolorcode.com

Triadic colors

1 #0A7F42 and #420A7F with #7F420A are triadic colors.

2 #0A427F and #427F0A with #7F420A are triadic colors.