COLOR #7F674F

HEX: #7F674F
RGB: (127,103,79)

Color info

#7F674F contains red, green and blue colors in about the same proportion. Web safe color of #7F674F is #666666 (or #666).

RGB color model

#7F674F color RGB value is (127,103,79).

  • red value is 127;
  • green value is 103;
  • blue value is 79.
RGB:
(127,103,79)
(50%,40%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 79 of 255 = 31%

127
103
79

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

Portions of RGB colors in percentages

R + G + B =
127 + 103 + 79 = 309 (100%)
R 127 of 309 ~ 41.1%
G 103 of 309 ~ 33.33%
B 79 of 309 ~ 25.57%

%41.1
%33.33
%25.57

CMYK color model

#7F674F color CMYK value is (0,19,38,50).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(0,19,38,50)
C0M19Y38K50 
(0%,19%,38%,50%)
(0.00/0.19/0.38/0.50)	

CMYK percentages

%0
%18.9
%37.8
%50.2

Codes

Color #7F674F in popluar color models

7F674F
RGB12710379
HSL30°23.30%40.39%
HSB/HSV30°37.80%49.80%
CMYK0.00%18.90%37.80%
50.20%

Color #7F674F in popluar number systems.

HEX7F674F
Decimal12710379
Binary111111111001111001111
Octal177147117

Shades and tints

Shades of #7F674F

#7F674F
(127,103,79)
#745E48
(116,94,72)
#695541
(105,85,65)
#5E4C3A
(94,76,58)
#534333
(83,67,51)
#483A2C
(72,58,44)
#3D3125
(61,49,37)
#32281E
(50,40,30)
#271F17
(39,31,23)
#1C1610
(28,22,16)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #7F674F

#7F674F
(127,103,79)
#8A745F
(138,116,95)
#95816F
(149,129,111)
#A08E7F
(160,142,127)
#AB9B8F
(171,155,143)
#B6A89F
(182,168,159)
#C1B5AF
(193,181,175)
#CCC2BF
(204,194,191)
#D7CFCF
(215,207,207)
#E2DCDF
(226,220,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F674F color. Also use rgb(127,103,79) instead hex code.

Text Font Color

.myTextColor { color: #7F674F; }

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

This text font color is #7F674F.


Background Color

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

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

This div background color is #7F674F.


Border color

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

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

This div border color is #7F674F.


Opacity

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

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

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

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

This text has shadow with #7F674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F674F on black background.


Color preview on white background

This text has color #7F674F on white background.



Black color preview on #7F674F background

This text has black color on #7F674F background.


White color preview on #7F674F background

This text has white color on #7F674F background.