COLOR #754B6F

HEX: #754B6F
RGB: (117,75,111)

Color info

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

RGB color model

#754B6F color RGB value is (117,75,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 111 of 255 = 44%

117
75
111

R + G + B ~ 40%. #754B6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 111 = 303 (100%)
R 117 of 303 ~ 38.61%
G 75 of 303 ~ 24.75%
B 111 of 303 ~ 36.63%

%38.61
%24.75
%36.63

CMYK color model

#754B6F color CMYK value is (0,36,5,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,36,5,54)
C0M36Y5K54 
(0%,36%,5%,54%)
(0.00/0.36/0.05/0.54)	

CMYK percentages

%0
%35.9
%5.13
%54.12

Codes

Color #754B6F in popluar color models

754B6F
RGB11775111
HSL309°21.88%37.65%
HSB/HSV309°35.90%45.88%
CMYK0.00%35.90%5.13%
54.12%

Color #754B6F in popluar number systems.

HEX754B6F
Decimal11775111
Binary111010110010111101111
Octal165113157

Shades and tints

Shades of #754B6F

#754B6F
(117,75,111)
#6B4565
(107,69,101)
#613F5B
(97,63,91)
#573951
(87,57,81)
#4D3347
(77,51,71)
#432D3D
(67,45,61)
#392733
(57,39,51)
#2F2129
(47,33,41)
#251B1F
(37,27,31)
#1B1515
(27,21,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #754B6F

#754B6F
(117,75,111)
#815B7C
(129,91,124)
#8D6B89
(141,107,137)
#997B96
(153,123,150)
#A58BA3
(165,139,163)
#B19BB0
(177,155,176)
#BDABBD
(189,171,189)
#C9BBCA
(201,187,202)
#D5CBD7
(213,203,215)
#E1DBE4
(225,219,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754B6F; }

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

This text font color is #754B6F.


Background Color

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

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

This div background color is #754B6F.


Border color

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

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

This div border color is #754B6F.


Opacity

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

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

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

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

This text has shadow with #754B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B6F on black background.


Color preview on white background

This text has color #754B6F on white background.



Black color preview on #754B6F background

This text has black color on #754B6F background.


White color preview on #754B6F background

This text has white color on #754B6F background.