COLOR #755C78

HEX: #755C78
RGB: (117,92,120)

Color info

#755C78 contains red, green and blue colors in about the same proportion. Web safe color of #755C78 is #666666 (or #666).

RGB color model

#755C78 color RGB value is (117,92,120).

  • red value is 117;
  • green value is 92;
  • blue value is 120.
RGB:
(117,92,120)
(46%,36%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 120 of 255 = 47%

117
92
120

R + G + B ~ 43%. #755C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 120 = 329 (100%)
R 117 of 329 ~ 35.56%
G 92 of 329 ~ 27.96%
B 120 of 329 ~ 36.47%

%35.56
%27.96
%36.47

CMYK color model

#755C78 color CMYK value is (3,23,0,53).

  • cyan value is 2.50%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,23,0,53)
C3M23Y0K53 
(3%,23%,0%,53%)
(0.03/0.23/0.00/0.53)	

CMYK percentages

%2.5
%23.33
%0
%52.94

Codes

Color #755C78 in popluar color models

755C78
RGB11792120
HSL294°13.21%41.57%
HSB/HSV294°23.33%47.06%
CMYK2.50%23.33%0.00%
52.94%

Color #755C78 in popluar number systems.

HEX755C78
Decimal11792120
Binary111010110111001111000
Octal165134170

Shades and tints

Shades of #755C78

#755C78
(117,92,120)
#6B546E
(107,84,110)
#614C64
(97,76,100)
#57445A
(87,68,90)
#4D3C50
(77,60,80)
#433446
(67,52,70)
#392C3C
(57,44,60)
#2F2432
(47,36,50)
#251C28
(37,28,40)
#1B141E
(27,20,30)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #755C78

#755C78
(117,92,120)
#816A84
(129,106,132)
#8D7890
(141,120,144)
#99869C
(153,134,156)
#A594A8
(165,148,168)
#B1A2B4
(177,162,180)
#BDB0C0
(189,176,192)
#C9BECC
(201,190,204)
#D5CCD8
(213,204,216)
#E1DAE4
(225,218,228)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755C78 color. Also use rgb(117,92,120) instead hex code.

Text Font Color

.myTextColor { color: #755C78; }

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

This text font color is #755C78.


Background Color

.myBgColor { background-color: #755C78; }

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

This div background color is #755C78.


Border color

.myBorderColor { border: 1px solid #755C78; }

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

This div border color is #755C78.


Opacity

.myOpacity80 { color: #755C78; opacity: 0.8; }

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

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

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

This text has shadow with #755C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C78 on black background.


Color preview on white background

This text has color #755C78 on white background.



Black color preview on #755C78 background

This text has black color on #755C78 background.


White color preview on #755C78 background

This text has white color on #755C78 background.