COLOR #754F7A

HEX: #754F7A
RGB: (117,79,122)

Color info

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

RGB color model

#754F7A color RGB value is (117,79,122).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 122 of 255 = 48%

117
79
122

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

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 122 = 318 (100%)
R 117 of 318 ~ 36.79%
G 79 of 318 ~ 24.84%
B 122 of 318 ~ 38.36%

%36.79
%24.84
%38.36

CMYK color model

#754F7A color CMYK value is (4,35,0,52).

  • cyan value is 4.10%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(4,35,0,52)
C4M35Y0K52 
(4%,35%,0%,52%)
(0.04/0.35/0.00/0.52)	

CMYK percentages

%4.1
%35.25
%0
%52.16

Codes

Color #754F7A in popluar color models

754F7A
RGB11779122
HSL293°21.39%39.41%
HSB/HSV293°35.25%47.84%
CMYK4.10%35.25%0.00%
52.16%

Color #754F7A in popluar number systems.

HEX754F7A
Decimal11779122
Binary111010110011111111010
Octal165117172

Shades and tints

Shades of #754F7A

#754F7A
(117,79,122)
#6B486F
(107,72,111)
#614164
(97,65,100)
#573A59
(87,58,89)
#4D334E
(77,51,78)
#432C43
(67,44,67)
#392538
(57,37,56)
#2F1E2D
(47,30,45)
#251722
(37,23,34)
#1B1017
(27,16,23)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #754F7A

#754F7A
(117,79,122)
#815F86
(129,95,134)
#8D6F92
(141,111,146)
#997F9E
(153,127,158)
#A58FAA
(165,143,170)
#B19FB6
(177,159,182)
#BDAFC2
(189,175,194)
#C9BFCE
(201,191,206)
#D5CFDA
(213,207,218)
#E1DFE6
(225,223,230)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F7A; }

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

This text font color is #754F7A.


Background Color

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

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

This div background color is #754F7A.


Border color

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

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

This div border color is #754F7A.


Opacity

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

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

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

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

This text has shadow with #754F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F7A on black background.


Color preview on white background

This text has color #754F7A on white background.



Black color preview on #754F7A background

This text has black color on #754F7A background.


White color preview on #754F7A background

This text has white color on #754F7A background.