COLOR #7F5861

HEX: #7F5861
RGB: (127,88,97)

Color info

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

RGB color model

#7F5861 color RGB value is (127,88,97).

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

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 97 of 255 = 38%

127
88
97

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

Portions of RGB colors in percentages

R + G + B =
127 + 88 + 97 = 312 (100%)
R 127 of 312 ~ 40.71%
G 88 of 312 ~ 28.21%
B 97 of 312 ~ 31.09%

%40.71
%28.21
%31.09

CMYK color model

#7F5861 color CMYK value is (0,31,24,50).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(0,31,24,50)
C0M31Y24K50 
(0%,31%,24%,50%)
(0.00/0.31/0.24/0.50)	

CMYK percentages

%0
%30.71
%23.62
%50.2

Codes

Color #7F5861 in popluar color models

7F5861
RGB1278897
HSL346°18.14%42.16%
HSB/HSV346°30.71%49.80%
CMYK0.00%30.71%23.62%
50.20%

Color #7F5861 in popluar number systems.

HEX7F5861
Decimal1278897
Binary111111110110001100001
Octal177130141

Shades and tints

Shades of #7F5861

#7F5861
(127,88,97)
#745059
(116,80,89)
#694851
(105,72,81)
#5E4049
(94,64,73)
#533841
(83,56,65)
#483039
(72,48,57)
#3D2831
(61,40,49)
#322029
(50,32,41)
#271821
(39,24,33)
#1C1019
(28,16,25)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #7F5861

#7F5861
(127,88,97)
#8A676F
(138,103,111)
#95767D
(149,118,125)
#A0858B
(160,133,139)
#AB9499
(171,148,153)
#B6A3A7
(182,163,167)
#C1B2B5
(193,178,181)
#CCC1C3
(204,193,195)
#D7D0D1
(215,208,209)
#E2DFDF
(226,223,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5861; }

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

This text font color is #7F5861.


Background Color

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

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

This div background color is #7F5861.


Border color

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

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

This div border color is #7F5861.


Opacity

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

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

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

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

This text has shadow with #7F5861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5861 on black background.


Color preview on white background

This text has color #7F5861 on white background.



Black color preview on #7F5861 background

This text has black color on #7F5861 background.


White color preview on #7F5861 background

This text has white color on #7F5861 background.