COLOR #754C62

HEX: #754C62
RGB: (117,76,98)

Color info

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

RGB color model

#754C62 color RGB value is (117,76,98).

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

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 98 of 255 = 38%

117
76
98

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

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 98 = 291 (100%)
R 117 of 291 ~ 40.21%
G 76 of 291 ~ 26.12%
B 98 of 291 ~ 33.68%

%40.21
%26.12
%33.68

CMYK color model

#754C62 color CMYK value is (0,35,16,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(0,35,16,54)
C0M35Y16K54 
(0%,35%,16%,54%)
(0.00/0.35/0.16/0.54)	

CMYK percentages

%0
%35.04
%16.24
%54.12

Codes

Color #754C62 in popluar color models

754C62
RGB1177698
HSL328°21.24%37.84%
HSB/HSV328°35.04%45.88%
CMYK0.00%35.04%16.24%
54.12%

Color #754C62 in popluar number systems.

HEX754C62
Decimal1177698
Binary111010110011001100010
Octal165114142

Shades and tints

Shades of #754C62

#754C62
(117,76,98)
#6B465A
(107,70,90)
#614052
(97,64,82)
#573A4A
(87,58,74)
#4D3442
(77,52,66)
#432E3A
(67,46,58)
#392832
(57,40,50)
#2F222A
(47,34,42)
#251C22
(37,28,34)
#1B161A
(27,22,26)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #754C62

#754C62
(117,76,98)
#815C70
(129,92,112)
#8D6C7E
(141,108,126)
#997C8C
(153,124,140)
#A58C9A
(165,140,154)
#B19CA8
(177,156,168)
#BDACB6
(189,172,182)
#C9BCC4
(201,188,196)
#D5CCD2
(213,204,210)
#E1DCE0
(225,220,224)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C62; }

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

This text font color is #754C62.


Background Color

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

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

This div background color is #754C62.


Border color

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

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

This div border color is #754C62.


Opacity

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

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

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

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

This text has shadow with #754C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C62 on black background.


Color preview on white background

This text has color #754C62 on white background.



Black color preview on #754C62 background

This text has black color on #754C62 background.


White color preview on #754C62 background

This text has white color on #754C62 background.