COLOR #7F5467

HEX: #7F5467
RGB: (127,84,103)

Color info

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

RGB color model

#7F5467 color RGB value is (127,84,103).

  • red value is 127;
  • green value is 84;
  • blue value is 103.
RGB:
(127,84,103)
(50%,33%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 84 of 255 = 33%
B 103 of 255 = 40%

127
84
103

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

Portions of RGB colors in percentages

R + G + B =
127 + 84 + 103 = 314 (100%)
R 127 of 314 ~ 40.45%
G 84 of 314 ~ 26.75%
B 103 of 314 ~ 32.8%

%40.45
%26.75
%32.8

CMYK color model

#7F5467 color CMYK value is (0,34,19,50).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 18.90%
  • key color value is 50.20%
CMYK:
(0,34,19,50)
C0M34Y19K50 
(0%,34%,19%,50%)
(0.00/0.34/0.19/0.50)	

CMYK percentages

%0
%33.86
%18.9
%50.2

Codes

Color #7F5467 in popluar color models

7F5467
RGB12784103
HSL333°20.38%41.37%
HSB/HSV333°33.86%49.80%
CMYK0.00%33.86%18.90%
50.20%

Color #7F5467 in popluar number systems.

HEX7F5467
Decimal12784103
Binary111111110101001100111
Octal177124147

Shades and tints

Shades of #7F5467

#7F5467
(127,84,103)
#744D5E
(116,77,94)
#694655
(105,70,85)
#5E3F4C
(94,63,76)
#533843
(83,56,67)
#48313A
(72,49,58)
#3D2A31
(61,42,49)
#322328
(50,35,40)
#271C1F
(39,28,31)
#1C1516
(28,21,22)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #7F5467

#7F5467
(127,84,103)
#8A6374
(138,99,116)
#957281
(149,114,129)
#A0818E
(160,129,142)
#AB909B
(171,144,155)
#B69FA8
(182,159,168)
#C1AEB5
(193,174,181)
#CCBDC2
(204,189,194)
#D7CCCF
(215,204,207)
#E2DBDC
(226,219,220)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5467 color. Also use rgb(127,84,103) instead hex code.

Text Font Color

.myTextColor { color: #7F5467; }

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

This text font color is #7F5467.


Background Color

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

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

This div background color is #7F5467.


Border color

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

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

This div border color is #7F5467.


Opacity

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

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

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

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

This text has shadow with #7F5467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5467 on black background.


Color preview on white background

This text has color #7F5467 on white background.



Black color preview on #7F5467 background

This text has black color on #7F5467 background.


White color preview on #7F5467 background

This text has white color on #7F5467 background.