COLOR #761261

HEX: #761261
RGB: (118,18,97)

Color info

#761261 contains mainly red and blue colors. Web safe color of #761261 is #660066 (or #606).

RGB color model

#761261 color RGB value is (118,18,97).

  • red value is 118;
  • green value is 18;
  • blue value is 97.
RGB:
(118,18,97)
(46%,7%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 18 of 255 = 7%
B 97 of 255 = 38%

118
18
97

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

Portions of RGB colors in percentages

R + G + B =
118 + 18 + 97 = 233 (100%)
R 118 of 233 ~ 50.64%
G 18 of 233 ~ 7.73%
B 97 of 233 ~ 41.63%

%50.64
%41.63

CMYK color model

#761261 color CMYK value is (0,85,18,54).

  • cyan value is 0.00%
  • magenta value is 84.75%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(0,85,18,54)
C0M85Y18K54 
(0%,85%,18%,54%)
(0.00/0.85/0.18/0.54)	

CMYK percentages

%0
%84.75
%17.8
%53.73

Codes

Color #761261 in popluar color models

761261
RGB1181897
HSL313°73.53%26.67%
HSB/HSV313°84.75%46.27%
CMYK0.00%84.75%17.80%
53.73%

Color #761261 in popluar number systems.

HEX761261
Decimal1181897
Binary1110110100101100001
Octal16622141

Shades and tints

Shades of #761261

#761261
(118,18,97)
#6C1159
(108,17,89)
#621051
(98,16,81)
#580F49
(88,15,73)
#4E0E41
(78,14,65)
#440D39
(68,13,57)
#3A0C31
(58,12,49)
#300B29
(48,11,41)
#260A21
(38,10,33)
#1C0919
(28,9,25)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #761261

#761261
(118,18,97)
#82276F
(130,39,111)
#8E3C7D
(142,60,125)
#9A518B
(154,81,139)
#A66699
(166,102,153)
#B27BA7
(178,123,167)
#BE90B5
(190,144,181)
#CAA5C3
(202,165,195)
#D6BAD1
(214,186,209)
#E2CFDF
(226,207,223)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761261 color. Also use rgb(118,18,97) instead hex code.

Text Font Color

.myTextColor { color: #761261; }

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

This text font color is #761261.


Background Color

.myBgColor { background-color: #761261; }

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

This div background color is #761261.


Border color

.myBorderColor { border: 1px solid #761261; }

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

This div border color is #761261.


Opacity

.myOpacity80 { color: #761261; opacity: 0.8; }

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

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

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

This text has shadow with #761261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761261 on black background.


Color preview on white background

This text has color #761261 on white background.



Black color preview on #761261 background

This text has black color on #761261 background.


White color preview on #761261 background

This text has white color on #761261 background.