COLOR #7F3772

HEX: #7F3772
RGB: (127,55,114)

Color info

#7F3772 contains mainly red and blue colors. Web safe color of #7F3772 is #663366 (or #636).

RGB color model

#7F3772 color RGB value is (127,55,114).

  • red value is 127;
  • green value is 55;
  • blue value is 114.
RGB:
(127,55,114)
(50%,22%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 55 of 255 = 22%
B 114 of 255 = 45%

127
55
114

R + G + B ~ 39%. #7F3772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 55 + 114 = 296 (100%)
R 127 of 296 ~ 42.91%
G 55 of 296 ~ 18.58%
B 114 of 296 ~ 38.51%

%42.91
%18.58
%38.51

CMYK color model

#7F3772 color CMYK value is (0,57,10,50).

  • cyan value is 0.00%
  • magenta value is 56.69%
  • yellow value is 10.24%
  • key color value is 50.20%
CMYK:
(0,57,10,50)
C0M57Y10K50 
(0%,57%,10%,50%)
(0.00/0.57/0.10/0.50)	

CMYK percentages

%0
%56.69
%10.24
%50.2

Codes

Color #7F3772 in popluar color models

7F3772
RGB12755114
HSL311°39.56%35.69%
HSB/HSV311°56.69%49.80%
CMYK0.00%56.69%10.24%
50.20%

Color #7F3772 in popluar number systems.

HEX7F3772
Decimal12755114
Binary11111111101111110010
Octal17767162

Shades and tints

Shades of #7F3772

#7F3772
(127,55,114)
#743268
(116,50,104)
#692D5E
(105,45,94)
#5E2854
(94,40,84)
#53234A
(83,35,74)
#481E40
(72,30,64)
#3D1936
(61,25,54)
#32142C
(50,20,44)
#270F22
(39,15,34)
#1C0A18
(28,10,24)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #7F3772

#7F3772
(127,55,114)
#8A497E
(138,73,126)
#955B8A
(149,91,138)
#A06D96
(160,109,150)
#AB7FA2
(171,127,162)
#B691AE
(182,145,174)
#C1A3BA
(193,163,186)
#CCB5C6
(204,181,198)
#D7C7D2
(215,199,210)
#E2D9DE
(226,217,222)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3772 color. Also use rgb(127,55,114) instead hex code.

Text Font Color

.myTextColor { color: #7F3772; }

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

This text font color is #7F3772.


Background Color

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

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

This div background color is #7F3772.


Border color

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

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

This div border color is #7F3772.


Opacity

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

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

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

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

This text has shadow with #7F3772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3772 on black background.


Color preview on white background

This text has color #7F3772 on white background.



Black color preview on #7F3772 background

This text has black color on #7F3772 background.


White color preview on #7F3772 background

This text has white color on #7F3772 background.