COLOR #7F4B66

HEX: #7F4B66 RGB: (127,75,102)

Color info

#7F4B66 contains red, green and blue colors in about the same proportion. Web safe color of #7F4B66 is #663366 (or #636).

RGB color model

#7F4B66 color RGB value is (127,75,102).

RGB: (127,75,102) (50%, 29%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 75 of 255 = 29%
B 102 of 255 = 40%

127
75
102

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

Portions of RGB colors in percentages

R + G + B = 127 + 75 + 102 = 304 (100%)
R 127 of 304 ~ 41.78%
G 75 of 304 ~ 24.67%
B 102 of 304 ~ 33.55'%

%41.78
%24.67
%33.55

CMYK color model

#7F4B66 color CMYK value is (0,41,20,50).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 19.69%
  • key color value is 50.20%

CMYK: (0,41,20,50)
C0M41Y20K50 (0%, 41%, 20%, 50%)
(0.00 / 0.41 / 0.20 / 0.50)

CMYK percentages

%0
%40.94
%19.69
%50.2

Codes

Color #7F4B66 in popluar color models

7F 4B 66
RGB 127 75 102
HSL 329° 25.74% 39.61%
HSB/HSV 329° 40.94% 49.80%
CMYK 0.00% 40.94% 19.69%
50.20%

Color #7F4B66 in popluar number systems.

HEX 7F 4B 66
Decimal 127 75 102
Binary 1111111 1001011 1100110
Octal 177 113 146

Shades and tints

Shades of #7F4B66

#7F4B66
(127,75,102)
#74455D
(116,69,93)
#693F54
(105,63,84)
#5E394B
(94,57,75)
#533342
(83,51,66)
#482D39
(72,45,57)
#3D2730
(61,39,48)
#322127
(50,33,39)
#271B1E
(39,27,30)
#1C1515
(28,21,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7F4B66

#7F4B66
(127,75,102)
#8A5B73
(138,91,115)
#956B80
(149,107,128)
#A07B8D
(160,123,141)
#AB8B9A
(171,139,154)
#B69BA7
(182,155,167)
#C1ABB4
(193,171,180)
#CCBBC1
(204,187,193)
#D7CBCE
(215,203,206)
#E2DBDB
(226,219,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4B66; }

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

This text font color is #7F4B66.

Background Color

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

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

This div background color is #7F4B66.

Border color

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

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

This div border color is #7F4B66.

Opacity

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

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

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

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

This text has shadow with #7F4B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4B66.

Preview

Color preview on black background

This text has color #7F4B66 on black background.


Color preview on white background

This text has color #7F4B66 on white background.


Black color preview on #7F4B66 background

This text has black color on #7F4B66 background.


White color preview on #7F4B66 background

This text has white color on #7F4B66 background.


Related colors

Complementary color

Complementary color for #hex is #80B499.


I love getcolorcode.com

Triadic colors

1 #667F4B and #4B667F with #7F4B66 are triadic colors.

2 #664B7F and #4B7F66 with #7F4B66 are triadic colors.