COLOR #7F567D

HEX: #7F567D
RGB: (127,86,125)

Color info

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

RGB color model

#7F567D color RGB value is (127,86,125).

  • red value is 127;
  • green value is 86;
  • blue value is 125.
RGB:
(127,86,125)
(50%,34%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 125 of 255 = 49%

127
86
125

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

Portions of RGB colors in percentages

R + G + B =
127 + 86 + 125 = 338 (100%)
R 127 of 338 ~ 37.57%
G 86 of 338 ~ 25.44%
B 125 of 338 ~ 36.98%

%37.57
%25.44
%36.98

CMYK color model

#7F567D color CMYK value is (0,32,2,50).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 1.57%
  • key color value is 50.20%
CMYK:
(0,32,2,50)
C0M32Y2K50 
(0%,32%,2%,50%)
(0.00/0.32/0.02/0.50)	

CMYK percentages

%0
%32.28
%1.57
%50.2

Codes

Color #7F567D in popluar color models

7F567D
RGB12786125
HSL303°19.25%41.76%
HSB/HSV303°32.28%49.80%
CMYK0.00%32.28%1.57%
50.20%

Color #7F567D in popluar number systems.

HEX7F567D
Decimal12786125
Binary111111110101101111101
Octal177126175

Shades and tints

Shades of #7F567D

#7F567D
(127,86,125)
#744F72
(116,79,114)
#694867
(105,72,103)
#5E415C
(94,65,92)
#533A51
(83,58,81)
#483346
(72,51,70)
#3D2C3B
(61,44,59)
#322530
(50,37,48)
#271E25
(39,30,37)
#1C171A
(28,23,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7F567D

#7F567D
(127,86,125)
#8A6588
(138,101,136)
#957493
(149,116,147)
#A0839E
(160,131,158)
#AB92A9
(171,146,169)
#B6A1B4
(182,161,180)
#C1B0BF
(193,176,191)
#CCBFCA
(204,191,202)
#D7CED5
(215,206,213)
#E2DDE0
(226,221,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F567D color. Also use rgb(127,86,125) instead hex code.

Text Font Color

.myTextColor { color: #7F567D; }

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

This text font color is #7F567D.


Background Color

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

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

This div background color is #7F567D.


Border color

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

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

This div border color is #7F567D.


Opacity

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

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

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

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

This text has shadow with #7F567D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F567D on black background.


Color preview on white background

This text has color #7F567D on white background.



Black color preview on #7F567D background

This text has black color on #7F567D background.


White color preview on #7F567D background

This text has white color on #7F567D background.