COLOR #7F4857

HEX: #7F4857 RGB: (127,72,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
72
87

R + G + B ~ 37%. #7F4857 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 72 + 87 = 286 (100%)
R 127 of 286 ~ 44.41%
G 72 of 286 ~ 25.17%
B 87 of 286 ~ 30.42'%

%44.41
%25.17
%30.42

CMYK color model

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

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

CMYK percentages

%0
%43.31
%31.5
%50.2

Codes

Color #7F4857 in popluar color models

7F 48 57
RGB 127 72 87
HSL 344° 27.64% 39.02%
HSB/HSV 344° 43.31% 49.80%
CMYK 0.00% 43.31% 31.50%
50.20%

Color #7F4857 in popluar number systems.

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

Shades and tints

Shades of #7F4857

#7F4857
(127,72,87)
#744250
(116,66,80)
#693C49
(105,60,73)
#5E3642
(94,54,66)
#53303B
(83,48,59)
#482A34
(72,42,52)
#3D242D
(61,36,45)
#321E26
(50,30,38)
#27181F
(39,24,31)
#1C1218
(28,18,24)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F4857

#7F4857
(127,72,87)
#8A5866
(138,88,102)
#956875
(149,104,117)
#A07884
(160,120,132)
#AB8893
(171,136,147)
#B698A2
(182,152,162)
#C1A8B1
(193,168,177)
#CCB8C0
(204,184,192)
#D7C8CF
(215,200,207)
#E2D8DE
(226,216,222)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4857; }

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

This text font color is #7F4857.

Background Color

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

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

This div background color is #7F4857.

Border color

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

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

This div border color is #7F4857.

Opacity

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

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

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

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

This text has shadow with #7F4857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4857.

Preview

Color preview on black background

This text has color #7F4857 on black background.


Color preview on white background

This text has color #7F4857 on white background.


Black color preview on #7F4857 background

This text has black color on #7F4857 background.


White color preview on #7F4857 background

This text has white color on #7F4857 background.


Related colors

Complementary color

Complementary color for #hex is #80B7A8.


I love getcolorcode.com

Triadic colors

1 #577F48 and #48577F with #7F4857 are triadic colors.

2 #57487F and #487F57 with #7F4857 are triadic colors.