COLOR #7F5059

HEX: #7F5059
RGB: (127,80,89)

Color info

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

RGB color model

#7F5059 color RGB value is (127,80,89).

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

RGB channels and saturation

R 127 of 255 = 50%
G 80 of 255 = 31%
B 89 of 255 = 35%

127
80
89

R + G + B ~ 39%. #7F5059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 80 + 89 = 296 (100%)
R 127 of 296 ~ 42.91%
G 80 of 296 ~ 27.03%
B 89 of 296 ~ 30.07%

%42.91
%27.03
%30.07

CMYK color model

#7F5059 color CMYK value is (0,37,30,50).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 29.92%
  • key color value is 50.20%
CMYK:
(0,37,30,50)
C0M37Y30K50 
(0%,37%,30%,50%)
(0.00/0.37/0.30/0.50)	

CMYK percentages

%0
%37.01
%29.92
%50.2

Codes

Color #7F5059 in popluar color models

7F5059
RGB1278089
HSL349°22.71%40.59%
HSB/HSV349°37.01%49.80%
CMYK0.00%37.01%29.92%
50.20%

Color #7F5059 in popluar number systems.

HEX7F5059
Decimal1278089
Binary111111110100001011001
Octal177120131

Shades and tints

Shades of #7F5059

#7F5059
(127,80,89)
#744951
(116,73,81)
#694249
(105,66,73)
#5E3B41
(94,59,65)
#533439
(83,52,57)
#482D31
(72,45,49)
#3D2629
(61,38,41)
#321F21
(50,31,33)
#271819
(39,24,25)
#1C1111
(28,17,17)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #7F5059

#7F5059
(127,80,89)
#8A5F68
(138,95,104)
#956E77
(149,110,119)
#A07D86
(160,125,134)
#AB8C95
(171,140,149)
#B69BA4
(182,155,164)
#C1AAB3
(193,170,179)
#CCB9C2
(204,185,194)
#D7C8D1
(215,200,209)
#E2D7E0
(226,215,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5059; }

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

This text font color is #7F5059.


Background Color

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

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

This div background color is #7F5059.


Border color

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

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

This div border color is #7F5059.


Opacity

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

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

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

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

This text has shadow with #7F5059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5059 on black background.


Color preview on white background

This text has color #7F5059 on white background.



Black color preview on #7F5059 background

This text has black color on #7F5059 background.


White color preview on #7F5059 background

This text has white color on #7F5059 background.