COLOR #754476

HEX: #754476
RGB: (117,68,118)

Color info

#754476 contains red, green and blue colors in about the same proportion. Web safe color of #754476 is #663366 (or #636).

RGB color model

#754476 color RGB value is (117,68,118).

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

RGB channels and saturation

R 117 of 255 = 46%
G 68 of 255 = 27%
B 118 of 255 = 46%

117
68
118

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

Portions of RGB colors in percentages

R + G + B =
117 + 68 + 118 = 303 (100%)
R 117 of 303 ~ 38.61%
G 68 of 303 ~ 22.44%
B 118 of 303 ~ 38.94%

%38.61
%22.44
%38.94

CMYK color model

#754476 color CMYK value is (1,42,0,54).

  • cyan value is 0.85%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(1,42,0,54)
C1M42Y0K54 
(1%,42%,0%,54%)
(0.01/0.42/0.00/0.54)	

CMYK percentages

%0.85
%42.37
%0
%53.73

Codes

Color #754476 in popluar color models

754476
RGB11768118
HSL299°26.88%36.47%
HSB/HSV299°42.37%46.27%
CMYK0.85%42.37%0.00%
53.73%

Color #754476 in popluar number systems.

HEX754476
Decimal11768118
Binary111010110001001110110
Octal165104166

Shades and tints

Shades of #754476

#754476
(117,68,118)
#6B3E6C
(107,62,108)
#613862
(97,56,98)
#573258
(87,50,88)
#4D2C4E
(77,44,78)
#432644
(67,38,68)
#39203A
(57,32,58)
#2F1A30
(47,26,48)
#251426
(37,20,38)
#1B0E1C
(27,14,28)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #754476

#754476
(117,68,118)
#815582
(129,85,130)
#8D668E
(141,102,142)
#99779A
(153,119,154)
#A588A6
(165,136,166)
#B199B2
(177,153,178)
#BDAABE
(189,170,190)
#C9BBCA
(201,187,202)
#D5CCD6
(213,204,214)
#E1DDE2
(225,221,226)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754476; }

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

This text font color is #754476.


Background Color

.myBgColor { background-color: #754476; }

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

This div background color is #754476.


Border color

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

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

This div border color is #754476.


Opacity

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

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

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

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

This text has shadow with #754476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754476 on black background.


Color preview on white background

This text has color #754476 on white background.



Black color preview on #754476 background

This text has black color on #754476 background.


White color preview on #754476 background

This text has white color on #754476 background.