COLOR #754D5F

HEX: #754D5F
RGB: (117,77,95)

Color info

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

RGB color model

#754D5F color RGB value is (117,77,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 95 of 255 = 37%

117
77
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 95 = 289 (100%)
R 117 of 289 ~ 40.48%
G 77 of 289 ~ 26.64%
B 95 of 289 ~ 32.87%

%40.48
%26.64
%32.87

CMYK color model

#754D5F color CMYK value is (0,34,19,54).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,34,19,54)
C0M34Y19K54 
(0%,34%,19%,54%)
(0.00/0.34/0.19/0.54)	

CMYK percentages

%0
%34.19
%18.8
%54.12

Codes

Color #754D5F in popluar color models

754D5F
RGB1177795
HSL333°20.62%38.04%
HSB/HSV333°34.19%45.88%
CMYK0.00%34.19%18.80%
54.12%

Color #754D5F in popluar number systems.

HEX754D5F
Decimal1177795
Binary111010110011011011111
Octal165115137

Shades and tints

Shades of #754D5F

#754D5F
(117,77,95)
#6B4657
(107,70,87)
#613F4F
(97,63,79)
#573847
(87,56,71)
#4D313F
(77,49,63)
#432A37
(67,42,55)
#39232F
(57,35,47)
#2F1C27
(47,28,39)
#25151F
(37,21,31)
#1B0E17
(27,14,23)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #754D5F

#754D5F
(117,77,95)
#815D6D
(129,93,109)
#8D6D7B
(141,109,123)
#997D89
(153,125,137)
#A58D97
(165,141,151)
#B19DA5
(177,157,165)
#BDADB3
(189,173,179)
#C9BDC1
(201,189,193)
#D5CDCF
(213,205,207)
#E1DDDD
(225,221,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754D5F; }

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

This text font color is #754D5F.


Background Color

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

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

This div background color is #754D5F.


Border color

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

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

This div border color is #754D5F.


Opacity

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

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

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

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

This text has shadow with #754D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D5F on black background.


Color preview on white background

This text has color #754D5F on white background.



Black color preview on #754D5F background

This text has black color on #754D5F background.


White color preview on #754D5F background

This text has white color on #754D5F background.