COLOR #7F674D

HEX: #7F674D
RGB: (127,103,77)

Color info

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

RGB color model

#7F674D color RGB value is (127,103,77).

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

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 77 of 255 = 30%

127
103
77

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

Portions of RGB colors in percentages

R + G + B =
127 + 103 + 77 = 307 (100%)
R 127 of 307 ~ 41.37%
G 103 of 307 ~ 33.55%
B 77 of 307 ~ 25.08%

%41.37
%33.55
%25.08

CMYK color model

#7F674D color CMYK value is (0,19,39,50).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 39.37%
  • key color value is 50.20%
CMYK:
(0,19,39,50)
C0M19Y39K50 
(0%,19%,39%,50%)
(0.00/0.19/0.39/0.50)	

CMYK percentages

%0
%18.9
%39.37
%50.2

Codes

Color #7F674D in popluar color models

7F674D
RGB12710377
HSL31°24.51%40.00%
HSB/HSV31°39.37%49.80%
CMYK0.00%18.90%39.37%
50.20%

Color #7F674D in popluar number systems.

HEX7F674D
Decimal12710377
Binary111111111001111001101
Octal177147115

Shades and tints

Shades of #7F674D

#7F674D
(127,103,77)
#745E46
(116,94,70)
#69553F
(105,85,63)
#5E4C38
(94,76,56)
#534331
(83,67,49)
#483A2A
(72,58,42)
#3D3123
(61,49,35)
#32281C
(50,40,28)
#271F15
(39,31,21)
#1C160E
(28,22,14)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #7F674D

#7F674D
(127,103,77)
#8A745D
(138,116,93)
#95816D
(149,129,109)
#A08E7D
(160,142,125)
#AB9B8D
(171,155,141)
#B6A89D
(182,168,157)
#C1B5AD
(193,181,173)
#CCC2BD
(204,194,189)
#D7CFCD
(215,207,205)
#E2DCDD
(226,220,221)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F674D; }

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

This text font color is #7F674D.


Background Color

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

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

This div background color is #7F674D.


Border color

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

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

This div border color is #7F674D.


Opacity

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

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

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

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

This text has shadow with #7F674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F674D on black background.


Color preview on white background

This text has color #7F674D on white background.



Black color preview on #7F674D background

This text has black color on #7F674D background.


White color preview on #7F674D background

This text has white color on #7F674D background.