COLOR #7F7512

HEX: #7F7512
RGB: (127,117,18)

Color info

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

RGB color model

#7F7512 color RGB value is (127,117,18).

  • red value is 127;
  • green value is 117;
  • blue value is 18.
RGB:
(127,117,18)
(50%,46%,7%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 18 of 255 = 7%

127
117
18

R + G + B ~ 34%. #7F7512 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 117 + 18 = 262 (100%)
R 127 of 262 ~ 48.47%
G 117 of 262 ~ 44.66%
B 18 of 262 ~ 6.87%

%48.47
%44.66

CMYK color model

#7F7512 color CMYK value is (0,8,86,50).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 85.83%
  • key color value is 50.20%
CMYK:
(0,8,86,50)
C0M8Y86K50 
(0%,8%,86%,50%)
(0.00/0.08/0.86/0.50)	

CMYK percentages

%0
%7.87
%85.83
%50.2

Codes

Color #7F7512 in popluar color models

7F7512
RGB12711718
HSL54°75.17%28.43%
HSB/HSV54°85.83%49.80%
CMYK0.00%7.87%85.83%
50.20%

Color #7F7512 in popluar number systems.

HEX7F7512
Decimal12711718
Binary1111111111010110010
Octal17716522

Shades and tints

Shades of #7F7512

#7F7512
(127,117,18)
#746B11
(116,107,17)
#696110
(105,97,16)
#5E570F
(94,87,15)
#534D0E
(83,77,14)
#48430D
(72,67,13)
#3D390C
(61,57,12)
#322F0B
(50,47,11)
#27250A
(39,37,10)
#1C1B09
(28,27,9)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #7F7512

#7F7512
(127,117,18)
#8A8127
(138,129,39)
#958D3C
(149,141,60)
#A09951
(160,153,81)
#ABA566
(171,165,102)
#B6B17B
(182,177,123)
#C1BD90
(193,189,144)
#CCC9A5
(204,201,165)
#D7D5BA
(215,213,186)
#E2E1CF
(226,225,207)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7512 color. Also use rgb(127,117,18) instead hex code.

Text Font Color

.myTextColor { color: #7F7512; }

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

This text font color is #7F7512.


Background Color

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

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

This div background color is #7F7512.


Border color

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

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

This div border color is #7F7512.


Opacity

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

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

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

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

This text has shadow with #7F7512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7512 on black background.


Color preview on white background

This text has color #7F7512 on white background.



Black color preview on #7F7512 background

This text has black color on #7F7512 background.


White color preview on #7F7512 background

This text has white color on #7F7512 background.