COLOR #7F6627

HEX: #7F6627
RGB: (127,102,39)

Color info

#7F6627 contains mainly red and green colors. Web safe color of #7F6627 is #666633 (or #663).

RGB color model

#7F6627 color RGB value is (127,102,39).

  • red value is 127;
  • green value is 102;
  • blue value is 39.
RGB:
(127,102,39)
(50%,40%,15%)

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 39 of 255 = 15%

127
102
39

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

Portions of RGB colors in percentages

R + G + B =
127 + 102 + 39 = 268 (100%)
R 127 of 268 ~ 47.39%
G 102 of 268 ~ 38.06%
B 39 of 268 ~ 14.55%

%47.39
%38.06
%14.55

CMYK color model

#7F6627 color CMYK value is (0,20,69,50).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 69.29%
  • key color value is 50.20%
CMYK:
(0,20,69,50)
C0M20Y69K50 
(0%,20%,69%,50%)
(0.00/0.20/0.69/0.50)	

CMYK percentages

%0
%19.69
%69.29
%50.2

Codes

Color #7F6627 in popluar color models

7F6627
RGB12710239
HSL43°53.01%32.55%
HSB/HSV43°69.29%49.80%
CMYK0.00%19.69%69.29%
50.20%

Color #7F6627 in popluar number systems.

HEX7F6627
Decimal12710239
Binary11111111100110100111
Octal17714647

Shades and tints

Shades of #7F6627

#7F6627
(127,102,39)
#745D24
(116,93,36)
#695421
(105,84,33)
#5E4B1E
(94,75,30)
#53421B
(83,66,27)
#483918
(72,57,24)
#3D3015
(61,48,21)
#322712
(50,39,18)
#271E0F
(39,30,15)
#1C150C
(28,21,12)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #7F6627

#7F6627
(127,102,39)
#8A733A
(138,115,58)
#95804D
(149,128,77)
#A08D60
(160,141,96)
#AB9A73
(171,154,115)
#B6A786
(182,167,134)
#C1B499
(193,180,153)
#CCC1AC
(204,193,172)
#D7CEBF
(215,206,191)
#E2DBD2
(226,219,210)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6627 color. Also use rgb(127,102,39) instead hex code.

Text Font Color

.myTextColor { color: #7F6627; }

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

This text font color is #7F6627.


Background Color

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

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

This div background color is #7F6627.


Border color

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

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

This div border color is #7F6627.


Opacity

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

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

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

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

This text has shadow with #7F6627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6627 on black background.


Color preview on white background

This text has color #7F6627 on white background.



Black color preview on #7F6627 background

This text has black color on #7F6627 background.


White color preview on #7F6627 background

This text has white color on #7F6627 background.