COLOR #754A68

HEX: #754A68
RGB: (117,74,104)

Color info

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

RGB color model

#754A68 color RGB value is (117,74,104).

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

RGB channels and saturation

R 117 of 255 = 46%
G 74 of 255 = 29%
B 104 of 255 = 41%

117
74
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 74 + 104 = 295 (100%)
R 117 of 295 ~ 39.66%
G 74 of 295 ~ 25.08%
B 104 of 295 ~ 35.25%

%39.66
%25.08
%35.25

CMYK color model

#754A68 color CMYK value is (0,37,11,54).

  • cyan value is 0.00%
  • magenta value is 36.75%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,37,11,54)
C0M37Y11K54 
(0%,37%,11%,54%)
(0.00/0.37/0.11/0.54)	

CMYK percentages

%0
%36.75
%11.11
%54.12

Codes

Color #754A68 in popluar color models

754A68
RGB11774104
HSL318°22.51%37.45%
HSB/HSV318°36.75%45.88%
CMYK0.00%36.75%11.11%
54.12%

Color #754A68 in popluar number systems.

HEX754A68
Decimal11774104
Binary111010110010101101000
Octal165112150

Shades and tints

Shades of #754A68

#754A68
(117,74,104)
#6B445F
(107,68,95)
#613E56
(97,62,86)
#57384D
(87,56,77)
#4D3244
(77,50,68)
#432C3B
(67,44,59)
#392632
(57,38,50)
#2F2029
(47,32,41)
#251A20
(37,26,32)
#1B1417
(27,20,23)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #754A68

#754A68
(117,74,104)
#815A75
(129,90,117)
#8D6A82
(141,106,130)
#997A8F
(153,122,143)
#A58A9C
(165,138,156)
#B19AA9
(177,154,169)
#BDAAB6
(189,170,182)
#C9BAC3
(201,186,195)
#D5CAD0
(213,202,208)
#E1DADD
(225,218,221)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754A68; }

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

This text font color is #754A68.


Background Color

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

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

This div background color is #754A68.


Border color

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

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

This div border color is #754A68.


Opacity

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

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

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

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

This text has shadow with #754A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754A68 on black background.


Color preview on white background

This text has color #754A68 on white background.



Black color preview on #754A68 background

This text has black color on #754A68 background.


White color preview on #754A68 background

This text has white color on #754A68 background.