COLOR #754663

HEX: #754663
RGB: (117,70,99)

Color info

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

RGB color model

#754663 color RGB value is (117,70,99).

  • red value is 117;
  • green value is 70;
  • blue value is 99.
RGB:
(117,70,99)
(46%,27%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 70 of 255 = 27%
B 99 of 255 = 39%

117
70
99

R + G + B ~ 37%. #754663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 70 + 99 = 286 (100%)
R 117 of 286 ~ 40.91%
G 70 of 286 ~ 24.48%
B 99 of 286 ~ 34.62%

%40.91
%24.48
%34.62

CMYK color model

#754663 color CMYK value is (0,40,15,54).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 15.38%
  • key color value is 54.12%
CMYK:
(0,40,15,54)
C0M40Y15K54 
(0%,40%,15%,54%)
(0.00/0.40/0.15/0.54)	

CMYK percentages

%0
%40.17
%15.38
%54.12

Codes

Color #754663 in popluar color models

754663
RGB1177099
HSL323°25.13%36.67%
HSB/HSV323°40.17%45.88%
CMYK0.00%40.17%15.38%
54.12%

Color #754663 in popluar number systems.

HEX754663
Decimal1177099
Binary111010110001101100011
Octal165106143

Shades and tints

Shades of #754663

#754663
(117,70,99)
#6B405A
(107,64,90)
#613A51
(97,58,81)
#573448
(87,52,72)
#4D2E3F
(77,46,63)
#432836
(67,40,54)
#39222D
(57,34,45)
#2F1C24
(47,28,36)
#25161B
(37,22,27)
#1B1012
(27,16,18)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #754663

#754663
(117,70,99)
#815671
(129,86,113)
#8D667F
(141,102,127)
#99768D
(153,118,141)
#A5869B
(165,134,155)
#B196A9
(177,150,169)
#BDA6B7
(189,166,183)
#C9B6C5
(201,182,197)
#D5C6D3
(213,198,211)
#E1D6E1
(225,214,225)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754663 color. Also use rgb(117,70,99) instead hex code.

Text Font Color

.myTextColor { color: #754663; }

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

This text font color is #754663.


Background Color

.myBgColor { background-color: #754663; }

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

This div background color is #754663.


Border color

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

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

This div border color is #754663.


Opacity

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

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

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

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

This text has shadow with #754663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754663 on black background.


Color preview on white background

This text has color #754663 on white background.



Black color preview on #754663 background

This text has black color on #754663 background.


White color preview on #754663 background

This text has white color on #754663 background.