COLOR #754A86

HEX: #754A86
RGB: (117,74,134)

Color info

#754A86 contains mainly red and blue colors. Web safe color of #754A86 is #663399 (or #639).

RGB color model

#754A86 color RGB value is (117,74,134).

  • red value is 117;
  • green value is 74;
  • blue value is 134.
RGB:
(117,74,134)
(46%,29%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 74 of 255 = 29%
B 134 of 255 = 53%

117
74
134

R + G + B ~ 43%. #754A86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 74 + 134 = 325 (100%)
R 117 of 325 ~ 36%
G 74 of 325 ~ 22.77%
B 134 of 325 ~ 41.23%

%36
%22.77
%41.23

CMYK color model

#754A86 color CMYK value is (13,45,0,47).

  • cyan value is 12.69%
  • magenta value is 44.78%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,45,0,47)
C13M45Y0K47 
(13%,45%,0%,47%)
(0.13/0.45/0.00/0.47)	

CMYK percentages

%12.69
%44.78
%0
%47.45

Codes

Color #754A86 in popluar color models

754A86
RGB11774134
HSL283°28.85%40.78%
HSB/HSV283°44.78%52.55%
CMYK12.69%44.78%0.00%
47.45%

Color #754A86 in popluar number systems.

HEX754A86
Decimal11774134
Binary1110101100101010000110
Octal165112206

Shades and tints

Shades of #754A86

#754A86
(117,74,134)
#6B447A
(107,68,122)
#613E6E
(97,62,110)
#573862
(87,56,98)
#4D3256
(77,50,86)
#432C4A
(67,44,74)
#39263E
(57,38,62)
#2F2032
(47,32,50)
#251A26
(37,26,38)
#1B141A
(27,20,26)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #754A86

#754A86
(117,74,134)
#815A91
(129,90,145)
#8D6A9C
(141,106,156)
#997AA7
(153,122,167)
#A58AB2
(165,138,178)
#B19ABD
(177,154,189)
#BDAAC8
(189,170,200)
#C9BAD3
(201,186,211)
#D5CADE
(213,202,222)
#E1DAE9
(225,218,233)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754A86 color. Also use rgb(117,74,134) instead hex code.

Text Font Color

.myTextColor { color: #754A86; }

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

This text font color is #754A86.


Background Color

.myBgColor { background-color: #754A86; }

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

This div background color is #754A86.


Border color

.myBorderColor { border: 1px solid #754A86; }

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

This div border color is #754A86.


Opacity

.myOpacity80 { color: #754A86; opacity: 0.8; }

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

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

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

This text has shadow with #754A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754A86 on black background.


Color preview on white background

This text has color #754A86 on white background.



Black color preview on #754A86 background

This text has black color on #754A86 background.


White color preview on #754A86 background

This text has white color on #754A86 background.