COLOR #754C68

HEX: #754C68
RGB: (117,76,104)

Color info

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

RGB color model

#754C68 color RGB value is (117,76,104).

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

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 104 of 255 = 41%

117
76
104

R + G + B ~ 39%. #754C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 104 = 297 (100%)
R 117 of 297 ~ 39.39%
G 76 of 297 ~ 25.59%
B 104 of 297 ~ 35.02%

%39.39
%25.59
%35.02

CMYK color model

#754C68 color CMYK value is (0,35,11,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,35,11,54)
C0M35Y11K54 
(0%,35%,11%,54%)
(0.00/0.35/0.11/0.54)	

CMYK percentages

%0
%35.04
%11.11
%54.12

Codes

Color #754C68 in popluar color models

754C68
RGB11776104
HSL319°21.24%37.84%
HSB/HSV319°35.04%45.88%
CMYK0.00%35.04%11.11%
54.12%

Color #754C68 in popluar number systems.

HEX754C68
Decimal11776104
Binary111010110011001101000
Octal165114150

Shades and tints

Shades of #754C68

#754C68
(117,76,104)
#6B465F
(107,70,95)
#614056
(97,64,86)
#573A4D
(87,58,77)
#4D3444
(77,52,68)
#432E3B
(67,46,59)
#392832
(57,40,50)
#2F2229
(47,34,41)
#251C20
(37,28,32)
#1B1617
(27,22,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #754C68

#754C68
(117,76,104)
#815C75
(129,92,117)
#8D6C82
(141,108,130)
#997C8F
(153,124,143)
#A58C9C
(165,140,156)
#B19CA9
(177,156,169)
#BDACB6
(189,172,182)
#C9BCC3
(201,188,195)
#D5CCD0
(213,204,208)
#E1DCDD
(225,220,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C68; }

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

This text font color is #754C68.


Background Color

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

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

This div background color is #754C68.


Border color

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

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

This div border color is #754C68.


Opacity

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

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

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

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

This text has shadow with #754C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C68 on black background.


Color preview on white background

This text has color #754C68 on white background.



Black color preview on #754C68 background

This text has black color on #754C68 background.


White color preview on #754C68 background

This text has white color on #754C68 background.