COLOR #754558

HEX: #754558
RGB: (117,69,88)

Color info

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

RGB color model

#754558 color RGB value is (117,69,88).

  • red value is 117;
  • green value is 69;
  • blue value is 88.
RGB:
(117,69,88)
(46%,27%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 88 of 255 = 35%

117
69
88

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

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 88 = 274 (100%)
R 117 of 274 ~ 42.7%
G 69 of 274 ~ 25.18%
B 88 of 274 ~ 32.12%

%42.7
%25.18
%32.12

CMYK color model

#754558 color CMYK value is (0,41,25,54).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(0,41,25,54)
C0M41Y25K54 
(0%,41%,25%,54%)
(0.00/0.41/0.25/0.54)	

CMYK percentages

%0
%41.03
%24.79
%54.12

Codes

Color #754558 in popluar color models

754558
RGB1176988
HSL336°25.81%36.47%
HSB/HSV336°41.03%45.88%
CMYK0.00%41.03%24.79%
54.12%

Color #754558 in popluar number systems.

HEX754558
Decimal1176988
Binary111010110001011011000
Octal165105130

Shades and tints

Shades of #754558

#754558
(117,69,88)
#6B3F50
(107,63,80)
#613948
(97,57,72)
#573340
(87,51,64)
#4D2D38
(77,45,56)
#432730
(67,39,48)
#392128
(57,33,40)
#2F1B20
(47,27,32)
#251518
(37,21,24)
#1B0F10
(27,15,16)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #754558

#754558
(117,69,88)
#815567
(129,85,103)
#8D6576
(141,101,118)
#997585
(153,117,133)
#A58594
(165,133,148)
#B195A3
(177,149,163)
#BDA5B2
(189,165,178)
#C9B5C1
(201,181,193)
#D5C5D0
(213,197,208)
#E1D5DF
(225,213,223)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754558 color. Also use rgb(117,69,88) instead hex code.

Text Font Color

.myTextColor { color: #754558; }

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

This text font color is #754558.


Background Color

.myBgColor { background-color: #754558; }

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

This div background color is #754558.


Border color

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

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

This div border color is #754558.


Opacity

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

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

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

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

This text has shadow with #754558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754558 on black background.


Color preview on white background

This text has color #754558 on white background.



Black color preview on #754558 background

This text has black color on #754558 background.


White color preview on #754558 background

This text has white color on #754558 background.