COLOR #754759

HEX: #754759
RGB: (117,71,89)

Color info

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

RGB color model

#754759 color RGB value is (117,71,89).

  • red value is 117;
  • green value is 71;
  • blue value is 89.
RGB:
(117,71,89)
(46%,28%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 71 of 255 = 28%
B 89 of 255 = 35%

117
71
89

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

Portions of RGB colors in percentages

R + G + B =
117 + 71 + 89 = 277 (100%)
R 117 of 277 ~ 42.24%
G 71 of 277 ~ 25.63%
B 89 of 277 ~ 32.13%

%42.24
%25.63
%32.13

CMYK color model

#754759 color CMYK value is (0,39,24,54).

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 23.93%
  • key color value is 54.12%
CMYK:
(0,39,24,54)
C0M39Y24K54 
(0%,39%,24%,54%)
(0.00/0.39/0.24/0.54)	

CMYK percentages

%0
%39.32
%23.93
%54.12

Codes

Color #754759 in popluar color models

754759
RGB1177189
HSL337°24.47%36.86%
HSB/HSV337°39.32%45.88%
CMYK0.00%39.32%23.93%
54.12%

Color #754759 in popluar number systems.

HEX754759
Decimal1177189
Binary111010110001111011001
Octal165107131

Shades and tints

Shades of #754759

#754759
(117,71,89)
#6B4151
(107,65,81)
#613B49
(97,59,73)
#573541
(87,53,65)
#4D2F39
(77,47,57)
#432931
(67,41,49)
#392329
(57,35,41)
#2F1D21
(47,29,33)
#251719
(37,23,25)
#1B1111
(27,17,17)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #754759

#754759
(117,71,89)
#815768
(129,87,104)
#8D6777
(141,103,119)
#997786
(153,119,134)
#A58795
(165,135,149)
#B197A4
(177,151,164)
#BDA7B3
(189,167,179)
#C9B7C2
(201,183,194)
#D5C7D1
(213,199,209)
#E1D7E0
(225,215,224)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754759 color. Also use rgb(117,71,89) instead hex code.

Text Font Color

.myTextColor { color: #754759; }

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

This text font color is #754759.


Background Color

.myBgColor { background-color: #754759; }

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

This div background color is #754759.


Border color

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

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

This div border color is #754759.


Opacity

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

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

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

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

This text has shadow with #754759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754759 on black background.


Color preview on white background

This text has color #754759 on white background.



Black color preview on #754759 background

This text has black color on #754759 background.


White color preview on #754759 background

This text has white color on #754759 background.