COLOR #7F5666

HEX: #7F5666 RGB: (127,86,102)

Color info

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

RGB color model

#7F5666 color RGB value is (127,86,102).

RGB: (127,86,102) (50%, 34%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 102 of 255 = 40%

127
86
102

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

Portions of RGB colors in percentages

R + G + B = 127 + 86 + 102 = 315 (100%)
R 127 of 315 ~ 40.32%
G 86 of 315 ~ 27.3%
B 102 of 315 ~ 32.38'%

%40.32
%27.3
%32.38

CMYK color model

#7F5666 color CMYK value is (0,32,20,50).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 19.69%
  • key color value is 50.20%
CMYK: (0,32,20,50) C0M32Y20K50 (0%,32%,20%,50%) (0.00/0.32/0.20/0.50) 

CMYK percentages

%0
%32.28
%19.69
%50.2

Codes

Color #7F5666 in popluar color models

7F 56 66
RGB 127 86 102
HSL 337° 19.25% 41.76%
HSB/HSV 337° 32.28% 49.80%
CMYK 0.00% 32.28% 19.69%
50.20%

Color #7F5666 in popluar number systems.

HEX 7F 56 66
Decimal 127 86 102
Binary 1111111 1010110 1100110
Octal 177 126 146

Shades and tints

Shades of #7F5666

#7F5666
(127,86,102)
#744F5D
(116,79,93)
#694854
(105,72,84)
#5E414B
(94,65,75)
#533A42
(83,58,66)
#483339
(72,51,57)
#3D2C30
(61,44,48)
#322527
(50,37,39)
#271E1E
(39,30,30)
#1C1715
(28,23,21)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #7F5666

#7F5666
(127,86,102)
#8A6573
(138,101,115)
#957480
(149,116,128)
#A0838D
(160,131,141)
#AB929A
(171,146,154)
#B6A1A7
(182,161,167)
#C1B0B4
(193,176,180)
#CCBFC1
(204,191,193)
#D7CECE
(215,206,206)
#E2DDDB
(226,221,219)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5666; }

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

This text font color is #7F5666.

Background Color

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

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

This div background color is #7F5666.

Border color

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

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

This div border color is #7F5666.

Opacity

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

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

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

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

This text has shadow with #7F5666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5666.

Preview

Color preview on black background

This text has color #7F5666 on black background.


Color preview on white background

This text has color #7F5666 on white background.


Black color preview on #7F5666 background

This text has black color on #7F5666 background.


White color preview on #7F5666 background

This text has white color on #7F5666 background.


Related colors

Complementary color

Complementary color for #hex is #80A999.


I love getcolorcode.com

Triadic colors

1 #667F56 and #56667F with #7F5666 are triadic colors.

2 #66567F and #567F66 with #7F5666 are triadic colors.