COLOR #761C7B

HEX: #761C7B
RGB: (118,28,123)

Color info

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

RGB color model

#761C7B color RGB value is (118,28,123).

  • red value is 118;
  • green value is 28;
  • blue value is 123.
RGB:
(118,28,123)
(46%,11%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 28 of 255 = 11%
B 123 of 255 = 48%

118
28
123

R + G + B ~ 35%. #761C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 28 + 123 = 269 (100%)
R 118 of 269 ~ 43.87%
G 28 of 269 ~ 10.41%
B 123 of 269 ~ 45.72%

%43.87
%10.41
%45.72

CMYK color model

#761C7B color CMYK value is (4,77,0,52).

  • cyan value is 4.07%
  • magenta value is 77.24%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(4,77,0,52)
C4M77Y0K52 
(4%,77%,0%,52%)
(0.04/0.77/0.00/0.52)	

CMYK percentages

%4.07
%77.24
%0
%51.76

Codes

Color #761C7B in popluar color models

761C7B
RGB11828123
HSL297°62.91%29.61%
HSB/HSV297°77.24%48.24%
CMYK4.07%77.24%0.00%
51.76%

Color #761C7B in popluar number systems.

HEX761C7B
Decimal11828123
Binary1110110111001111011
Octal16634173

Shades and tints

Shades of #761C7B

#761C7B
(118,28,123)
#6C1A70
(108,26,112)
#621865
(98,24,101)
#58165A
(88,22,90)
#4E144F
(78,20,79)
#441244
(68,18,68)
#3A1039
(58,16,57)
#300E2E
(48,14,46)
#260C23
(38,12,35)
#1C0A18
(28,10,24)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #761C7B

#761C7B
(118,28,123)
#823087
(130,48,135)
#8E4493
(142,68,147)
#9A589F
(154,88,159)
#A66CAB
(166,108,171)
#B280B7
(178,128,183)
#BE94C3
(190,148,195)
#CAA8CF
(202,168,207)
#D6BCDB
(214,188,219)
#E2D0E7
(226,208,231)
#EEE4F3
(238,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761C7B color. Also use rgb(118,28,123) instead hex code.

Text Font Color

.myTextColor { color: #761C7B; }

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

This text font color is #761C7B.


Background Color

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

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

This div background color is #761C7B.


Border color

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

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

This div border color is #761C7B.


Opacity

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

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

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

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

This text has shadow with #761C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761C7B on black background.


Color preview on white background

This text has color #761C7B on white background.



Black color preview on #761C7B background

This text has black color on #761C7B background.


White color preview on #761C7B background

This text has white color on #761C7B background.