COLOR #751B60

HEX: #751B60
RGB: (117,27,96)

Color info

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

RGB color model

#751B60 color RGB value is (117,27,96).

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

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 96 of 255 = 38%

117
27
96

R + G + B ~ 32%. #751B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 27 + 96 = 240 (100%)
R 117 of 240 ~ 48.75%
G 27 of 240 ~ 11.25%
B 96 of 240 ~ 40%

%48.75
%11.25
%40

CMYK color model

#751B60 color CMYK value is (0,77,18,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,77,18,54)
C0M77Y18K54 
(0%,77%,18%,54%)
(0.00/0.77/0.18/0.54)	

CMYK percentages

%0
%76.92
%17.95
%54.12

Codes

Color #751B60 in popluar color models

751B60
RGB1172796
HSL314°62.50%28.24%
HSB/HSV314°76.92%45.88%
CMYK0.00%76.92%17.95%
54.12%

Color #751B60 in popluar number systems.

HEX751B60
Decimal1172796
Binary1110101110111100000
Octal16533140

Shades and tints

Shades of #751B60

#751B60
(117,27,96)
#6B1958
(107,25,88)
#611750
(97,23,80)
#571548
(87,21,72)
#4D1340
(77,19,64)
#431138
(67,17,56)
#390F30
(57,15,48)
#2F0D28
(47,13,40)
#250B20
(37,11,32)
#1B0918
(27,9,24)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #751B60

#751B60
(117,27,96)
#812F6E
(129,47,110)
#8D437C
(141,67,124)
#99578A
(153,87,138)
#A56B98
(165,107,152)
#B17FA6
(177,127,166)
#BD93B4
(189,147,180)
#C9A7C2
(201,167,194)
#D5BBD0
(213,187,208)
#E1CFDE
(225,207,222)
#EDE3EC
(237,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751B60 color. Also use rgb(117,27,96) instead hex code.

Text Font Color

.myTextColor { color: #751B60; }

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

This text font color is #751B60.


Background Color

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

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

This div background color is #751B60.


Border color

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

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

This div border color is #751B60.


Opacity

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

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

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

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

This text has shadow with #751B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751B60 on black background.


Color preview on white background

This text has color #751B60 on white background.



Black color preview on #751B60 background

This text has black color on #751B60 background.


White color preview on #751B60 background

This text has white color on #751B60 background.