COLOR #754C70

HEX: #754C70
RGB: (117,76,112)

Color info

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

RGB color model

#754C70 color RGB value is (117,76,112).

  • red value is 117;
  • green value is 76;
  • blue value is 112.
RGB:
(117,76,112)
(46%,30%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 112 of 255 = 44%

117
76
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 112 = 305 (100%)
R 117 of 305 ~ 38.36%
G 76 of 305 ~ 24.92%
B 112 of 305 ~ 36.72%

%38.36
%24.92
%36.72

CMYK color model

#754C70 color CMYK value is (0,35,4,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(0,35,4,54)
C0M35Y4K54 
(0%,35%,4%,54%)
(0.00/0.35/0.04/0.54)	

CMYK percentages

%0
%35.04
%4.27
%54.12

Codes

Color #754C70 in popluar color models

754C70
RGB11776112
HSL307°21.24%37.84%
HSB/HSV307°35.04%45.88%
CMYK0.00%35.04%4.27%
54.12%

Color #754C70 in popluar number systems.

HEX754C70
Decimal11776112
Binary111010110011001110000
Octal165114160

Shades and tints

Shades of #754C70

#754C70
(117,76,112)
#6B4666
(107,70,102)
#61405C
(97,64,92)
#573A52
(87,58,82)
#4D3448
(77,52,72)
#432E3E
(67,46,62)
#392834
(57,40,52)
#2F222A
(47,34,42)
#251C20
(37,28,32)
#1B1616
(27,22,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #754C70

#754C70
(117,76,112)
#815C7D
(129,92,125)
#8D6C8A
(141,108,138)
#997C97
(153,124,151)
#A58CA4
(165,140,164)
#B19CB1
(177,156,177)
#BDACBE
(189,172,190)
#C9BCCB
(201,188,203)
#D5CCD8
(213,204,216)
#E1DCE5
(225,220,229)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754C70 color. Also use rgb(117,76,112) instead hex code.

Text Font Color

.myTextColor { color: #754C70; }

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

This text font color is #754C70.


Background Color

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

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

This div background color is #754C70.


Border color

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

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

This div border color is #754C70.


Opacity

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

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

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

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

This text has shadow with #754C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C70 on black background.


Color preview on white background

This text has color #754C70 on white background.



Black color preview on #754C70 background

This text has black color on #754C70 background.


White color preview on #754C70 background

This text has white color on #754C70 background.