COLOR #7F566C

HEX: #7F566C
RGB: (127,86,108)

Color info

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

RGB color model

#7F566C color RGB value is (127,86,108).

  • red value is 127;
  • green value is 86;
  • blue value is 108.
RGB:
(127,86,108)
(50%,34%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 108 of 255 = 42%

127
86
108

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

Portions of RGB colors in percentages

R + G + B =
127 + 86 + 108 = 321 (100%)
R 127 of 321 ~ 39.56%
G 86 of 321 ~ 26.79%
B 108 of 321 ~ 33.64%

%39.56
%26.79
%33.64

CMYK color model

#7F566C color CMYK value is (0,32,15,50).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 14.96%
  • key color value is 50.20%
CMYK:
(0,32,15,50)
C0M32Y15K50 
(0%,32%,15%,50%)
(0.00/0.32/0.15/0.50)	

CMYK percentages

%0
%32.28
%14.96
%50.2

Codes

Color #7F566C in popluar color models

7F566C
RGB12786108
HSL328°19.25%41.76%
HSB/HSV328°32.28%49.80%
CMYK0.00%32.28%14.96%
50.20%

Color #7F566C in popluar number systems.

HEX7F566C
Decimal12786108
Binary111111110101101101100
Octal177126154

Shades and tints

Shades of #7F566C

#7F566C
(127,86,108)
#744F63
(116,79,99)
#69485A
(105,72,90)
#5E4151
(94,65,81)
#533A48
(83,58,72)
#48333F
(72,51,63)
#3D2C36
(61,44,54)
#32252D
(50,37,45)
#271E24
(39,30,36)
#1C171B
(28,23,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7F566C

#7F566C
(127,86,108)
#8A6579
(138,101,121)
#957486
(149,116,134)
#A08393
(160,131,147)
#AB92A0
(171,146,160)
#B6A1AD
(182,161,173)
#C1B0BA
(193,176,186)
#CCBFC7
(204,191,199)
#D7CED4
(215,206,212)
#E2DDE1
(226,221,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F566C color. Also use rgb(127,86,108) instead hex code.

Text Font Color

.myTextColor { color: #7F566C; }

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

This text font color is #7F566C.


Background Color

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

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

This div background color is #7F566C.


Border color

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

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

This div border color is #7F566C.


Opacity

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

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

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

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

This text has shadow with #7F566C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F566C on black background.


Color preview on white background

This text has color #7F566C on white background.



Black color preview on #7F566C background

This text has black color on #7F566C background.


White color preview on #7F566C background

This text has white color on #7F566C background.