COLOR #751857

HEX: #751857
RGB: (117,24,87)

Color info

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

RGB color model

#751857 color RGB value is (117,24,87).

  • red value is 117;
  • green value is 24;
  • blue value is 87.
RGB:
(117,24,87)
(46%,9%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 24 of 255 = 9%
B 87 of 255 = 34%

117
24
87

R + G + B ~ 30%. #751857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 24 + 87 = 228 (100%)
R 117 of 228 ~ 51.32%
G 24 of 228 ~ 10.53%
B 87 of 228 ~ 38.16%

%51.32
%10.53
%38.16

CMYK color model

#751857 color CMYK value is (0,79,26,54).

  • cyan value is 0.00%
  • magenta value is 79.49%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,79,26,54)
C0M79Y26K54 
(0%,79%,26%,54%)
(0.00/0.79/0.26/0.54)	

CMYK percentages

%0
%79.49
%25.64
%54.12

Codes

Color #751857 in popluar color models

751857
RGB1172487
HSL319°65.96%27.65%
HSB/HSV319°79.49%45.88%
CMYK0.00%79.49%25.64%
54.12%

Color #751857 in popluar number systems.

HEX751857
Decimal1172487
Binary1110101110001010111
Octal16530127

Shades and tints

Shades of #751857

#751857
(117,24,87)
#6B1650
(107,22,80)
#611449
(97,20,73)
#571242
(87,18,66)
#4D103B
(77,16,59)
#430E34
(67,14,52)
#390C2D
(57,12,45)
#2F0A26
(47,10,38)
#25081F
(37,8,31)
#1B0618
(27,6,24)
#110411
(17,4,17)
#000000
(0,0,0)

Tints of #751857

#751857
(117,24,87)
#812D66
(129,45,102)
#8D4275
(141,66,117)
#995784
(153,87,132)
#A56C93
(165,108,147)
#B181A2
(177,129,162)
#BD96B1
(189,150,177)
#C9ABC0
(201,171,192)
#D5C0CF
(213,192,207)
#E1D5DE
(225,213,222)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751857 color. Also use rgb(117,24,87) instead hex code.

Text Font Color

.myTextColor { color: #751857; }

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

This text font color is #751857.


Background Color

.myBgColor { background-color: #751857; }

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

This div background color is #751857.


Border color

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

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

This div border color is #751857.


Opacity

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

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

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

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

This text has shadow with #751857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751857 on black background.


Color preview on white background

This text has color #751857 on white background.



Black color preview on #751857 background

This text has black color on #751857 background.


White color preview on #751857 background

This text has white color on #751857 background.