COLOR #753975

HEX: #753975
RGB: (117,57,117)

Color info

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

RGB color model

#753975 color RGB value is (117,57,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 57 of 255 = 22%
B 117 of 255 = 46%

117
57
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 57 + 117 = 291 (100%)
R 117 of 291 ~ 40.21%
G 57 of 291 ~ 19.59%
B 117 of 291 ~ 40.21%

%40.21
%19.59
%40.21

CMYK color model

#753975 color CMYK value is (0,51,0,54).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,51,0,54)
C0M51Y0K54 
(0%,51%,0%,54%)
(0.00/0.51/0.00/0.54)	

CMYK percentages

%0
%51.28
%0
%54.12

Codes

Color #753975 in popluar color models

753975
RGB11757117
HSL300°34.48%34.12%
HSB/HSV300°51.28%45.88%
CMYK0.00%51.28%0.00%
54.12%

Color #753975 in popluar number systems.

HEX753975
Decimal11757117
Binary11101011110011110101
Octal16571165

Shades and tints

Shades of #753975

#753975
(117,57,117)
#6B346B
(107,52,107)
#612F61
(97,47,97)
#572A57
(87,42,87)
#4D254D
(77,37,77)
#432043
(67,32,67)
#391B39
(57,27,57)
#2F162F
(47,22,47)
#251125
(37,17,37)
#1B0C1B
(27,12,27)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #753975

#753975
(117,57,117)
#814B81
(129,75,129)
#8D5D8D
(141,93,141)
#996F99
(153,111,153)
#A581A5
(165,129,165)
#B193B1
(177,147,177)
#BDA5BD
(189,165,189)
#C9B7C9
(201,183,201)
#D5C9D5
(213,201,213)
#E1DBE1
(225,219,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753975; }

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

This text font color is #753975.


Background Color

.myBgColor { background-color: #753975; }

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

This div background color is #753975.


Border color

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

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

This div border color is #753975.


Opacity

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

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

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

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

This text has shadow with #753975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753975 on black background.


Color preview on white background

This text has color #753975 on white background.



Black color preview on #753975 background

This text has black color on #753975 background.


White color preview on #753975 background

This text has white color on #753975 background.