COLOR #7F5867

HEX: #7F5867
RGB: (127,88,103)

Color info

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

RGB color model

#7F5867 color RGB value is (127,88,103).

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

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 103 of 255 = 40%

127
88
103

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

Portions of RGB colors in percentages

R + G + B =
127 + 88 + 103 = 318 (100%)
R 127 of 318 ~ 39.94%
G 88 of 318 ~ 27.67%
B 103 of 318 ~ 32.39%

%39.94
%27.67
%32.39

CMYK color model

#7F5867 color CMYK value is (0,31,19,50).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 18.90%
  • key color value is 50.20%
CMYK:
(0,31,19,50)
C0M31Y19K50 
(0%,31%,19%,50%)
(0.00/0.31/0.19/0.50)	

CMYK percentages

%0
%30.71
%18.9
%50.2

Codes

Color #7F5867 in popluar color models

7F5867
RGB12788103
HSL337°18.14%42.16%
HSB/HSV337°30.71%49.80%
CMYK0.00%30.71%18.90%
50.20%

Color #7F5867 in popluar number systems.

HEX7F5867
Decimal12788103
Binary111111110110001100111
Octal177130147

Shades and tints

Shades of #7F5867

#7F5867
(127,88,103)
#74505E
(116,80,94)
#694855
(105,72,85)
#5E404C
(94,64,76)
#533843
(83,56,67)
#48303A
(72,48,58)
#3D2831
(61,40,49)
#322028
(50,32,40)
#27181F
(39,24,31)
#1C1016
(28,16,22)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #7F5867

#7F5867
(127,88,103)
#8A6774
(138,103,116)
#957681
(149,118,129)
#A0858E
(160,133,142)
#AB949B
(171,148,155)
#B6A3A8
(182,163,168)
#C1B2B5
(193,178,181)
#CCC1C2
(204,193,194)
#D7D0CF
(215,208,207)
#E2DFDC
(226,223,220)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5867; }

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

This text font color is #7F5867.


Background Color

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

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

This div background color is #7F5867.


Border color

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

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

This div border color is #7F5867.


Opacity

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

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

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

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

This text has shadow with #7F5867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5867 on black background.


Color preview on white background

This text has color #7F5867 on white background.



Black color preview on #7F5867 background

This text has black color on #7F5867 background.


White color preview on #7F5867 background

This text has white color on #7F5867 background.