COLOR #761F4E

HEX: #761F4E
RGB: (118,31,78)

Color info

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

RGB color model

#761F4E color RGB value is (118,31,78).

  • red value is 118;
  • green value is 31;
  • blue value is 78.
RGB:
(118,31,78)
(46%,12%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 31 of 255 = 12%
B 78 of 255 = 31%

118
31
78

R + G + B ~ 30%. #761F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 31 + 78 = 227 (100%)
R 118 of 227 ~ 51.98%
G 31 of 227 ~ 13.66%
B 78 of 227 ~ 34.36%

%51.98
%13.66
%34.36

CMYK color model

#761F4E color CMYK value is (0,74,34,54).

  • cyan value is 0.00%
  • magenta value is 73.73%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(0,74,34,54)
C0M74Y34K54 
(0%,74%,34%,54%)
(0.00/0.74/0.34/0.54)	

CMYK percentages

%0
%73.73
%33.9
%53.73

Codes

Color #761F4E in popluar color models

761F4E
RGB1183178
HSL328°58.39%29.22%
HSB/HSV328°73.73%46.27%
CMYK0.00%73.73%33.90%
53.73%

Color #761F4E in popluar number systems.

HEX761F4E
Decimal1183178
Binary1110110111111001110
Octal16637116

Shades and tints

Shades of #761F4E

#761F4E
(118,31,78)
#6C1D47
(108,29,71)
#621B40
(98,27,64)
#581939
(88,25,57)
#4E1732
(78,23,50)
#44152B
(68,21,43)
#3A1324
(58,19,36)
#30111D
(48,17,29)
#260F16
(38,15,22)
#1C0D0F
(28,13,15)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #761F4E

#761F4E
(118,31,78)
#82335E
(130,51,94)
#8E476E
(142,71,110)
#9A5B7E
(154,91,126)
#A66F8E
(166,111,142)
#B2839E
(178,131,158)
#BE97AE
(190,151,174)
#CAABBE
(202,171,190)
#D6BFCE
(214,191,206)
#E2D3DE
(226,211,222)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761F4E color. Also use rgb(118,31,78) instead hex code.

Text Font Color

.myTextColor { color: #761F4E; }

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

This text font color is #761F4E.


Background Color

.myBgColor { background-color: #761F4E; }

<div style="background-color:#761F4E">Inner text</div>

This div background color is #761F4E.


Border color

.myBorderColor { border: 1px solid #761F4E; }

<div style="border:3px solid #761F4E">Div</div>

This div border color is #761F4E.


Opacity

.myOpacity80 { color: #761F4E; opacity: 0.8; }

<p style="color:#761F4E;opacity:0.8;">80%</p>

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

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

This text has shadow with #761F4E color.

.textShadow {text-shadow: 3px 3px 1px #761F4E, 3px 3px 1px red;}

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

This text has shadow with #761F4E primary color and red secondary color.


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

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

This text has shadow with #761F4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761F4E on black background.


Color preview on white background

This text has color #761F4E on white background.



Black color preview on #761F4E background

This text has black color on #761F4E background.


White color preview on #761F4E background

This text has white color on #761F4E background.