COLOR #754B60

HEX: #754B60
RGB: (117,75,96)

Color info

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

RGB color model

#754B60 color RGB value is (117,75,96).

  • red value is 117;
  • green value is 75;
  • blue value is 96.
RGB:
(117,75,96)
(46%,29%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 96 of 255 = 38%

117
75
96

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

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 96 = 288 (100%)
R 117 of 288 ~ 40.63%
G 75 of 288 ~ 26.04%
B 96 of 288 ~ 33.33%

%40.63
%26.04
%33.33

CMYK color model

#754B60 color CMYK value is (0,36,18,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,36,18,54)
C0M36Y18K54 
(0%,36%,18%,54%)
(0.00/0.36/0.18/0.54)	

CMYK percentages

%0
%35.9
%17.95
%54.12

Codes

Color #754B60 in popluar color models

754B60
RGB1177596
HSL330°21.88%37.65%
HSB/HSV330°35.90%45.88%
CMYK0.00%35.90%17.95%
54.12%

Color #754B60 in popluar number systems.

HEX754B60
Decimal1177596
Binary111010110010111100000
Octal165113140

Shades and tints

Shades of #754B60

#754B60
(117,75,96)
#6B4558
(107,69,88)
#613F50
(97,63,80)
#573948
(87,57,72)
#4D3340
(77,51,64)
#432D38
(67,45,56)
#392730
(57,39,48)
#2F2128
(47,33,40)
#251B20
(37,27,32)
#1B1518
(27,21,24)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #754B60

#754B60
(117,75,96)
#815B6E
(129,91,110)
#8D6B7C
(141,107,124)
#997B8A
(153,123,138)
#A58B98
(165,139,152)
#B19BA6
(177,155,166)
#BDABB4
(189,171,180)
#C9BBC2
(201,187,194)
#D5CBD0
(213,203,208)
#E1DBDE
(225,219,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754B60 color. Also use rgb(117,75,96) instead hex code.

Text Font Color

.myTextColor { color: #754B60; }

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

This text font color is #754B60.


Background Color

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

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

This div background color is #754B60.


Border color

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

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

This div border color is #754B60.


Opacity

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

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

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

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

This text has shadow with #754B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B60 on black background.


Color preview on white background

This text has color #754B60 on white background.



Black color preview on #754B60 background

This text has black color on #754B60 background.


White color preview on #754B60 background

This text has white color on #754B60 background.