COLOR #7F487F

HEX: #7F487F RGB: (127,72,127)

Color info

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

RGB color model

#7F487F color RGB value is (127,72,127).

RGB: (127,72,127) (50%, 28%, 50%)

RGB channels and saturation

R 127 of 255 = 50%
G 72 of 255 = 28%
B 127 of 255 = 50%

127
72
127

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

Portions of RGB colors in percentages

R + G + B = 127 + 72 + 127 = 326 (100%)
R 127 of 326 ~ 38.96%
G 72 of 326 ~ 22.09%
B 127 of 326 ~ 38.96'%

%38.96
%22.09
%38.96

CMYK color model

#7F487F color CMYK value is (0,43,0,50).

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (0,43,0,50) C0M43Y0K50 (0%,43%,0%,50%) (0.00/0.43/0.00/0.50) 

CMYK percentages

%0
%43.31
%0
%50.2

Codes

Color #7F487F in popluar color models

7F 48 7F
RGB 127 72 127
HSL 300° 27.64% 39.02%
HSB/HSV 300° 43.31% 49.80%
CMYK 0.00% 43.31% 0.00%
50.20%

Color #7F487F in popluar number systems.

HEX 7F 48 7F
Decimal 127 72 127
Binary 1111111 1001000 1111111
Octal 177 110 177

Shades and tints

Shades of #7F487F

#7F487F
(127,72,127)
#744274
(116,66,116)
#693C69
(105,60,105)
#5E365E
(94,54,94)
#533053
(83,48,83)
#482A48
(72,42,72)
#3D243D
(61,36,61)
#321E32
(50,30,50)
#271827
(39,24,39)
#1C121C
(28,18,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F487F

#7F487F
(127,72,127)
#8A588A
(138,88,138)
#956895
(149,104,149)
#A078A0
(160,120,160)
#AB88AB
(171,136,171)
#B698B6
(182,152,182)
#C1A8C1
(193,168,193)
#CCB8CC
(204,184,204)
#D7C8D7
(215,200,215)
#E2D8E2
(226,216,226)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F487F; }

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

This text font color is #7F487F.

Background Color

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

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

This div background color is #7F487F.

Border color

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

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

This div border color is #7F487F.

Opacity

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

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

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

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

This text has shadow with #7F487F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F487F.

Preview

Color preview on black background

This text has color #7F487F on black background.


Color preview on white background

This text has color #7F487F on white background.


Black color preview on #7F487F background

This text has black color on #7F487F background.


White color preview on #7F487F background

This text has white color on #7F487F background.


Related colors

Complementary color

Complementary color for #hex is #80B780.


I love getcolorcode.com

Triadic colors

1 #7F7F48 and #487F7F with #7F487F are triadic colors.

2 #7F487F and #487F7F with #7F487F are triadic colors.