COLOR #7F5C6E

HEX: #7F5C6E
RGB: (127,92,110)

Color info

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

RGB color model

#7F5C6E color RGB value is (127,92,110).

  • red value is 127;
  • green value is 92;
  • blue value is 110.
RGB:
(127,92,110)
(50%,36%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 92 of 255 = 36%
B 110 of 255 = 43%

127
92
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 92 + 110 = 329 (100%)
R 127 of 329 ~ 38.6%
G 92 of 329 ~ 27.96%
B 110 of 329 ~ 33.43%

%38.6
%27.96
%33.43

CMYK color model

#7F5C6E color CMYK value is (0,28,13,50).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 13.39%
  • key color value is 50.20%
CMYK:
(0,28,13,50)
C0M28Y13K50 
(0%,28%,13%,50%)
(0.00/0.28/0.13/0.50)	

CMYK percentages

%0
%27.56
%13.39
%50.2

Codes

Color #7F5C6E in popluar color models

7F5C6E
RGB12792110
HSL329°15.98%42.94%
HSB/HSV329°27.56%49.80%
CMYK0.00%27.56%13.39%
50.20%

Color #7F5C6E in popluar number systems.

HEX7F5C6E
Decimal12792110
Binary111111110111001101110
Octal177134156

Shades and tints

Shades of #7F5C6E

#7F5C6E
(127,92,110)
#745464
(116,84,100)
#694C5A
(105,76,90)
#5E4450
(94,68,80)
#533C46
(83,60,70)
#48343C
(72,52,60)
#3D2C32
(61,44,50)
#322428
(50,36,40)
#271C1E
(39,28,30)
#1C1414
(28,20,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #7F5C6E

#7F5C6E
(127,92,110)
#8A6A7B
(138,106,123)
#957888
(149,120,136)
#A08695
(160,134,149)
#AB94A2
(171,148,162)
#B6A2AF
(182,162,175)
#C1B0BC
(193,176,188)
#CCBEC9
(204,190,201)
#D7CCD6
(215,204,214)
#E2DAE3
(226,218,227)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5C6E color. Also use rgb(127,92,110) instead hex code.

Text Font Color

.myTextColor { color: #7F5C6E; }

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

This text font color is #7F5C6E.


Background Color

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

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

This div background color is #7F5C6E.


Border color

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

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

This div border color is #7F5C6E.


Opacity

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

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

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

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

This text has shadow with #7F5C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5C6E on black background.


Color preview on white background

This text has color #7F5C6E on white background.



Black color preview on #7F5C6E background

This text has black color on #7F5C6E background.


White color preview on #7F5C6E background

This text has white color on #7F5C6E background.