COLOR #7F486D

HEX: #7F486D
RGB: (127,72,109)

Color info

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

RGB color model

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

  • red value is 127;
  • green value is 72;
  • blue value is 109.
RGB:
(127,72,109)
(50%,28%,43%)

RGB channels and saturation

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

127
72
109

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

Portions of RGB colors in percentages

R + G + B =
127 + 72 + 109 = 308 (100%)
R 127 of 308 ~ 41.23%
G 72 of 308 ~ 23.38%
B 109 of 308 ~ 35.39%

%41.23
%23.38
%35.39

CMYK color model

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

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

CMYK percentages

%0
%43.31
%14.17
%50.2

Codes

Color #7F486D in popluar color models

7F486D
RGB12772109
HSL320°27.64%39.02%
HSB/HSV320°43.31%49.80%
CMYK0.00%43.31%14.17%
50.20%

Color #7F486D in popluar number systems.

HEX7F486D
Decimal12772109
Binary111111110010001101101
Octal177110155

Shades and tints

Shades of #7F486D

#7F486D
(127,72,109)
#744264
(116,66,100)
#693C5B
(105,60,91)
#5E3652
(94,54,82)
#533049
(83,48,73)
#482A40
(72,42,64)
#3D2437
(61,36,55)
#321E2E
(50,30,46)
#271825
(39,24,37)
#1C121C
(28,18,28)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #7F486D

#7F486D
(127,72,109)
#8A587A
(138,88,122)
#956887
(149,104,135)
#A07894
(160,120,148)
#AB88A1
(171,136,161)
#B698AE
(182,152,174)
#C1A8BB
(193,168,187)
#CCB8C8
(204,184,200)
#D7C8D5
(215,200,213)
#E2D8E2
(226,216,226)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F486D; }

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

This text font color is #7F486D.


Background Color

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

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

This div background color is #7F486D.


Border color

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

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

This div border color is #7F486D.


Opacity

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

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

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

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

This text has shadow with #7F486D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F486D on black background.


Color preview on white background

This text has color #7F486D on white background.



Black color preview on #7F486D background

This text has black color on #7F486D background.


White color preview on #7F486D background

This text has white color on #7F486D background.