COLOR #7F7257

HEX: #7F7257
RGB: (127,114,87)

Color info

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

RGB color model

#7F7257 color RGB value is (127,114,87).

  • red value is 127;
  • green value is 114;
  • blue value is 87.
RGB:
(127,114,87)
(50%,45%,34%)

RGB channels and saturation

R 127 of 255 = 50%
G 114 of 255 = 45%
B 87 of 255 = 34%

127
114
87

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

Portions of RGB colors in percentages

R + G + B =
127 + 114 + 87 = 328 (100%)
R 127 of 328 ~ 38.72%
G 114 of 328 ~ 34.76%
B 87 of 328 ~ 26.52%

%38.72
%34.76
%26.52

CMYK color model

#7F7257 color CMYK value is (0,10,31,50).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 31.50%
  • key color value is 50.20%
CMYK:
(0,10,31,50)
C0M10Y31K50 
(0%,10%,31%,50%)
(0.00/0.10/0.31/0.50)	

CMYK percentages

%0
%10.24
%31.5
%50.2

Codes

Color #7F7257 in popluar color models

7F7257
RGB12711487
HSL41°18.69%41.96%
HSB/HSV41°31.50%49.80%
CMYK0.00%10.24%31.50%
50.20%

Color #7F7257 in popluar number systems.

HEX7F7257
Decimal12711487
Binary111111111100101010111
Octal177162127

Shades and tints

Shades of #7F7257

#7F7257
(127,114,87)
#746850
(116,104,80)
#695E49
(105,94,73)
#5E5442
(94,84,66)
#534A3B
(83,74,59)
#484034
(72,64,52)
#3D362D
(61,54,45)
#322C26
(50,44,38)
#27221F
(39,34,31)
#1C1818
(28,24,24)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #7F7257

#7F7257
(127,114,87)
#8A7E66
(138,126,102)
#958A75
(149,138,117)
#A09684
(160,150,132)
#ABA293
(171,162,147)
#B6AEA2
(182,174,162)
#C1BAB1
(193,186,177)
#CCC6C0
(204,198,192)
#D7D2CF
(215,210,207)
#E2DEDE
(226,222,222)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7257 color. Also use rgb(127,114,87) instead hex code.

Text Font Color

.myTextColor { color: #7F7257; }

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

This text font color is #7F7257.


Background Color

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

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

This div background color is #7F7257.


Border color

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

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

This div border color is #7F7257.


Opacity

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

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

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

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

This text has shadow with #7F7257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7257 on black background.


Color preview on white background

This text has color #7F7257 on white background.



Black color preview on #7F7257 background

This text has black color on #7F7257 background.


White color preview on #7F7257 background

This text has white color on #7F7257 background.