COLOR #7F596F

HEX: #7F596F
RGB: (127,89,111)

Color info

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

RGB color model

#7F596F color RGB value is (127,89,111).

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

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 111 of 255 = 44%

127
89
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 89 + 111 = 327 (100%)
R 127 of 327 ~ 38.84%
G 89 of 327 ~ 27.22%
B 111 of 327 ~ 33.94%

%38.84
%27.22
%33.94

CMYK color model

#7F596F color CMYK value is (0,30,13,50).

  • cyan value is 0.00%
  • magenta value is 29.92%
  • yellow value is 12.60%
  • key color value is 50.20%
CMYK:
(0,30,13,50)
C0M30Y13K50 
(0%,30%,13%,50%)
(0.00/0.30/0.13/0.50)	

CMYK percentages

%0
%29.92
%12.6
%50.2

Codes

Color #7F596F in popluar color models

7F596F
RGB12789111
HSL325°17.59%42.35%
HSB/HSV325°29.92%49.80%
CMYK0.00%29.92%12.60%
50.20%

Color #7F596F in popluar number systems.

HEX7F596F
Decimal12789111
Binary111111110110011101111
Octal177131157

Shades and tints

Shades of #7F596F

#7F596F
(127,89,111)
#745165
(116,81,101)
#69495B
(105,73,91)
#5E4151
(94,65,81)
#533947
(83,57,71)
#48313D
(72,49,61)
#3D2933
(61,41,51)
#322129
(50,33,41)
#27191F
(39,25,31)
#1C1115
(28,17,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #7F596F

#7F596F
(127,89,111)
#8A687C
(138,104,124)
#957789
(149,119,137)
#A08696
(160,134,150)
#AB95A3
(171,149,163)
#B6A4B0
(182,164,176)
#C1B3BD
(193,179,189)
#CCC2CA
(204,194,202)
#D7D1D7
(215,209,215)
#E2E0E4
(226,224,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F596F; }

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

This text font color is #7F596F.


Background Color

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

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

This div background color is #7F596F.


Border color

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

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

This div border color is #7F596F.


Opacity

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

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

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

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

This text has shadow with #7F596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F596F on black background.


Color preview on white background

This text has color #7F596F on white background.



Black color preview on #7F596F background

This text has black color on #7F596F background.


White color preview on #7F596F background

This text has white color on #7F596F background.