COLOR #755187

HEX: #755187
RGB: (117,81,135)

Color info

#755187 contains red, green and blue colors in about the same proportion. Web safe color of #755187 is #666699 (or #669).

RGB color model

#755187 color RGB value is (117,81,135).

  • red value is 117;
  • green value is 81;
  • blue value is 135.
RGB:
(117,81,135)
(46%,32%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 135 of 255 = 53%

117
81
135

R + G + B ~ 44%. #755187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 135 = 333 (100%)
R 117 of 333 ~ 35.14%
G 81 of 333 ~ 24.32%
B 135 of 333 ~ 40.54%

%35.14
%24.32
%40.54

CMYK color model

#755187 color CMYK value is (13,40,0,47).

  • cyan value is 13.33%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,40,0,47)
C13M40Y0K47 
(13%,40%,0%,47%)
(0.13/0.40/0.00/0.47)	

CMYK percentages

%13.33
%40
%0
%47.06

Codes

Color #755187 in popluar color models

755187
RGB11781135
HSL280°25.00%42.35%
HSB/HSV280°40.00%52.94%
CMYK13.33%40.00%0.00%
47.06%

Color #755187 in popluar number systems.

HEX755187
Decimal11781135
Binary1110101101000110000111
Octal165121207

Shades and tints

Shades of #755187

#755187
(117,81,135)
#6B4A7B
(107,74,123)
#61436F
(97,67,111)
#573C63
(87,60,99)
#4D3557
(77,53,87)
#432E4B
(67,46,75)
#39273F
(57,39,63)
#2F2033
(47,32,51)
#251927
(37,25,39)
#1B121B
(27,18,27)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #755187

#755187
(117,81,135)
#816091
(129,96,145)
#8D6F9B
(141,111,155)
#997EA5
(153,126,165)
#A58DAF
(165,141,175)
#B19CB9
(177,156,185)
#BDABC3
(189,171,195)
#C9BACD
(201,186,205)
#D5C9D7
(213,201,215)
#E1D8E1
(225,216,225)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755187 color. Also use rgb(117,81,135) instead hex code.

Text Font Color

.myTextColor { color: #755187; }

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

This text font color is #755187.


Background Color

.myBgColor { background-color: #755187; }

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

This div background color is #755187.


Border color

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

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

This div border color is #755187.


Opacity

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

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

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

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

This text has shadow with #755187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755187 on black background.


Color preview on white background

This text has color #755187 on white background.



Black color preview on #755187 background

This text has black color on #755187 background.


White color preview on #755187 background

This text has white color on #755187 background.