COLOR #754862

HEX: #754862
RGB: (117,72,98)

Color info

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

RGB color model

#754862 color RGB value is (117,72,98).

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

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 98 of 255 = 38%

117
72
98

R + G + B ~ 37%. #754862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 98 = 287 (100%)
R 117 of 287 ~ 40.77%
G 72 of 287 ~ 25.09%
B 98 of 287 ~ 34.15%

%40.77
%25.09
%34.15

CMYK color model

#754862 color CMYK value is (0,38,16,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(0,38,16,54)
C0M38Y16K54 
(0%,38%,16%,54%)
(0.00/0.38/0.16/0.54)	

CMYK percentages

%0
%38.46
%16.24
%54.12

Codes

Color #754862 in popluar color models

754862
RGB1177298
HSL325°23.81%37.06%
HSB/HSV325°38.46%45.88%
CMYK0.00%38.46%16.24%
54.12%

Color #754862 in popluar number systems.

HEX754862
Decimal1177298
Binary111010110010001100010
Octal165110142

Shades and tints

Shades of #754862

#754862
(117,72,98)
#6B425A
(107,66,90)
#613C52
(97,60,82)
#57364A
(87,54,74)
#4D3042
(77,48,66)
#432A3A
(67,42,58)
#392432
(57,36,50)
#2F1E2A
(47,30,42)
#251822
(37,24,34)
#1B121A
(27,18,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #754862

#754862
(117,72,98)
#815870
(129,88,112)
#8D687E
(141,104,126)
#99788C
(153,120,140)
#A5889A
(165,136,154)
#B198A8
(177,152,168)
#BDA8B6
(189,168,182)
#C9B8C4
(201,184,196)
#D5C8D2
(213,200,210)
#E1D8E0
(225,216,224)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754862; }

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

This text font color is #754862.


Background Color

.myBgColor { background-color: #754862; }

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

This div background color is #754862.


Border color

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

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

This div border color is #754862.


Opacity

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

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

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

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

This text has shadow with #754862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754862 on black background.


Color preview on white background

This text has color #754862 on white background.



Black color preview on #754862 background

This text has black color on #754862 background.


White color preview on #754862 background

This text has white color on #754862 background.