COLOR #751E66

HEX: #751E66
RGB: (117,30,102)

Color info

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

RGB color model

#751E66 color RGB value is (117,30,102).

  • red value is 117;
  • green value is 30;
  • blue value is 102.
RGB:
(117,30,102)
(46%,12%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 30 of 255 = 12%
B 102 of 255 = 40%

117
30
102

R + G + B ~ 33%. #751E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 30 + 102 = 249 (100%)
R 117 of 249 ~ 46.99%
G 30 of 249 ~ 12.05%
B 102 of 249 ~ 40.96%

%46.99
%12.05
%40.96

CMYK color model

#751E66 color CMYK value is (0,74,13,54).

  • cyan value is 0.00%
  • magenta value is 74.36%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(0,74,13,54)
C0M74Y13K54 
(0%,74%,13%,54%)
(0.00/0.74/0.13/0.54)	

CMYK percentages

%0
%74.36
%12.82
%54.12

Codes

Color #751E66 in popluar color models

751E66
RGB11730102
HSL310°59.18%28.82%
HSB/HSV310°74.36%45.88%
CMYK0.00%74.36%12.82%
54.12%

Color #751E66 in popluar number systems.

HEX751E66
Decimal11730102
Binary1110101111101100110
Octal16536146

Shades and tints

Shades of #751E66

#751E66
(117,30,102)
#6B1C5D
(107,28,93)
#611A54
(97,26,84)
#57184B
(87,24,75)
#4D1642
(77,22,66)
#431439
(67,20,57)
#391230
(57,18,48)
#2F1027
(47,16,39)
#250E1E
(37,14,30)
#1B0C15
(27,12,21)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #751E66

#751E66
(117,30,102)
#813273
(129,50,115)
#8D4680
(141,70,128)
#995A8D
(153,90,141)
#A56E9A
(165,110,154)
#B182A7
(177,130,167)
#BD96B4
(189,150,180)
#C9AAC1
(201,170,193)
#D5BECE
(213,190,206)
#E1D2DB
(225,210,219)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751E66 color. Also use rgb(117,30,102) instead hex code.

Text Font Color

.myTextColor { color: #751E66; }

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

This text font color is #751E66.


Background Color

.myBgColor { background-color: #751E66; }

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

This div background color is #751E66.


Border color

.myBorderColor { border: 1px solid #751E66; }

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

This div border color is #751E66.


Opacity

.myOpacity80 { color: #751E66; opacity: 0.8; }

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

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

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

This text has shadow with #751E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751E66 on black background.


Color preview on white background

This text has color #751E66 on white background.



Black color preview on #751E66 background

This text has black color on #751E66 background.


White color preview on #751E66 background

This text has white color on #751E66 background.