COLOR #754462

HEX: #754462
RGB: (117,68,98)

Color info

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

RGB color model

#754462 color RGB value is (117,68,98).

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

RGB channels and saturation

R 117 of 255 = 46%
G 68 of 255 = 27%
B 98 of 255 = 38%

117
68
98

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

Portions of RGB colors in percentages

R + G + B =
117 + 68 + 98 = 283 (100%)
R 117 of 283 ~ 41.34%
G 68 of 283 ~ 24.03%
B 98 of 283 ~ 34.63%

%41.34
%24.03
%34.63

CMYK color model

#754462 color CMYK value is (0,42,16,54).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(0,42,16,54)
C0M42Y16K54 
(0%,42%,16%,54%)
(0.00/0.42/0.16/0.54)	

CMYK percentages

%0
%41.88
%16.24
%54.12

Codes

Color #754462 in popluar color models

754462
RGB1176898
HSL323°26.49%36.27%
HSB/HSV323°41.88%45.88%
CMYK0.00%41.88%16.24%
54.12%

Color #754462 in popluar number systems.

HEX754462
Decimal1176898
Binary111010110001001100010
Octal165104142

Shades and tints

Shades of #754462

#754462
(117,68,98)
#6B3E5A
(107,62,90)
#613852
(97,56,82)
#57324A
(87,50,74)
#4D2C42
(77,44,66)
#43263A
(67,38,58)
#392032
(57,32,50)
#2F1A2A
(47,26,42)
#251422
(37,20,34)
#1B0E1A
(27,14,26)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #754462

#754462
(117,68,98)
#815570
(129,85,112)
#8D667E
(141,102,126)
#99778C
(153,119,140)
#A5889A
(165,136,154)
#B199A8
(177,153,168)
#BDAAB6
(189,170,182)
#C9BBC4
(201,187,196)
#D5CCD2
(213,204,210)
#E1DDE0
(225,221,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754462; }

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

This text font color is #754462.


Background Color

.myBgColor { background-color: #754462; }

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

This div background color is #754462.


Border color

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

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

This div border color is #754462.


Opacity

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

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

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

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

This text has shadow with #754462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754462 on black background.


Color preview on white background

This text has color #754462 on white background.



Black color preview on #754462 background

This text has black color on #754462 background.


White color preview on #754462 background

This text has white color on #754462 background.