COLOR #7F6F2F

HEX: #7F6F2F RGB: (127,111,47)

Color info

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

RGB color model

#7F6F2F color RGB value is (127,111,47).

RGB: (127,111,47) (50%, 44%, 18%)

RGB channels and saturation

R 127 of 255 = 50%
G 111 of 255 = 44%
B 47 of 255 = 18%

127
111
47

R + G + B ~ 37%. #7F6F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 111 + 47 = 285 (100%)
R 127 of 285 ~ 44.56%
G 111 of 285 ~ 38.95%
B 47 of 285 ~ 16.49'%

%44.56
%38.95
%16.49

CMYK color model

#7F6F2F color CMYK value is (0,13,63,50).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 62.99%
  • key color value is 50.20%

CMYK: (0,13,63,50)
C0M13Y63K50 (0%, 13%, 63%, 50%)
(0.00 / 0.13 / 0.63 / 0.50)

CMYK percentages

%0
%12.6
%62.99
%50.2

Codes

Color #7F6F2F in popluar color models

7F 6F 2F
RGB 127 111 47
HSL 48° 45.98% 34.12%
HSB/HSV 48° 62.99% 49.80%
CMYK 0.00% 12.60% 62.99%
50.20%

Color #7F6F2F in popluar number systems.

HEX 7F 6F 2F
Decimal 127 111 47
Binary 1111111 1101111 101111
Octal 177 157 57

Shades and tints

Shades of #7F6F2F

#7F6F2F
(127,111,47)
#74652B
(116,101,43)
#695B27
(105,91,39)
#5E5123
(94,81,35)
#53471F
(83,71,31)
#483D1B
(72,61,27)
#3D3317
(61,51,23)
#322913
(50,41,19)
#271F0F
(39,31,15)
#1C150B
(28,21,11)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #7F6F2F

#7F6F2F
(127,111,47)
#8A7C41
(138,124,65)
#958953
(149,137,83)
#A09665
(160,150,101)
#ABA377
(171,163,119)
#B6B089
(182,176,137)
#C1BD9B
(193,189,155)
#CCCAAD
(204,202,173)
#D7D7BF
(215,215,191)
#E2E4D1
(226,228,209)
#EDF1E3
(237,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6F2F color. Also use rgb(127,111,47) instead hex code.

Text Font Color

.myTextColor { color: #7F6F2F; }

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

This text font color is #7F6F2F.

Background Color

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

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

This div background color is #7F6F2F.

Border color

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

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

This div border color is #7F6F2F.

Opacity

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

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

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

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

This text has shadow with #7F6F2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6F2F.

Preview

Color preview on black background

This text has color #7F6F2F on black background.


Color preview on white background

This text has color #7F6F2F on white background.


Black color preview on #7F6F2F background

This text has black color on #7F6F2F background.


White color preview on #7F6F2F background

This text has white color on #7F6F2F background.


Related colors

Complementary color

Complementary color for #hex is #8090D0.


I love getcolorcode.com

Triadic colors

1 #2F7F6F and #6F2F7F with #7F6F2F are triadic colors.

2 #2F6F7F and #6F7F2F with #7F6F2F are triadic colors.