COLOR #754855

HEX: #754855
RGB: (117,72,85)

Color info

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

RGB color model

#754855 color RGB value is (117,72,85).

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

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 85 of 255 = 33%

117
72
85

R + G + B ~ 36%. #754855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 85 = 274 (100%)
R 117 of 274 ~ 42.7%
G 72 of 274 ~ 26.28%
B 85 of 274 ~ 31.02%

%42.7
%26.28
%31.02

CMYK color model

#754855 color CMYK value is (0,38,27,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,38,27,54)
C0M38Y27K54 
(0%,38%,27%,54%)
(0.00/0.38/0.27/0.54)	

CMYK percentages

%0
%38.46
%27.35
%54.12

Codes

Color #754855 in popluar color models

754855
RGB1177285
HSL343°23.81%37.06%
HSB/HSV343°38.46%45.88%
CMYK0.00%38.46%27.35%
54.12%

Color #754855 in popluar number systems.

HEX754855
Decimal1177285
Binary111010110010001010101
Octal165110125

Shades and tints

Shades of #754855

#754855
(117,72,85)
#6B424E
(107,66,78)
#613C47
(97,60,71)
#573640
(87,54,64)
#4D3039
(77,48,57)
#432A32
(67,42,50)
#39242B
(57,36,43)
#2F1E24
(47,30,36)
#25181D
(37,24,29)
#1B1216
(27,18,22)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #754855

#754855
(117,72,85)
#815864
(129,88,100)
#8D6873
(141,104,115)
#997882
(153,120,130)
#A58891
(165,136,145)
#B198A0
(177,152,160)
#BDA8AF
(189,168,175)
#C9B8BE
(201,184,190)
#D5C8CD
(213,200,205)
#E1D8DC
(225,216,220)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754855; }

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

This text font color is #754855.


Background Color

.myBgColor { background-color: #754855; }

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

This div background color is #754855.


Border color

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

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

This div border color is #754855.


Opacity

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

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

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

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

This text has shadow with #754855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754855 on black background.


Color preview on white background

This text has color #754855 on white background.



Black color preview on #754855 background

This text has black color on #754855 background.


White color preview on #754855 background

This text has white color on #754855 background.