COLOR #7F5676

HEX: #7F5676
RGB: (127,86,118)

Color info

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

RGB color model

#7F5676 color RGB value is (127,86,118).

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

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 118 of 255 = 46%

127
86
118

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

Portions of RGB colors in percentages

R + G + B =
127 + 86 + 118 = 331 (100%)
R 127 of 331 ~ 38.37%
G 86 of 331 ~ 25.98%
B 118 of 331 ~ 35.65%

%38.37
%25.98
%35.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 7.09%
  • key color value is 50.20%
CMYK: (0,32,7,50) C0M32Y7K50 (0%,32%,7%,50%) (0.00/0.32/0.07/0.50)

CMYK percentages

%0
%32.28
%7.09
%50.2

Codes

Color #7F5676 in popluar color models

7F5676
RGB12786118
HSL313°19.25%41.76%
HSB/HSV313°32.28%49.80%
CMYK0.00%32.28%7.09%
50.20%

Color #7F5676 in popluar number systems.

HEX7F5676
Decimal12786118
Binary111111110101101110110
Octal177126166

Shades and tints

Shades of #7F5676

#7F5676
(127,86,118)
#744F6C
(116,79,108)
#694862
(105,72,98)
#5E4158
(94,65,88)
#533A4E
(83,58,78)
#483344
(72,51,68)
#3D2C3A
(61,44,58)
#322530
(50,37,48)
#271E26
(39,30,38)
#1C171C
(28,23,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7F5676

#7F5676
(127,86,118)
#8A6582
(138,101,130)
#95748E
(149,116,142)
#A0839A
(160,131,154)
#AB92A6
(171,146,166)
#B6A1B2
(182,161,178)
#C1B0BE
(193,176,190)
#CCBFCA
(204,191,202)
#D7CED6
(215,206,214)
#E2DDE2
(226,221,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5676; }

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

This text font color is #7F5676.


Background Color

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

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

This div background color is #7F5676.


Border color

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

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

This div border color is #7F5676.


Opacity

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

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

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

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

This text has shadow with #7F5676 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F5676 on black background.


Color preview on white background

This text has color #7F5676 on white background.



Black color preview on #7F5676 background

This text has black color on #7F5676 background.


White color preview on #7F5676 background

This text has white color on #7F5676 background.