COLOR #761ABB

HEX: #761ABB RGB: (118,26,187)

Color info

#761ABB contains mainly blue color. Web safe color of #761ABB is #6600CC (or #60C).

RGB color model

#761ABB color RGB value is (118,26,187).

RGB: (118,26,187) (46%, 10%, 73%)

RGB channels and saturation

R 118 of 255 = 46%
G 26 of 255 = 10%
B 187 of 255 = 73%

118
26
187

R + G + B ~ 43%. #761ABB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 26 + 187 = 331 (100%)
R 118 of 331 ~ 35.65%
G 26 of 331 ~ 7.85%
B 187 of 331 ~ 56.5'%

%35.65
%56.5

CMYK color model

#761ABB color CMYK value is (37,86,0,27).

  • cyan value is 36.90%
  • magenta value is 86.10%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (37,86,0,27)
C37M86Y0K27 (37%, 86%, 0%, 27%)
(0.37 / 0.86 / 0.00 / 0.27)

CMYK percentages

%36.9
%86.1
%0
%26.67

Codes

Color #761ABB in popluar color models

76 1A BB
RGB 118 26 187
HSL 274° 75.59% 41.76%
HSB/HSV 274° 86.10% 73.33%
CMYK 36.90% 86.10% 0.00%
26.67%

Color #761ABB in popluar number systems.

HEX 76 1A BB
Decimal 118 26 187
Binary 1110110 11010 10111011
Octal 166 32 273

Shades and tints

Shades of #761ABB

#761ABB
(118,26,187)
#6C18AA
(108,24,170)
#621699
(98,22,153)
#581488
(88,20,136)
#4E1277
(78,18,119)
#441066
(68,16,102)
#3A0E55
(58,14,85)
#300C44
(48,12,68)
#260A33
(38,10,51)
#1C0822
(28,8,34)
#120611
(18,6,17)
#000000
(0,0,0)

Tints of #761ABB

#761ABB
(118,26,187)
#822EC1
(130,46,193)
#8E42C7
(142,66,199)
#9A56CD
(154,86,205)
#A66AD3
(166,106,211)
#B27ED9
(178,126,217)
#BE92DF
(190,146,223)
#CAA6E5
(202,166,229)
#D6BAEB
(214,186,235)
#E2CEF1
(226,206,241)
#EEE2F7
(238,226,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761ABB; }

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

This text font color is #761ABB.

Background Color

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

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

This div background color is #761ABB.

Border color

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

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

This div border color is #761ABB.

Opacity

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

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

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

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

This text has shadow with #761ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #761ABB.

Preview

Color preview on black background

This text has color #761ABB on black background.


Color preview on white background

This text has color #761ABB on white background.


Black color preview on #761ABB background

This text has black color on #761ABB background.


White color preview on #761ABB background

This text has white color on #761ABB background.


Related colors

Complementary color

Complementary color for #hex is #89E544.


I love getcolorcode.com

Triadic colors

1 #BB761A and #1ABB76 with #761ABB are triadic colors.

2 #BB1A76 and #1A76BB with #761ABB are triadic colors.