COLOR #7F5772

HEX: #7F5772
RGB: (127,87,114)

Color info

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

RGB color model

#7F5772 color RGB value is (127,87,114).

  • red value is 127;
  • green value is 87;
  • blue value is 114.
RGB:
(127,87,114)
(50%,34%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 87 of 255 = 34%
B 114 of 255 = 45%

127
87
114

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

Portions of RGB colors in percentages

R + G + B =
127 + 87 + 114 = 328 (100%)
R 127 of 328 ~ 38.72%
G 87 of 328 ~ 26.52%
B 114 of 328 ~ 34.76%

%38.72
%26.52
%34.76

CMYK color model

#7F5772 color CMYK value is (0,31,10,50).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 10.24%
  • key color value is 50.20%
CMYK:
(0,31,10,50)
C0M31Y10K50 
(0%,31%,10%,50%)
(0.00/0.31/0.10/0.50)	

CMYK percentages

%0
%31.5
%10.24
%50.2

Codes

Color #7F5772 in popluar color models

7F5772
RGB12787114
HSL320°18.69%41.96%
HSB/HSV320°31.50%49.80%
CMYK0.00%31.50%10.24%
50.20%

Color #7F5772 in popluar number systems.

HEX7F5772
Decimal12787114
Binary111111110101111110010
Octal177127162

Shades and tints

Shades of #7F5772

#7F5772
(127,87,114)
#745068
(116,80,104)
#69495E
(105,73,94)
#5E4254
(94,66,84)
#533B4A
(83,59,74)
#483440
(72,52,64)
#3D2D36
(61,45,54)
#32262C
(50,38,44)
#271F22
(39,31,34)
#1C1818
(28,24,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #7F5772

#7F5772
(127,87,114)
#8A667E
(138,102,126)
#95758A
(149,117,138)
#A08496
(160,132,150)
#AB93A2
(171,147,162)
#B6A2AE
(182,162,174)
#C1B1BA
(193,177,186)
#CCC0C6
(204,192,198)
#D7CFD2
(215,207,210)
#E2DEDE
(226,222,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5772 color. Also use rgb(127,87,114) instead hex code.

Text Font Color

.myTextColor { color: #7F5772; }

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

This text font color is #7F5772.


Background Color

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

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

This div background color is #7F5772.


Border color

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

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

This div border color is #7F5772.


Opacity

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

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

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

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

This text has shadow with #7F5772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5772 on black background.


Color preview on white background

This text has color #7F5772 on white background.



Black color preview on #7F5772 background

This text has black color on #7F5772 background.


White color preview on #7F5772 background

This text has white color on #7F5772 background.