COLOR #7F5154

HEX: #7F5154
RGB: (127,81,84)

Color info

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

RGB color model

#7F5154 color RGB value is (127,81,84).

  • red value is 127;
  • green value is 81;
  • blue value is 84.
RGB:
(127,81,84)
(50%,32%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 81 of 255 = 32%
B 84 of 255 = 33%

127
81
84

R + G + B ~ 38%. #7F5154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 81 + 84 = 292 (100%)
R 127 of 292 ~ 43.49%
G 81 of 292 ~ 27.74%
B 84 of 292 ~ 28.77%

%43.49
%27.74
%28.77

CMYK color model

#7F5154 color CMYK value is (0,36,34,50).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 33.86%
  • key color value is 50.20%
CMYK:
(0,36,34,50)
C0M36Y34K50 
(0%,36%,34%,50%)
(0.00/0.36/0.34/0.50)	

CMYK percentages

%0
%36.22
%33.86
%50.2

Codes

Color #7F5154 in popluar color models

7F5154
RGB1278184
HSL356°22.12%40.78%
HSB/HSV356°36.22%49.80%
CMYK0.00%36.22%33.86%
50.20%

Color #7F5154 in popluar number systems.

HEX7F5154
Decimal1278184
Binary111111110100011010100
Octal177121124

Shades and tints

Shades of #7F5154

#7F5154
(127,81,84)
#744A4D
(116,74,77)
#694346
(105,67,70)
#5E3C3F
(94,60,63)
#533538
(83,53,56)
#482E31
(72,46,49)
#3D272A
(61,39,42)
#322023
(50,32,35)
#27191C
(39,25,28)
#1C1215
(28,18,21)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #7F5154

#7F5154
(127,81,84)
#8A6063
(138,96,99)
#956F72
(149,111,114)
#A07E81
(160,126,129)
#AB8D90
(171,141,144)
#B69C9F
(182,156,159)
#C1ABAE
(193,171,174)
#CCBABD
(204,186,189)
#D7C9CC
(215,201,204)
#E2D8DB
(226,216,219)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5154 color. Also use rgb(127,81,84) instead hex code.

Text Font Color

.myTextColor { color: #7F5154; }

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

This text font color is #7F5154.


Background Color

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

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

This div background color is #7F5154.


Border color

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

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

This div border color is #7F5154.


Opacity

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

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

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

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

This text has shadow with #7F5154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5154 on black background.


Color preview on white background

This text has color #7F5154 on white background.



Black color preview on #7F5154 background

This text has black color on #7F5154 background.


White color preview on #7F5154 background

This text has white color on #7F5154 background.