COLOR #7F5976

HEX: #7F5976
RGB: (127,89,118)

Color info

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

RGB color model

#7F5976 color RGB value is (127,89,118).

  • red value is 127;
  • green value is 89;
  • blue value is 118.
RGB:
(127,89,118)
(50%,35%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 118 of 255 = 46%

127
89
118

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

Portions of RGB colors in percentages

R + G + B =
127 + 89 + 118 = 334 (100%)
R 127 of 334 ~ 38.02%
G 89 of 334 ~ 26.65%
B 118 of 334 ~ 35.33%

%38.02
%26.65
%35.33

CMYK color model

#7F5976 color CMYK value is (0,30,7,50).

  • cyan value is 0.00%
  • magenta value is 29.92%
  • yellow value is 7.09%
  • key color value is 50.20%
CMYK:
(0,30,7,50)
C0M30Y7K50 
(0%,30%,7%,50%)
(0.00/0.30/0.07/0.50)	

CMYK percentages

%0
%29.92
%7.09
%50.2

Codes

Color #7F5976 in popluar color models

7F5976
RGB12789118
HSL314°17.59%42.35%
HSB/HSV314°29.92%49.80%
CMYK0.00%29.92%7.09%
50.20%

Color #7F5976 in popluar number systems.

HEX7F5976
Decimal12789118
Binary111111110110011110110
Octal177131166

Shades and tints

Shades of #7F5976

#7F5976
(127,89,118)
#74516C
(116,81,108)
#694962
(105,73,98)
#5E4158
(94,65,88)
#53394E
(83,57,78)
#483144
(72,49,68)
#3D293A
(61,41,58)
#322130
(50,33,48)
#271926
(39,25,38)
#1C111C
(28,17,28)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #7F5976

#7F5976
(127,89,118)
#8A6882
(138,104,130)
#95778E
(149,119,142)
#A0869A
(160,134,154)
#AB95A6
(171,149,166)
#B6A4B2
(182,164,178)
#C1B3BE
(193,179,190)
#CCC2CA
(204,194,202)
#D7D1D6
(215,209,214)
#E2E0E2
(226,224,226)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5976 color. Also use rgb(127,89,118) instead hex code.

Text Font Color

.myTextColor { color: #7F5976; }

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

This text font color is #7F5976.


Background Color

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

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

This div background color is #7F5976.


Border color

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

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

This div border color is #7F5976.


Opacity

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

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

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

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

This text has shadow with #7F5976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5976 on black background.


Color preview on white background

This text has color #7F5976 on white background.



Black color preview on #7F5976 background

This text has black color on #7F5976 background.


White color preview on #7F5976 background

This text has white color on #7F5976 background.