COLOR #7F4959

HEX: #7F4959
RGB: (127,73,89)

Color info

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

RGB color model

#7F4959 color RGB value is (127,73,89).

  • red value is 127;
  • green value is 73;
  • blue value is 89.
RGB:
(127,73,89)
(50%,29%,35%)

RGB channels and saturation

R 127 of 255 = 50%
G 73 of 255 = 29%
B 89 of 255 = 35%

127
73
89

R + G + B ~ 38%. #7F4959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 73 + 89 = 289 (100%)
R 127 of 289 ~ 43.94%
G 73 of 289 ~ 25.26%
B 89 of 289 ~ 30.8%

%43.94
%25.26
%30.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.52%
  • yellow value is 29.92%
  • key color value is 50.20%
CMYK:
(0,43,30,50)
C0M43Y30K50 
(0%,43%,30%,50%)
(0.00/0.43/0.30/0.50)	

CMYK percentages

%0
%42.52
%29.92
%50.2

Codes

Color #7F4959 in popluar color models

7F4959
RGB1277389
HSL342°27.00%39.22%
HSB/HSV342°42.52%49.80%
CMYK0.00%42.52%29.92%
50.20%

Color #7F4959 in popluar number systems.

HEX7F4959
Decimal1277389
Binary111111110010011011001
Octal177111131

Shades and tints

Shades of #7F4959

#7F4959
(127,73,89)
#744351
(116,67,81)
#693D49
(105,61,73)
#5E3741
(94,55,65)
#533139
(83,49,57)
#482B31
(72,43,49)
#3D2529
(61,37,41)
#321F21
(50,31,33)
#271919
(39,25,25)
#1C1311
(28,19,17)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #7F4959

#7F4959
(127,73,89)
#8A5968
(138,89,104)
#956977
(149,105,119)
#A07986
(160,121,134)
#AB8995
(171,137,149)
#B699A4
(182,153,164)
#C1A9B3
(193,169,179)
#CCB9C2
(204,185,194)
#D7C9D1
(215,201,209)
#E2D9E0
(226,217,224)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4959; }

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

This text font color is #7F4959.


Background Color

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

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

This div background color is #7F4959.


Border color

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

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

This div border color is #7F4959.


Opacity

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

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

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

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

This text has shadow with #7F4959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4959 on black background.


Color preview on white background

This text has color #7F4959 on white background.



Black color preview on #7F4959 background

This text has black color on #7F4959 background.


White color preview on #7F4959 background

This text has white color on #7F4959 background.