COLOR #7F447B

HEX: #7F447B RGB: (127,68,123)

Color info

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

RGB color model

#7F447B color RGB value is (127,68,123).

RGB: (127,68,123) (50%, 27%, 48%)

RGB channels and saturation

R 127 of 255 = 50%
G 68 of 255 = 27%
B 123 of 255 = 48%

127
68
123

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

Portions of RGB colors in percentages

R + G + B = 127 + 68 + 123 = 318 (100%)
R 127 of 318 ~ 39.94%
G 68 of 318 ~ 21.38%
B 123 of 318 ~ 38.68'%

%39.94
%21.38
%38.68

CMYK color model

#7F447B color CMYK value is (0,46,3,50).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 3.15%
  • key color value is 50.20%

CMYK: (0,46,3,50)
C0M46Y3K50 (0%, 46%, 3%, 50%)
(0.00 / 0.46 / 0.03 / 0.50)

CMYK percentages

%0
%46.46
%3.15
%50.2

Codes

Color #7F447B in popluar color models

7F 44 7B
RGB 127 68 123
HSL 304° 30.26% 38.24%
HSB/HSV 304° 46.46% 49.80%
CMYK 0.00% 46.46% 3.15%
50.20%

Color #7F447B in popluar number systems.

HEX 7F 44 7B
Decimal 127 68 123
Binary 1111111 1000100 1111011
Octal 177 104 173

Shades and tints

Shades of #7F447B

#7F447B
(127,68,123)
#743E70
(116,62,112)
#693865
(105,56,101)
#5E325A
(94,50,90)
#532C4F
(83,44,79)
#482644
(72,38,68)
#3D2039
(61,32,57)
#321A2E
(50,26,46)
#271423
(39,20,35)
#1C0E18
(28,14,24)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #7F447B

#7F447B
(127,68,123)
#8A5587
(138,85,135)
#956693
(149,102,147)
#A0779F
(160,119,159)
#AB88AB
(171,136,171)
#B699B7
(182,153,183)
#C1AAC3
(193,170,195)
#CCBBCF
(204,187,207)
#D7CCDB
(215,204,219)
#E2DDE7
(226,221,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F447B; }

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

This text font color is #7F447B.

Background Color

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

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

This div background color is #7F447B.

Border color

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

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

This div border color is #7F447B.

Opacity

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

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

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

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

This text has shadow with #7F447B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F447B.

Preview

Color preview on black background

This text has color #7F447B on black background.


Color preview on white background

This text has color #7F447B on white background.


Black color preview on #7F447B background

This text has black color on #7F447B background.


White color preview on #7F447B background

This text has white color on #7F447B background.


Related colors

Complementary color

Complementary color for #hex is #80BB84.


I love getcolorcode.com

Triadic colors

1 #7B7F44 and #447B7F with #7F447B are triadic colors.

2 #7B447F and #447F7B with #7F447B are triadic colors.