COLOR #7F325C

HEX: #7F325C
RGB: (127,50,92)

Color info

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

RGB color model

#7F325C color RGB value is (127,50,92).

  • red value is 127;
  • green value is 50;
  • blue value is 92.
RGB:
(127,50,92)
(50%,20%,36%)

RGB channels and saturation

R 127 of 255 = 50%
G 50 of 255 = 20%
B 92 of 255 = 36%

127
50
92

R + G + B ~ 35%. #7F325C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 50 + 92 = 269 (100%)
R 127 of 269 ~ 47.21%
G 50 of 269 ~ 18.59%
B 92 of 269 ~ 34.2%

%47.21
%18.59
%34.2

CMYK color model

#7F325C color CMYK value is (0,61,28,50).

  • cyan value is 0.00%
  • magenta value is 60.63%
  • yellow value is 27.56%
  • key color value is 50.20%
CMYK:
(0,61,28,50)
C0M61Y28K50 
(0%,61%,28%,50%)
(0.00/0.61/0.28/0.50)	

CMYK percentages

%0
%60.63
%27.56
%50.2

Codes

Color #7F325C in popluar color models

7F325C
RGB1275092
HSL327°43.50%34.71%
HSB/HSV327°60.63%49.80%
CMYK0.00%60.63%27.56%
50.20%

Color #7F325C in popluar number systems.

HEX7F325C
Decimal1275092
Binary11111111100101011100
Octal17762134

Shades and tints

Shades of #7F325C

#7F325C
(127,50,92)
#742E54
(116,46,84)
#692A4C
(105,42,76)
#5E2644
(94,38,68)
#53223C
(83,34,60)
#481E34
(72,30,52)
#3D1A2C
(61,26,44)
#321624
(50,22,36)
#27121C
(39,18,28)
#1C0E14
(28,14,20)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #7F325C

#7F325C
(127,50,92)
#8A446A
(138,68,106)
#955678
(149,86,120)
#A06886
(160,104,134)
#AB7A94
(171,122,148)
#B68CA2
(182,140,162)
#C19EB0
(193,158,176)
#CCB0BE
(204,176,190)
#D7C2CC
(215,194,204)
#E2D4DA
(226,212,218)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F325C color. Also use rgb(127,50,92) instead hex code.

Text Font Color

.myTextColor { color: #7F325C; }

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

This text font color is #7F325C.


Background Color

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

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

This div background color is #7F325C.


Border color

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

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

This div border color is #7F325C.


Opacity

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

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

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

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

This text has shadow with #7F325C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F325C on black background.


Color preview on white background

This text has color #7F325C on white background.



Black color preview on #7F325C background

This text has black color on #7F325C background.


White color preview on #7F325C background

This text has white color on #7F325C background.