COLOR #7F7D11

HEX: #7F7D11
RGB: (127,125,17)

Color info

#7F7D11 contains mainly red and green colors. Web safe color of #7F7D11 is #666600 (or #660).

RGB color model

#7F7D11 color RGB value is (127,125,17).

  • red value is 127;
  • green value is 125;
  • blue value is 17.
RGB:
(127,125,17)
(50%,49%,7%)

RGB channels and saturation

R 127 of 255 = 50%
G 125 of 255 = 49%
B 17 of 255 = 7%

127
125
17

R + G + B ~ 35%. #7F7D11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 125 + 17 = 269 (100%)
R 127 of 269 ~ 47.21%
G 125 of 269 ~ 46.47%
B 17 of 269 ~ 6.32%

%47.21
%46.47

CMYK color model

#7F7D11 color CMYK value is (0,2,87,50).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 86.61%
  • key color value is 50.20%
CMYK:
(0,2,87,50)
C0M2Y87K50 
(0%,2%,87%,50%)
(0.00/0.02/0.87/0.50)	

CMYK percentages

%0
%1.57
%86.61
%50.2

Codes

Color #7F7D11 in popluar color models

7F7D11
RGB12712517
HSL59°76.39%28.24%
HSB/HSV59°86.61%49.80%
CMYK0.00%1.57%86.61%
50.20%

Color #7F7D11 in popluar number systems.

HEX7F7D11
Decimal12712517
Binary1111111111110110001
Octal17717521

Shades and tints

Shades of #7F7D11

#7F7D11
(127,125,17)
#747210
(116,114,16)
#69670F
(105,103,15)
#5E5C0E
(94,92,14)
#53510D
(83,81,13)
#48460C
(72,70,12)
#3D3B0B
(61,59,11)
#32300A
(50,48,10)
#272509
(39,37,9)
#1C1A08
(28,26,8)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #7F7D11

#7F7D11
(127,125,17)
#8A8826
(138,136,38)
#95933B
(149,147,59)
#A09E50
(160,158,80)
#ABA965
(171,169,101)
#B6B47A
(182,180,122)
#C1BF8F
(193,191,143)
#CCCAA4
(204,202,164)
#D7D5B9
(215,213,185)
#E2E0CE
(226,224,206)
#EDEBE3
(237,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7D11 color. Also use rgb(127,125,17) instead hex code.

Text Font Color

.myTextColor { color: #7F7D11; }

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

This text font color is #7F7D11.


Background Color

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

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

This div background color is #7F7D11.


Border color

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

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

This div border color is #7F7D11.


Opacity

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

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

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

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

This text has shadow with #7F7D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7D11 on black background.


Color preview on white background

This text has color #7F7D11 on white background.



Black color preview on #7F7D11 background

This text has black color on #7F7D11 background.


White color preview on #7F7D11 background

This text has white color on #7F7D11 background.