COLOR #761A58

HEX: #761A58
RGB: (118,26,88)

Color info

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

RGB color model

#761A58 color RGB value is (118,26,88).

  • red value is 118;
  • green value is 26;
  • blue value is 88.
RGB:
(118,26,88)
(46%,10%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 26 of 255 = 10%
B 88 of 255 = 35%

118
26
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 26 + 88 = 232 (100%)
R 118 of 232 ~ 50.86%
G 26 of 232 ~ 11.21%
B 88 of 232 ~ 37.93%

%50.86
%11.21
%37.93

CMYK color model

#761A58 color CMYK value is (0,78,25,54).

  • cyan value is 0.00%
  • magenta value is 77.97%
  • yellow value is 25.42%
  • key color value is 53.73%
CMYK:
(0,78,25,54)
C0M78Y25K54 
(0%,78%,25%,54%)
(0.00/0.78/0.25/0.54)	

CMYK percentages

%0
%77.97
%25.42
%53.73

Codes

Color #761A58 in popluar color models

761A58
RGB1182688
HSL320°63.89%28.24%
HSB/HSV320°77.97%46.27%
CMYK0.00%77.97%25.42%
53.73%

Color #761A58 in popluar number systems.

HEX761A58
Decimal1182688
Binary1110110110101011000
Octal16632130

Shades and tints

Shades of #761A58

#761A58
(118,26,88)
#6C1850
(108,24,80)
#621648
(98,22,72)
#581440
(88,20,64)
#4E1238
(78,18,56)
#441030
(68,16,48)
#3A0E28
(58,14,40)
#300C20
(48,12,32)
#260A18
(38,10,24)
#1C0810
(28,8,16)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #761A58

#761A58
(118,26,88)
#822E67
(130,46,103)
#8E4276
(142,66,118)
#9A5685
(154,86,133)
#A66A94
(166,106,148)
#B27EA3
(178,126,163)
#BE92B2
(190,146,178)
#CAA6C1
(202,166,193)
#D6BAD0
(214,186,208)
#E2CEDF
(226,206,223)
#EEE2EE
(238,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761A58 color. Also use rgb(118,26,88) instead hex code.

Text Font Color

.myTextColor { color: #761A58; }

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

This text font color is #761A58.


Background Color

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

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

This div background color is #761A58.


Border color

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

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

This div border color is #761A58.


Opacity

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

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

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

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

This text has shadow with #761A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761A58 on black background.


Color preview on white background

This text has color #761A58 on white background.



Black color preview on #761A58 background

This text has black color on #761A58 background.


White color preview on #761A58 background

This text has white color on #761A58 background.