COLOR #754455

HEX: #754455
RGB: (117,68,85)

Color info

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

RGB color model

#754455 color RGB value is (117,68,85).

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

RGB channels and saturation

R 117 of 255 = 46%
G 68 of 255 = 27%
B 85 of 255 = 33%

117
68
85

R + G + B ~ 35%. #754455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 68 + 85 = 270 (100%)
R 117 of 270 ~ 43.33%
G 68 of 270 ~ 25.19%
B 85 of 270 ~ 31.48%

%43.33
%25.19
%31.48

CMYK color model

#754455 color CMYK value is (0,42,27,54).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,42,27,54)
C0M42Y27K54 
(0%,42%,27%,54%)
(0.00/0.42/0.27/0.54)	

CMYK percentages

%0
%41.88
%27.35
%54.12

Codes

Color #754455 in popluar color models

754455
RGB1176885
HSL339°26.49%36.27%
HSB/HSV339°41.88%45.88%
CMYK0.00%41.88%27.35%
54.12%

Color #754455 in popluar number systems.

HEX754455
Decimal1176885
Binary111010110001001010101
Octal165104125

Shades and tints

Shades of #754455

#754455
(117,68,85)
#6B3E4E
(107,62,78)
#613847
(97,56,71)
#573240
(87,50,64)
#4D2C39
(77,44,57)
#432632
(67,38,50)
#39202B
(57,32,43)
#2F1A24
(47,26,36)
#25141D
(37,20,29)
#1B0E16
(27,14,22)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #754455

#754455
(117,68,85)
#815564
(129,85,100)
#8D6673
(141,102,115)
#997782
(153,119,130)
#A58891
(165,136,145)
#B199A0
(177,153,160)
#BDAAAF
(189,170,175)
#C9BBBE
(201,187,190)
#D5CCCD
(213,204,205)
#E1DDDC
(225,221,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754455; }

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

This text font color is #754455.


Background Color

.myBgColor { background-color: #754455; }

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

This div background color is #754455.


Border color

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

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

This div border color is #754455.


Opacity

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

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

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

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

This text has shadow with #754455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754455 on black background.


Color preview on white background

This text has color #754455 on white background.



Black color preview on #754455 background

This text has black color on #754455 background.


White color preview on #754455 background

This text has white color on #754455 background.