COLOR #7F6387

HEX: #7F6387
RGB: (127,99,135)

Color info

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

RGB color model

#7F6387 color RGB value is (127,99,135).

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

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 135 of 255 = 53%

127
99
135

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 135 = 361 (100%)
R 127 of 361 ~ 35.18%
G 99 of 361 ~ 27.42%
B 135 of 361 ~ 37.4%

%35.18
%27.42
%37.4

CMYK color model

#7F6387 color CMYK value is (6,27,0,47).

  • cyan value is 5.93%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(6,27,0,47)
C6M27Y0K47 
(6%,27%,0%,47%)
(0.06/0.27/0.00/0.47)	

CMYK percentages

%5.93
%26.67
%0
%47.06

Codes

Color #7F6387 in popluar color models

7F6387
RGB12799135
HSL287°15.38%45.88%
HSB/HSV287°26.67%52.94%
CMYK5.93%26.67%0.00%
47.06%

Color #7F6387 in popluar number systems.

HEX7F6387
Decimal12799135
Binary1111111110001110000111
Octal177143207

Shades and tints

Shades of #7F6387

#7F6387
(127,99,135)
#745A7B
(116,90,123)
#69516F
(105,81,111)
#5E4863
(94,72,99)
#533F57
(83,63,87)
#48364B
(72,54,75)
#3D2D3F
(61,45,63)
#322433
(50,36,51)
#271B27
(39,27,39)
#1C121B
(28,18,27)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #7F6387

#7F6387
(127,99,135)
#8A7191
(138,113,145)
#957F9B
(149,127,155)
#A08DA5
(160,141,165)
#AB9BAF
(171,155,175)
#B6A9B9
(182,169,185)
#C1B7C3
(193,183,195)
#CCC5CD
(204,197,205)
#D7D3D7
(215,211,215)
#E2E1E1
(226,225,225)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6387; }

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

This text font color is #7F6387.


Background Color

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

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

This div background color is #7F6387.


Border color

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

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

This div border color is #7F6387.


Opacity

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

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

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

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

This text has shadow with #7F6387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6387 on black background.


Color preview on white background

This text has color #7F6387 on white background.



Black color preview on #7F6387 background

This text has black color on #7F6387 background.


White color preview on #7F6387 background

This text has white color on #7F6387 background.