COLOR #7F5F7E

HEX: #7F5F7E
RGB: (127,95,126)

Color info

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

RGB color model

#7F5F7E color RGB value is (127,95,126).

  • red value is 127;
  • green value is 95;
  • blue value is 126.
RGB:
(127,95,126)
(50%,37%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 126 of 255 = 49%

127
95
126

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

Portions of RGB colors in percentages

R + G + B =
127 + 95 + 126 = 348 (100%)
R 127 of 348 ~ 36.49%
G 95 of 348 ~ 27.3%
B 126 of 348 ~ 36.21%

%36.49
%27.3
%36.21

CMYK color model

#7F5F7E color CMYK value is (0,25,1,50).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 0.79%
  • key color value is 50.20%
CMYK:
(0,25,1,50)
C0M25Y1K50 
(0%,25%,1%,50%)
(0.00/0.25/0.01/0.50)	

CMYK percentages

%0
%25.2
%0.79
%50.2

Codes

Color #7F5F7E in popluar color models

7F5F7E
RGB12795126
HSL302°14.41%43.53%
HSB/HSV302°25.20%49.80%
CMYK0.00%25.20%0.79%
50.20%

Color #7F5F7E in popluar number systems.

HEX7F5F7E
Decimal12795126
Binary111111110111111111110
Octal177137176

Shades and tints

Shades of #7F5F7E

#7F5F7E
(127,95,126)
#745773
(116,87,115)
#694F68
(105,79,104)
#5E475D
(94,71,93)
#533F52
(83,63,82)
#483747
(72,55,71)
#3D2F3C
(61,47,60)
#322731
(50,39,49)
#271F26
(39,31,38)
#1C171B
(28,23,27)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F5F7E

#7F5F7E
(127,95,126)
#8A6D89
(138,109,137)
#957B94
(149,123,148)
#A0899F
(160,137,159)
#AB97AA
(171,151,170)
#B6A5B5
(182,165,181)
#C1B3C0
(193,179,192)
#CCC1CB
(204,193,203)
#D7CFD6
(215,207,214)
#E2DDE1
(226,221,225)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5F7E color. Also use rgb(127,95,126) instead hex code.

Text Font Color

.myTextColor { color: #7F5F7E; }

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

This text font color is #7F5F7E.


Background Color

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

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

This div background color is #7F5F7E.


Border color

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

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

This div border color is #7F5F7E.


Opacity

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

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

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

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

This text has shadow with #7F5F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5F7E on black background.


Color preview on white background

This text has color #7F5F7E on white background.



Black color preview on #7F5F7E background

This text has black color on #7F5F7E background.


White color preview on #7F5F7E background

This text has white color on #7F5F7E background.