COLOR #7F6259

HEX: #7F6259
RGB: (127,98,89)

Color info

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

RGB color model

#7F6259 color RGB value is (127,98,89).

  • red value is 127;
  • green value is 98;
  • blue value is 89.
RGB:
(127,98,89)
(50%,38%,35%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 89 of 255 = 35%

127
98
89

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

Portions of RGB colors in percentages

R + G + B =
127 + 98 + 89 = 314 (100%)
R 127 of 314 ~ 40.45%
G 98 of 314 ~ 31.21%
B 89 of 314 ~ 28.34%

%40.45
%31.21
%28.34

CMYK color model

#7F6259 color CMYK value is (0,23,30,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 29.92%
  • key color value is 50.20%
CMYK:
(0,23,30,50)
C0M23Y30K50 
(0%,23%,30%,50%)
(0.00/0.23/0.30/0.50)	

CMYK percentages

%0
%22.83
%29.92
%50.2

Codes

Color #7F6259 in popluar color models

7F6259
RGB1279889
HSL14°17.59%42.35%
HSB/HSV14°29.92%49.80%
CMYK0.00%22.83%29.92%
50.20%

Color #7F6259 in popluar number systems.

HEX7F6259
Decimal1279889
Binary111111111000101011001
Octal177142131

Shades and tints

Shades of #7F6259

#7F6259
(127,98,89)
#745A51
(116,90,81)
#695249
(105,82,73)
#5E4A41
(94,74,65)
#534239
(83,66,57)
#483A31
(72,58,49)
#3D3229
(61,50,41)
#322A21
(50,42,33)
#272219
(39,34,25)
#1C1A11
(28,26,17)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #7F6259

#7F6259
(127,98,89)
#8A7068
(138,112,104)
#957E77
(149,126,119)
#A08C86
(160,140,134)
#AB9A95
(171,154,149)
#B6A8A4
(182,168,164)
#C1B6B3
(193,182,179)
#CCC4C2
(204,196,194)
#D7D2D1
(215,210,209)
#E2E0E0
(226,224,224)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6259 color. Also use rgb(127,98,89) instead hex code.

Text Font Color

.myTextColor { color: #7F6259; }

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

This text font color is #7F6259.


Background Color

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

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

This div background color is #7F6259.


Border color

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

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

This div border color is #7F6259.


Opacity

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

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

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

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

This text has shadow with #7F6259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6259 on black background.


Color preview on white background

This text has color #7F6259 on white background.



Black color preview on #7F6259 background

This text has black color on #7F6259 background.


White color preview on #7F6259 background

This text has white color on #7F6259 background.