COLOR #7F4F6C

HEX: #7F4F6C RGB: (127,79,108)

Color info

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

RGB color model

#7F4F6C color RGB value is (127,79,108).

RGB: (127,79,108) (50%, 31%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 79 of 255 = 31%
B 108 of 255 = 42%

127
79
108

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

Portions of RGB colors in percentages

R + G + B = 127 + 79 + 108 = 314 (100%)
R 127 of 314 ~ 40.45%
G 79 of 314 ~ 25.16%
B 108 of 314 ~ 34.39'%

%40.45
%25.16
%34.39

CMYK color model

#7F4F6C color CMYK value is (0,38,15,50).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 14.96%
  • key color value is 50.20%

CMYK: (0,38,15,50)
C0M38Y15K50 (0%, 38%, 15%, 50%)
(0.00 / 0.38 / 0.15 / 0.50)

CMYK percentages

%0
%37.8
%14.96
%50.2

Codes

Color #7F4F6C in popluar color models

7F 4F 6C
RGB 127 79 108
HSL 324° 23.30% 40.39%
HSB/HSV 324° 37.80% 49.80%
CMYK 0.00% 37.80% 14.96%
50.20%

Color #7F4F6C in popluar number systems.

HEX 7F 4F 6C
Decimal 127 79 108
Binary 1111111 1001111 1101100
Octal 177 117 154

Shades and tints

Shades of #7F4F6C

#7F4F6C
(127,79,108)
#744863
(116,72,99)
#69415A
(105,65,90)
#5E3A51
(94,58,81)
#533348
(83,51,72)
#482C3F
(72,44,63)
#3D2536
(61,37,54)
#321E2D
(50,30,45)
#271724
(39,23,36)
#1C101B
(28,16,27)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #7F4F6C

#7F4F6C
(127,79,108)
#8A5F79
(138,95,121)
#956F86
(149,111,134)
#A07F93
(160,127,147)
#AB8FA0
(171,143,160)
#B69FAD
(182,159,173)
#C1AFBA
(193,175,186)
#CCBFC7
(204,191,199)
#D7CFD4
(215,207,212)
#E2DFE1
(226,223,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4F6C; }

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

This text font color is #7F4F6C.

Background Color

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

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

This div background color is #7F4F6C.

Border color

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

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

This div border color is #7F4F6C.

Opacity

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

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

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

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

This text has shadow with #7F4F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4F6C.

Preview

Color preview on black background

This text has color #7F4F6C on black background.


Color preview on white background

This text has color #7F4F6C on white background.


Black color preview on #7F4F6C background

This text has black color on #7F4F6C background.


White color preview on #7F4F6C background

This text has white color on #7F4F6C background.


Related colors

Complementary color

Complementary color for #hex is #80B093.


I love getcolorcode.com

Triadic colors

1 #6C7F4F and #4F6C7F with #7F4F6C are triadic colors.

2 #6C4F7F and #4F7F6C with #7F4F6C are triadic colors.