COLOR #753876

HEX: #753876
RGB: (117,56,118)

Color info

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

RGB color model

#753876 color RGB value is (117,56,118).

  • red value is 117;
  • green value is 56;
  • blue value is 118.
RGB:
(117,56,118)
(46%,22%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 56 of 255 = 22%
B 118 of 255 = 46%

117
56
118

R + G + B ~ 38%. #753876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 56 + 118 = 291 (100%)
R 117 of 291 ~ 40.21%
G 56 of 291 ~ 19.24%
B 118 of 291 ~ 40.55%

%40.21
%19.24
%40.55

CMYK color model

#753876 color CMYK value is (1,53,0,54).

  • cyan value is 0.85%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(1,53,0,54)
C1M53Y0K54 
(1%,53%,0%,54%)
(0.01/0.53/0.00/0.54)	

CMYK percentages

%0.85
%52.54
%0
%53.73

Codes

Color #753876 in popluar color models

753876
RGB11756118
HSL299°35.63%34.12%
HSB/HSV299°52.54%46.27%
CMYK0.85%52.54%0.00%
53.73%

Color #753876 in popluar number systems.

HEX753876
Decimal11756118
Binary11101011110001110110
Octal16570166

Shades and tints

Shades of #753876

#753876
(117,56,118)
#6B336C
(107,51,108)
#612E62
(97,46,98)
#572958
(87,41,88)
#4D244E
(77,36,78)
#431F44
(67,31,68)
#391A3A
(57,26,58)
#2F1530
(47,21,48)
#251026
(37,16,38)
#1B0B1C
(27,11,28)
#110612
(17,6,18)
#000000
(0,0,0)

Tints of #753876

#753876
(117,56,118)
#814A82
(129,74,130)
#8D5C8E
(141,92,142)
#996E9A
(153,110,154)
#A580A6
(165,128,166)
#B192B2
(177,146,178)
#BDA4BE
(189,164,190)
#C9B6CA
(201,182,202)
#D5C8D6
(213,200,214)
#E1DAE2
(225,218,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753876 color. Also use rgb(117,56,118) instead hex code.

Text Font Color

.myTextColor { color: #753876; }

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

This text font color is #753876.


Background Color

.myBgColor { background-color: #753876; }

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

This div background color is #753876.


Border color

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

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

This div border color is #753876.


Opacity

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

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

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

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

This text has shadow with #753876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753876 on black background.


Color preview on white background

This text has color #753876 on white background.



Black color preview on #753876 background

This text has black color on #753876 background.


White color preview on #753876 background

This text has white color on #753876 background.