COLOR #754858

HEX: #754858
RGB: (117,72,88)

Color info

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

RGB color model

#754858 color RGB value is (117,72,88).

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

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 88 of 255 = 35%

117
72
88

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

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 88 = 277 (100%)
R 117 of 277 ~ 42.24%
G 72 of 277 ~ 25.99%
B 88 of 277 ~ 31.77%

%42.24
%25.99
%31.77

CMYK color model

#754858 color CMYK value is (0,38,25,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(0,38,25,54)
C0M38Y25K54 
(0%,38%,25%,54%)
(0.00/0.38/0.25/0.54)	

CMYK percentages

%0
%38.46
%24.79
%54.12

Codes

Color #754858 in popluar color models

754858
RGB1177288
HSL339°23.81%37.06%
HSB/HSV339°38.46%45.88%
CMYK0.00%38.46%24.79%
54.12%

Color #754858 in popluar number systems.

HEX754858
Decimal1177288
Binary111010110010001011000
Octal165110130

Shades and tints

Shades of #754858

#754858
(117,72,88)
#6B4250
(107,66,80)
#613C48
(97,60,72)
#573640
(87,54,64)
#4D3038
(77,48,56)
#432A30
(67,42,48)
#392428
(57,36,40)
#2F1E20
(47,30,32)
#251818
(37,24,24)
#1B1210
(27,18,16)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #754858

#754858
(117,72,88)
#815867
(129,88,103)
#8D6876
(141,104,118)
#997885
(153,120,133)
#A58894
(165,136,148)
#B198A3
(177,152,163)
#BDA8B2
(189,168,178)
#C9B8C1
(201,184,193)
#D5C8D0
(213,200,208)
#E1D8DF
(225,216,223)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754858; }

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

This text font color is #754858.


Background Color

.myBgColor { background-color: #754858; }

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

This div background color is #754858.


Border color

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

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

This div border color is #754858.


Opacity

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

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

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

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

This text has shadow with #754858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754858 on black background.


Color preview on white background

This text has color #754858 on white background.



Black color preview on #754858 background

This text has black color on #754858 background.


White color preview on #754858 background

This text has white color on #754858 background.