COLOR #754D6A

HEX: #754D6A
RGB: (117,77,106)

Color info

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

RGB color model

#754D6A color RGB value is (117,77,106).

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

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 106 of 255 = 42%

117
77
106

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

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 106 = 300 (100%)
R 117 of 300 ~ 39%
G 77 of 300 ~ 25.67%
B 106 of 300 ~ 35.33%

%39
%25.67
%35.33

CMYK color model

#754D6A color CMYK value is (0,34,9,54).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 9.40%
  • key color value is 54.12%
CMYK:
(0,34,9,54)
C0M34Y9K54 
(0%,34%,9%,54%)
(0.00/0.34/0.09/0.54)	

CMYK percentages

%0
%34.19
%9.4
%54.12

Codes

Color #754D6A in popluar color models

754D6A
RGB11777106
HSL317°20.62%38.04%
HSB/HSV317°34.19%45.88%
CMYK0.00%34.19%9.40%
54.12%

Color #754D6A in popluar number systems.

HEX754D6A
Decimal11777106
Binary111010110011011101010
Octal165115152

Shades and tints

Shades of #754D6A

#754D6A
(117,77,106)
#6B4661
(107,70,97)
#613F58
(97,63,88)
#57384F
(87,56,79)
#4D3146
(77,49,70)
#432A3D
(67,42,61)
#392334
(57,35,52)
#2F1C2B
(47,28,43)
#251522
(37,21,34)
#1B0E19
(27,14,25)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #754D6A

#754D6A
(117,77,106)
#815D77
(129,93,119)
#8D6D84
(141,109,132)
#997D91
(153,125,145)
#A58D9E
(165,141,158)
#B19DAB
(177,157,171)
#BDADB8
(189,173,184)
#C9BDC5
(201,189,197)
#D5CDD2
(213,205,210)
#E1DDDF
(225,221,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754D6A; }

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

This text font color is #754D6A.


Background Color

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

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

This div background color is #754D6A.


Border color

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

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

This div border color is #754D6A.


Opacity

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

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

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

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

This text has shadow with #754D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D6A on black background.


Color preview on white background

This text has color #754D6A on white background.



Black color preview on #754D6A background

This text has black color on #754D6A background.


White color preview on #754D6A background

This text has white color on #754D6A background.