COLOR #7F324C

HEX: #7F324C
RGB: (127,50,76)

Color info

#7F324C contains mainly red and blue colors. Web safe color of #7F324C is #663333 (or #633).

RGB color model

#7F324C color RGB value is (127,50,76).

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

RGB channels and saturation

R 127 of 255 = 50%
G 50 of 255 = 20%
B 76 of 255 = 30%

127
50
76

R + G + B ~ 33%. #7F324C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 50 + 76 = 253 (100%)
R 127 of 253 ~ 50.2%
G 50 of 253 ~ 19.76%
B 76 of 253 ~ 30.04%

%50.2
%19.76
%30.04

CMYK color model

#7F324C color CMYK value is (0,61,40,50).

  • cyan value is 0.00%
  • magenta value is 60.63%
  • yellow value is 40.16%
  • key color value is 50.20%
CMYK:
(0,61,40,50)
C0M61Y40K50 
(0%,61%,40%,50%)
(0.00/0.61/0.40/0.50)	

CMYK percentages

%0
%60.63
%40.16
%50.2

Codes

Color #7F324C in popluar color models

7F324C
RGB1275076
HSL340°43.50%34.71%
HSB/HSV340°60.63%49.80%
CMYK0.00%60.63%40.16%
50.20%

Color #7F324C in popluar number systems.

HEX7F324C
Decimal1275076
Binary11111111100101001100
Octal17762114

Shades and tints

Shades of #7F324C

#7F324C
(127,50,76)
#742E46
(116,46,70)
#692A40
(105,42,64)
#5E263A
(94,38,58)
#532234
(83,34,52)
#481E2E
(72,30,46)
#3D1A28
(61,26,40)
#321622
(50,22,34)
#27121C
(39,18,28)
#1C0E16
(28,14,22)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #7F324C

#7F324C
(127,50,76)
#8A445C
(138,68,92)
#95566C
(149,86,108)
#A0687C
(160,104,124)
#AB7A8C
(171,122,140)
#B68C9C
(182,140,156)
#C19EAC
(193,158,172)
#CCB0BC
(204,176,188)
#D7C2CC
(215,194,204)
#E2D4DC
(226,212,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F324C; }

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

This text font color is #7F324C.


Background Color

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

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

This div background color is #7F324C.


Border color

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

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

This div border color is #7F324C.


Opacity

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

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

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

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

This text has shadow with #7F324C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F324C on black background.


Color preview on white background

This text has color #7F324C on white background.



Black color preview on #7F324C background

This text has black color on #7F324C background.


White color preview on #7F324C background

This text has white color on #7F324C background.