COLOR #7F7C59

HEX: #7F7C59
RGB: (127,124,89)

Color info

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

RGB color model

#7F7C59 color RGB value is (127,124,89).

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

RGB channels and saturation

R 127 of 255 = 50%
G 124 of 255 = 49%
B 89 of 255 = 35%

127
124
89

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

Portions of RGB colors in percentages

R + G + B =
127 + 124 + 89 = 340 (100%)
R 127 of 340 ~ 37.35%
G 124 of 340 ~ 36.47%
B 89 of 340 ~ 26.18%

%37.35
%36.47
%26.18

CMYK color model

#7F7C59 color CMYK value is (0,2,30,50).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 29.92%
  • key color value is 50.20%
CMYK:
(0,2,30,50)
C0M2Y30K50 
(0%,2%,30%,50%)
(0.00/0.02/0.30/0.50)	

CMYK percentages

%0
%2.36
%29.92
%50.2

Codes

Color #7F7C59 in popluar color models

7F7C59
RGB12712489
HSL55°17.59%42.35%
HSB/HSV55°29.92%49.80%
CMYK0.00%2.36%29.92%
50.20%

Color #7F7C59 in popluar number systems.

HEX7F7C59
Decimal12712489
Binary111111111111001011001
Octal177174131

Shades and tints

Shades of #7F7C59

#7F7C59
(127,124,89)
#747151
(116,113,81)
#696649
(105,102,73)
#5E5B41
(94,91,65)
#535039
(83,80,57)
#484531
(72,69,49)
#3D3A29
(61,58,41)
#322F21
(50,47,33)
#272419
(39,36,25)
#1C1911
(28,25,17)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #7F7C59

#7F7C59
(127,124,89)
#8A8768
(138,135,104)
#959277
(149,146,119)
#A09D86
(160,157,134)
#ABA895
(171,168,149)
#B6B3A4
(182,179,164)
#C1BEB3
(193,190,179)
#CCC9C2
(204,201,194)
#D7D4D1
(215,212,209)
#E2DFE0
(226,223,224)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7C59; }

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

This text font color is #7F7C59.


Background Color

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

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

This div background color is #7F7C59.


Border color

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

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

This div border color is #7F7C59.


Opacity

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

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

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

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

This text has shadow with #7F7C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C59 on black background.


Color preview on white background

This text has color #7F7C59 on white background.



Black color preview on #7F7C59 background

This text has black color on #7F7C59 background.


White color preview on #7F7C59 background

This text has white color on #7F7C59 background.