COLOR #7F5075

HEX: #7F5075
RGB: (127,80,117)

Color info

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

RGB color model

#7F5075 color RGB value is (127,80,117).

  • red value is 127;
  • green value is 80;
  • blue value is 117.
RGB:
(127,80,117)
(50%,31%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 80 of 255 = 31%
B 117 of 255 = 46%

127
80
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 80 + 117 = 324 (100%)
R 127 of 324 ~ 39.2%
G 80 of 324 ~ 24.69%
B 117 of 324 ~ 36.11%

%39.2
%24.69
%36.11

CMYK color model

#7F5075 color CMYK value is (0,37,8,50).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 7.87%
  • key color value is 50.20%
CMYK:
(0,37,8,50)
C0M37Y8K50 
(0%,37%,8%,50%)
(0.00/0.37/0.08/0.50)	

CMYK percentages

%0
%37.01
%7.87
%50.2

Codes

Color #7F5075 in popluar color models

7F5075
RGB12780117
HSL313°22.71%40.59%
HSB/HSV313°37.01%49.80%
CMYK0.00%37.01%7.87%
50.20%

Color #7F5075 in popluar number systems.

HEX7F5075
Decimal12780117
Binary111111110100001110101
Octal177120165

Shades and tints

Shades of #7F5075

#7F5075
(127,80,117)
#74496B
(116,73,107)
#694261
(105,66,97)
#5E3B57
(94,59,87)
#53344D
(83,52,77)
#482D43
(72,45,67)
#3D2639
(61,38,57)
#321F2F
(50,31,47)
#271825
(39,24,37)
#1C111B
(28,17,27)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #7F5075

#7F5075
(127,80,117)
#8A5F81
(138,95,129)
#956E8D
(149,110,141)
#A07D99
(160,125,153)
#AB8CA5
(171,140,165)
#B69BB1
(182,155,177)
#C1AABD
(193,170,189)
#CCB9C9
(204,185,201)
#D7C8D5
(215,200,213)
#E2D7E1
(226,215,225)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5075 color. Also use rgb(127,80,117) instead hex code.

Text Font Color

.myTextColor { color: #7F5075; }

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

This text font color is #7F5075.


Background Color

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

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

This div background color is #7F5075.


Border color

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

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

This div border color is #7F5075.


Opacity

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

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

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

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

This text has shadow with #7F5075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5075 on black background.


Color preview on white background

This text has color #7F5075 on white background.



Black color preview on #7F5075 background

This text has black color on #7F5075 background.


White color preview on #7F5075 background

This text has white color on #7F5075 background.