COLOR #7F446F

HEX: #7F446F
RGB: (127,68,111)

Color info

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

RGB color model

#7F446F color RGB value is (127,68,111).

  • red value is 127;
  • green value is 68;
  • blue value is 111.
RGB:
(127,68,111)
(50%,27%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 68 of 255 = 27%
B 111 of 255 = 44%

127
68
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 68 + 111 = 306 (100%)
R 127 of 306 ~ 41.5%
G 68 of 306 ~ 22.22%
B 111 of 306 ~ 36.27%

%41.5
%22.22
%36.27

CMYK color model

#7F446F color CMYK value is (0,46,13,50).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 12.60%
  • key color value is 50.20%
CMYK:
(0,46,13,50)
C0M46Y13K50 
(0%,46%,13%,50%)
(0.00/0.46/0.13/0.50)	

CMYK percentages

%0
%46.46
%12.6
%50.2

Codes

Color #7F446F in popluar color models

7F446F
RGB12768111
HSL316°30.26%38.24%
HSB/HSV316°46.46%49.80%
CMYK0.00%46.46%12.60%
50.20%

Color #7F446F in popluar number systems.

HEX7F446F
Decimal12768111
Binary111111110001001101111
Octal177104157

Shades and tints

Shades of #7F446F

#7F446F
(127,68,111)
#743E65
(116,62,101)
#69385B
(105,56,91)
#5E3251
(94,50,81)
#532C47
(83,44,71)
#48263D
(72,38,61)
#3D2033
(61,32,51)
#321A29
(50,26,41)
#27141F
(39,20,31)
#1C0E15
(28,14,21)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #7F446F

#7F446F
(127,68,111)
#8A557C
(138,85,124)
#956689
(149,102,137)
#A07796
(160,119,150)
#AB88A3
(171,136,163)
#B699B0
(182,153,176)
#C1AABD
(193,170,189)
#CCBBCA
(204,187,202)
#D7CCD7
(215,204,215)
#E2DDE4
(226,221,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F446F; }

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

This text font color is #7F446F.


Background Color

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

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

This div background color is #7F446F.


Border color

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

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

This div border color is #7F446F.


Opacity

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

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

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

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

This text has shadow with #7F446F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F446F on black background.


Color preview on white background

This text has color #7F446F on white background.



Black color preview on #7F446F background

This text has black color on #7F446F background.


White color preview on #7F446F background

This text has white color on #7F446F background.