COLOR #761B75

HEX: #761B75
RGB: (118,27,117)

Color info

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

RGB color model

#761B75 color RGB value is (118,27,117).

  • red value is 118;
  • green value is 27;
  • blue value is 117.
RGB:
(118,27,117)
(46%,11%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 27 of 255 = 11%
B 117 of 255 = 46%

118
27
117

R + G + B ~ 34%. #761B75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 27 + 117 = 262 (100%)
R 118 of 262 ~ 45.04%
G 27 of 262 ~ 10.31%
B 117 of 262 ~ 44.66%

%45.04
%10.31
%44.66

CMYK color model

#761B75 color CMYK value is (0,77,1,54).

  • cyan value is 0.00%
  • magenta value is 77.12%
  • yellow value is 0.85%
  • key color value is 53.73%
CMYK:
(0,77,1,54)
C0M77Y1K54 
(0%,77%,1%,54%)
(0.00/0.77/0.01/0.54)	

CMYK percentages

%0
%77.12
%0.85
%53.73

Codes

Color #761B75 in popluar color models

761B75
RGB11827117
HSL301°62.76%28.43%
HSB/HSV301°77.12%46.27%
CMYK0.00%77.12%0.85%
53.73%

Color #761B75 in popluar number systems.

HEX761B75
Decimal11827117
Binary1110110110111110101
Octal16633165

Shades and tints

Shades of #761B75

#761B75
(118,27,117)
#6C196B
(108,25,107)
#621761
(98,23,97)
#581557
(88,21,87)
#4E134D
(78,19,77)
#441143
(68,17,67)
#3A0F39
(58,15,57)
#300D2F
(48,13,47)
#260B25
(38,11,37)
#1C091B
(28,9,27)
#120711
(18,7,17)
#000000
(0,0,0)

Tints of #761B75

#761B75
(118,27,117)
#822F81
(130,47,129)
#8E438D
(142,67,141)
#9A5799
(154,87,153)
#A66BA5
(166,107,165)
#B27FB1
(178,127,177)
#BE93BD
(190,147,189)
#CAA7C9
(202,167,201)
#D6BBD5
(214,187,213)
#E2CFE1
(226,207,225)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761B75 color. Also use rgb(118,27,117) instead hex code.

Text Font Color

.myTextColor { color: #761B75; }

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

This text font color is #761B75.


Background Color

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

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

This div background color is #761B75.


Border color

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

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

This div border color is #761B75.


Opacity

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

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

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

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

This text has shadow with #761B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761B75 on black background.


Color preview on white background

This text has color #761B75 on white background.



Black color preview on #761B75 background

This text has black color on #761B75 background.


White color preview on #761B75 background

This text has white color on #761B75 background.