COLOR #751456

HEX: #751456
RGB: (117,20,86)

Color info

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

RGB color model

#751456 color RGB value is (117,20,86).

  • red value is 117;
  • green value is 20;
  • blue value is 86.
RGB:
(117,20,86)
(46%,8%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 20 of 255 = 8%
B 86 of 255 = 34%

117
20
86

R + G + B ~ 29%. #751456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 20 + 86 = 223 (100%)
R 117 of 223 ~ 52.47%
G 20 of 223 ~ 8.97%
B 86 of 223 ~ 38.57%

%52.47
%38.57

CMYK color model

#751456 color CMYK value is (0,83,26,54).

  • cyan value is 0.00%
  • magenta value is 82.91%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(0,83,26,54)
C0M83Y26K54 
(0%,83%,26%,54%)
(0.00/0.83/0.26/0.54)	

CMYK percentages

%0
%82.91
%26.5
%54.12

Codes

Color #751456 in popluar color models

751456
RGB1172086
HSL319°70.80%26.86%
HSB/HSV319°82.91%45.88%
CMYK0.00%82.91%26.50%
54.12%

Color #751456 in popluar number systems.

HEX751456
Decimal1172086
Binary1110101101001010110
Octal16524126

Shades and tints

Shades of #751456

#751456
(117,20,86)
#6B134F
(107,19,79)
#611248
(97,18,72)
#571141
(87,17,65)
#4D103A
(77,16,58)
#430F33
(67,15,51)
#390E2C
(57,14,44)
#2F0D25
(47,13,37)
#250C1E
(37,12,30)
#1B0B17
(27,11,23)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #751456

#751456
(117,20,86)
#812965
(129,41,101)
#8D3E74
(141,62,116)
#995383
(153,83,131)
#A56892
(165,104,146)
#B17DA1
(177,125,161)
#BD92B0
(189,146,176)
#C9A7BF
(201,167,191)
#D5BCCE
(213,188,206)
#E1D1DD
(225,209,221)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751456 color. Also use rgb(117,20,86) instead hex code.

Text Font Color

.myTextColor { color: #751456; }

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

This text font color is #751456.


Background Color

.myBgColor { background-color: #751456; }

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

This div background color is #751456.


Border color

.myBorderColor { border: 1px solid #751456; }

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

This div border color is #751456.


Opacity

.myOpacity80 { color: #751456; opacity: 0.8; }

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

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

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

This text has shadow with #751456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751456 on black background.


Color preview on white background

This text has color #751456 on white background.



Black color preview on #751456 background

This text has black color on #751456 background.


White color preview on #751456 background

This text has white color on #751456 background.