COLOR #7F714A

HEX: #7F714A
RGB: (127,113,74)

Color info

#7F714A contains red, green and blue colors in about the same proportion. Web safe color of #7F714A is #666633 (or #663).

RGB color model

#7F714A color RGB value is (127,113,74).

  • red value is 127;
  • green value is 113;
  • blue value is 74.
RGB:
(127,113,74)
(50%,44%,29%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 74 of 255 = 29%

127
113
74

R + G + B ~ 41%. #7F714A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 113 + 74 = 314 (100%)
R 127 of 314 ~ 40.45%
G 113 of 314 ~ 35.99%
B 74 of 314 ~ 23.57%

%40.45
%35.99
%23.57

CMYK color model

#7F714A color CMYK value is (0,11,42,50).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 41.73%
  • key color value is 50.20%
CMYK:
(0,11,42,50)
C0M11Y42K50 
(0%,11%,42%,50%)
(0.00/0.11/0.42/0.50)	

CMYK percentages

%0
%11.02
%41.73
%50.2

Codes

Color #7F714A in popluar color models

7F714A
RGB12711374
HSL44°26.37%39.41%
HSB/HSV44°41.73%49.80%
CMYK0.00%11.02%41.73%
50.20%

Color #7F714A in popluar number systems.

HEX7F714A
Decimal12711374
Binary111111111100011001010
Octal177161112

Shades and tints

Shades of #7F714A

#7F714A
(127,113,74)
#746744
(116,103,68)
#695D3E
(105,93,62)
#5E5338
(94,83,56)
#534932
(83,73,50)
#483F2C
(72,63,44)
#3D3526
(61,53,38)
#322B20
(50,43,32)
#27211A
(39,33,26)
#1C1714
(28,23,20)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F714A

#7F714A
(127,113,74)
#8A7D5A
(138,125,90)
#95896A
(149,137,106)
#A0957A
(160,149,122)
#ABA18A
(171,161,138)
#B6AD9A
(182,173,154)
#C1B9AA
(193,185,170)
#CCC5BA
(204,197,186)
#D7D1CA
(215,209,202)
#E2DDDA
(226,221,218)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F714A color. Also use rgb(127,113,74) instead hex code.

Text Font Color

.myTextColor { color: #7F714A; }

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

This text font color is #7F714A.


Background Color

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

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

This div background color is #7F714A.


Border color

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

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

This div border color is #7F714A.


Opacity

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

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

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

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

This text has shadow with #7F714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F714A on black background.


Color preview on white background

This text has color #7F714A on white background.



Black color preview on #7F714A background

This text has black color on #7F714A background.


White color preview on #7F714A background

This text has white color on #7F714A background.