COLOR #754F6F

HEX: #754F6F
RGB: (117,79,111)

Color info

#754F6F contains red, green and blue colors in about the same proportion. Web safe color of #754F6F is #666666 (or #666).

RGB color model

#754F6F color RGB value is (117,79,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 111 of 255 = 44%

117
79
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 111 = 307 (100%)
R 117 of 307 ~ 38.11%
G 79 of 307 ~ 25.73%
B 111 of 307 ~ 36.16%

%38.11
%25.73
%36.16

CMYK color model

#754F6F color CMYK value is (0,32,5,54).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,32,5,54)
C0M32Y5K54 
(0%,32%,5%,54%)
(0.00/0.32/0.05/0.54)	

CMYK percentages

%0
%32.48
%5.13
%54.12

Codes

Color #754F6F in popluar color models

754F6F
RGB11779111
HSL309°19.39%38.43%
HSB/HSV309°32.48%45.88%
CMYK0.00%32.48%5.13%
54.12%

Color #754F6F in popluar number systems.

HEX754F6F
Decimal11779111
Binary111010110011111101111
Octal165117157

Shades and tints

Shades of #754F6F

#754F6F
(117,79,111)
#6B4865
(107,72,101)
#61415B
(97,65,91)
#573A51
(87,58,81)
#4D3347
(77,51,71)
#432C3D
(67,44,61)
#392533
(57,37,51)
#2F1E29
(47,30,41)
#25171F
(37,23,31)
#1B1015
(27,16,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #754F6F

#754F6F
(117,79,111)
#815F7C
(129,95,124)
#8D6F89
(141,111,137)
#997F96
(153,127,150)
#A58FA3
(165,143,163)
#B19FB0
(177,159,176)
#BDAFBD
(189,175,189)
#C9BFCA
(201,191,202)
#D5CFD7
(213,207,215)
#E1DFE4
(225,223,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F6F; }

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

This text font color is #754F6F.


Background Color

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

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

This div background color is #754F6F.


Border color

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

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

This div border color is #754F6F.


Opacity

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

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

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

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

This text has shadow with #754F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F6F on black background.


Color preview on white background

This text has color #754F6F on white background.



Black color preview on #754F6F background

This text has black color on #754F6F background.


White color preview on #754F6F background

This text has white color on #754F6F background.