COLOR #7F5E82

HEX: #7F5E82
RGB: (127,94,130)

Color info

#7F5E82 contains red, green and blue colors in about the same proportion. Web safe color of #7F5E82 is #666699 (or #669).

RGB color model

#7F5E82 color RGB value is (127,94,130).

  • red value is 127;
  • green value is 94;
  • blue value is 130.
RGB:
(127,94,130)
(50%,37%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 94 of 255 = 37%
B 130 of 255 = 51%

127
94
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 94 + 130 = 351 (100%)
R 127 of 351 ~ 36.18%
G 94 of 351 ~ 26.78%
B 130 of 351 ~ 37.04%

%36.18
%26.78
%37.04

CMYK color model

#7F5E82 color CMYK value is (2,28,0,49).

  • cyan value is 2.31%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,28,0,49)
C2M28Y0K49 
(2%,28%,0%,49%)
(0.02/0.28/0.00/0.49)	

CMYK percentages

%2.31
%27.69
%0
%49.02

Codes

Color #7F5E82 in popluar color models

7F5E82
RGB12794130
HSL295°16.07%43.92%
HSB/HSV295°27.69%50.98%
CMYK2.31%27.69%0.00%
49.02%

Color #7F5E82 in popluar number systems.

HEX7F5E82
Decimal12794130
Binary1111111101111010000010
Octal177136202

Shades and tints

Shades of #7F5E82

#7F5E82
(127,94,130)
#745677
(116,86,119)
#694E6C
(105,78,108)
#5E4661
(94,70,97)
#533E56
(83,62,86)
#48364B
(72,54,75)
#3D2E40
(61,46,64)
#322635
(50,38,53)
#271E2A
(39,30,42)
#1C161F
(28,22,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #7F5E82

#7F5E82
(127,94,130)
#8A6C8D
(138,108,141)
#957A98
(149,122,152)
#A088A3
(160,136,163)
#AB96AE
(171,150,174)
#B6A4B9
(182,164,185)
#C1B2C4
(193,178,196)
#CCC0CF
(204,192,207)
#D7CEDA
(215,206,218)
#E2DCE5
(226,220,229)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5E82 color. Also use rgb(127,94,130) instead hex code.

Text Font Color

.myTextColor { color: #7F5E82; }

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

This text font color is #7F5E82.


Background Color

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

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

This div background color is #7F5E82.


Border color

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

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

This div border color is #7F5E82.


Opacity

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

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

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

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

This text has shadow with #7F5E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5E82 on black background.


Color preview on white background

This text has color #7F5E82 on white background.



Black color preview on #7F5E82 background

This text has black color on #7F5E82 background.


White color preview on #7F5E82 background

This text has white color on #7F5E82 background.