COLOR #754D5B

HEX: #754D5B
RGB: (117,77,91)

Color info

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

RGB color model

#754D5B color RGB value is (117,77,91).

  • red value is 117;
  • green value is 77;
  • blue value is 91.
RGB:
(117,77,91)
(46%,30%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 91 of 255 = 36%

117
77
91

R + G + B ~ 37%. #754D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 91 = 285 (100%)
R 117 of 285 ~ 41.05%
G 77 of 285 ~ 27.02%
B 91 of 285 ~ 31.93%

%41.05
%27.02
%31.93

CMYK color model

#754D5B color CMYK value is (0,34,22,54).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,34,22,54)
C0M34Y22K54 
(0%,34%,22%,54%)
(0.00/0.34/0.22/0.54)	

CMYK percentages

%0
%34.19
%22.22
%54.12

Codes

Color #754D5B in popluar color models

754D5B
RGB1177791
HSL339°20.62%38.04%
HSB/HSV339°34.19%45.88%
CMYK0.00%34.19%22.22%
54.12%

Color #754D5B in popluar number systems.

HEX754D5B
Decimal1177791
Binary111010110011011011011
Octal165115133

Shades and tints

Shades of #754D5B

#754D5B
(117,77,91)
#6B4653
(107,70,83)
#613F4B
(97,63,75)
#573843
(87,56,67)
#4D313B
(77,49,59)
#432A33
(67,42,51)
#39232B
(57,35,43)
#2F1C23
(47,28,35)
#25151B
(37,21,27)
#1B0E13
(27,14,19)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #754D5B

#754D5B
(117,77,91)
#815D69
(129,93,105)
#8D6D77
(141,109,119)
#997D85
(153,125,133)
#A58D93
(165,141,147)
#B19DA1
(177,157,161)
#BDADAF
(189,173,175)
#C9BDBD
(201,189,189)
#D5CDCB
(213,205,203)
#E1DDD9
(225,221,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754D5B color. Also use rgb(117,77,91) instead hex code.

Text Font Color

.myTextColor { color: #754D5B; }

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

This text font color is #754D5B.


Background Color

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

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

This div background color is #754D5B.


Border color

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

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

This div border color is #754D5B.


Opacity

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

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

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

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

This text has shadow with #754D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D5B on black background.


Color preview on white background

This text has color #754D5B on white background.



Black color preview on #754D5B background

This text has black color on #754D5B background.


White color preview on #754D5B background

This text has white color on #754D5B background.