COLOR #754866

HEX: #754866
RGB: (117,72,102)

Color info

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

RGB color model

#754866 color RGB value is (117,72,102).

  • red value is 117;
  • green value is 72;
  • blue value is 102.
RGB:
(117,72,102)
(46%,28%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 102 of 255 = 40%

117
72
102

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

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 102 = 291 (100%)
R 117 of 291 ~ 40.21%
G 72 of 291 ~ 24.74%
B 102 of 291 ~ 35.05%

%40.21
%24.74
%35.05

CMYK color model

#754866 color CMYK value is (0,38,13,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(0,38,13,54)
C0M38Y13K54 
(0%,38%,13%,54%)
(0.00/0.38/0.13/0.54)	

CMYK percentages

%0
%38.46
%12.82
%54.12

Codes

Color #754866 in popluar color models

754866
RGB11772102
HSL320°23.81%37.06%
HSB/HSV320°38.46%45.88%
CMYK0.00%38.46%12.82%
54.12%

Color #754866 in popluar number systems.

HEX754866
Decimal11772102
Binary111010110010001100110
Octal165110146

Shades and tints

Shades of #754866

#754866
(117,72,102)
#6B425D
(107,66,93)
#613C54
(97,60,84)
#57364B
(87,54,75)
#4D3042
(77,48,66)
#432A39
(67,42,57)
#392430
(57,36,48)
#2F1E27
(47,30,39)
#25181E
(37,24,30)
#1B1215
(27,18,21)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #754866

#754866
(117,72,102)
#815873
(129,88,115)
#8D6880
(141,104,128)
#99788D
(153,120,141)
#A5889A
(165,136,154)
#B198A7
(177,152,167)
#BDA8B4
(189,168,180)
#C9B8C1
(201,184,193)
#D5C8CE
(213,200,206)
#E1D8DB
(225,216,219)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754866 color. Also use rgb(117,72,102) instead hex code.

Text Font Color

.myTextColor { color: #754866; }

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

This text font color is #754866.


Background Color

.myBgColor { background-color: #754866; }

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

This div background color is #754866.


Border color

.myBorderColor { border: 1px solid #754866; }

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

This div border color is #754866.


Opacity

.myOpacity80 { color: #754866; opacity: 0.8; }

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

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

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

This text has shadow with #754866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754866 on black background.


Color preview on white background

This text has color #754866 on white background.



Black color preview on #754866 background

This text has black color on #754866 background.


White color preview on #754866 background

This text has white color on #754866 background.