COLOR #754575

HEX: #754575
RGB: (117,69,117)

Color info

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

RGB color model

#754575 color RGB value is (117,69,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 117 of 255 = 46%

117
69
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 117 = 303 (100%)
R 117 of 303 ~ 38.61%
G 69 of 303 ~ 22.77%
B 117 of 303 ~ 38.61%

%38.61
%22.77
%38.61

CMYK color model

#754575 color CMYK value is (0,41,0,54).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,41,0,54)
C0M41Y0K54 
(0%,41%,0%,54%)
(0.00/0.41/0.00/0.54)	

CMYK percentages

%0
%41.03
%0
%54.12

Codes

Color #754575 in popluar color models

754575
RGB11769117
HSL300°25.81%36.47%
HSB/HSV300°41.03%45.88%
CMYK0.00%41.03%0.00%
54.12%

Color #754575 in popluar number systems.

HEX754575
Decimal11769117
Binary111010110001011110101
Octal165105165

Shades and tints

Shades of #754575

#754575
(117,69,117)
#6B3F6B
(107,63,107)
#613961
(97,57,97)
#573357
(87,51,87)
#4D2D4D
(77,45,77)
#432743
(67,39,67)
#392139
(57,33,57)
#2F1B2F
(47,27,47)
#251525
(37,21,37)
#1B0F1B
(27,15,27)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #754575

#754575
(117,69,117)
#815581
(129,85,129)
#8D658D
(141,101,141)
#997599
(153,117,153)
#A585A5
(165,133,165)
#B195B1
(177,149,177)
#BDA5BD
(189,165,189)
#C9B5C9
(201,181,201)
#D5C5D5
(213,197,213)
#E1D5E1
(225,213,225)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754575; }

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

This text font color is #754575.


Background Color

.myBgColor { background-color: #754575; }

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

This div background color is #754575.


Border color

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

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

This div border color is #754575.


Opacity

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

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

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

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

This text has shadow with #754575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754575 on black background.


Color preview on white background

This text has color #754575 on white background.



Black color preview on #754575 background

This text has black color on #754575 background.


White color preview on #754575 background

This text has white color on #754575 background.