COLOR #7F6087

HEX: #7F6087
RGB: (127,96,135)

Color info

#7F6087 contains red, green and blue colors in about the same proportion. Web safe color of #7F6087 is #666699 (or #669).

RGB color model

#7F6087 color RGB value is (127,96,135).

  • red value is 127;
  • green value is 96;
  • blue value is 135.
RGB:
(127,96,135)
(50%,38%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 135 of 255 = 53%

127
96
135

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

Portions of RGB colors in percentages

R + G + B =
127 + 96 + 135 = 358 (100%)
R 127 of 358 ~ 35.47%
G 96 of 358 ~ 26.82%
B 135 of 358 ~ 37.71%

%35.47
%26.82
%37.71

CMYK color model

#7F6087 color CMYK value is (6,29,0,47).

  • cyan value is 5.93%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(6,29,0,47)
C6M29Y0K47 
(6%,29%,0%,47%)
(0.06/0.29/0.00/0.47)	

CMYK percentages

%5.93
%28.89
%0
%47.06

Codes

Color #7F6087 in popluar color models

7F6087
RGB12796135
HSL288°16.88%45.29%
HSB/HSV288°28.89%52.94%
CMYK5.93%28.89%0.00%
47.06%

Color #7F6087 in popluar number systems.

HEX7F6087
Decimal12796135
Binary1111111110000010000111
Octal177140207

Shades and tints

Shades of #7F6087

#7F6087
(127,96,135)
#74587B
(116,88,123)
#69506F
(105,80,111)
#5E4863
(94,72,99)
#534057
(83,64,87)
#48384B
(72,56,75)
#3D303F
(61,48,63)
#322833
(50,40,51)
#272027
(39,32,39)
#1C181B
(28,24,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7F6087

#7F6087
(127,96,135)
#8A6E91
(138,110,145)
#957C9B
(149,124,155)
#A08AA5
(160,138,165)
#AB98AF
(171,152,175)
#B6A6B9
(182,166,185)
#C1B4C3
(193,180,195)
#CCC2CD
(204,194,205)
#D7D0D7
(215,208,215)
#E2DEE1
(226,222,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6087 color. Also use rgb(127,96,135) instead hex code.

Text Font Color

.myTextColor { color: #7F6087; }

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

This text font color is #7F6087.


Background Color

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

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

This div background color is #7F6087.


Border color

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

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

This div border color is #7F6087.


Opacity

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

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

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

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

This text has shadow with #7F6087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6087 on black background.


Color preview on white background

This text has color #7F6087 on white background.



Black color preview on #7F6087 background

This text has black color on #7F6087 background.


White color preview on #7F6087 background

This text has white color on #7F6087 background.