COLOR #7F487D

HEX: #7F487D RGB: (127,72,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
72
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 72 + 125 = 324 (100%)
R 127 of 324 ~ 39.2%
G 72 of 324 ~ 22.22%
B 125 of 324 ~ 38.58'%

%39.2
%22.22
%38.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 1.57%
  • key color value is 50.20%

CMYK: (0,43,2,50)
C0M43Y2K50 (0%, 43%, 2%, 50%)
(0.00 / 0.43 / 0.02 / 0.50)

CMYK percentages

%0
%43.31
%1.57
%50.2

Codes

Color #7F487D in popluar color models

7F 48 7D
RGB 127 72 125
HSL 302° 27.64% 39.02%
HSB/HSV 302° 43.31% 49.80%
CMYK 0.00% 43.31% 1.57%
50.20%

Color #7F487D in popluar number systems.

HEX 7F 48 7D
Decimal 127 72 125
Binary 1111111 1001000 1111101
Octal 177 110 175

Shades and tints

Shades of #7F487D

#7F487D
(127,72,125)
#744272
(116,66,114)
#693C67
(105,60,103)
#5E365C
(94,54,92)
#533051
(83,48,81)
#482A46
(72,42,70)
#3D243B
(61,36,59)
#321E30
(50,30,48)
#271825
(39,24,37)
#1C121A
(28,18,26)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #7F487D

#7F487D
(127,72,125)
#8A5888
(138,88,136)
#956893
(149,104,147)
#A0789E
(160,120,158)
#AB88A9
(171,136,169)
#B698B4
(182,152,180)
#C1A8BF
(193,168,191)
#CCB8CA
(204,184,202)
#D7C8D5
(215,200,213)
#E2D8E0
(226,216,224)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F487D; }

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

This text font color is #7F487D.

Background Color

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

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

This div background color is #7F487D.

Border color

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

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

This div border color is #7F487D.

Opacity

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

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

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

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

This text has shadow with #7F487D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F487D.

Preview

Color preview on black background

This text has color #7F487D on black background.


Color preview on white background

This text has color #7F487D on white background.


Black color preview on #7F487D background

This text has black color on #7F487D background.


White color preview on #7F487D background

This text has white color on #7F487D background.


Related colors

Complementary color

Complementary color for #hex is #80B782.


I love getcolorcode.com

Triadic colors

1 #7D7F48 and #487D7F with #7F487D are triadic colors.

2 #7D487F and #487F7D with #7F487D are triadic colors.