COLOR #755476

HEX: #755476
RGB: (117,84,118)

Color info

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

RGB color model

#755476 color RGB value is (117,84,118).

  • red value is 117;
  • green value is 84;
  • blue value is 118.
RGB:
(117,84,118)
(46%,33%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 118 of 255 = 46%

117
84
118

R + G + B ~ 42%. #755476 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 118 = 319 (100%)
R 117 of 319 ~ 36.68%
G 84 of 319 ~ 26.33%
B 118 of 319 ~ 36.99%

%36.68
%26.33
%36.99

CMYK color model

#755476 color CMYK value is (1,29,0,54).

  • cyan value is 0.85%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(1,29,0,54)
C1M29Y0K54 
(1%,29%,0%,54%)
(0.01/0.29/0.00/0.54)	

CMYK percentages

%0.85
%28.81
%0
%53.73

Codes

Color #755476 in popluar color models

755476
RGB11784118
HSL298°16.83%39.61%
HSB/HSV298°28.81%46.27%
CMYK0.85%28.81%0.00%
53.73%

Color #755476 in popluar number systems.

HEX755476
Decimal11784118
Binary111010110101001110110
Octal165124166

Shades and tints

Shades of #755476

#755476
(117,84,118)
#6B4D6C
(107,77,108)
#614662
(97,70,98)
#573F58
(87,63,88)
#4D384E
(77,56,78)
#433144
(67,49,68)
#392A3A
(57,42,58)
#2F2330
(47,35,48)
#251C26
(37,28,38)
#1B151C
(27,21,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #755476

#755476
(117,84,118)
#816382
(129,99,130)
#8D728E
(141,114,142)
#99819A
(153,129,154)
#A590A6
(165,144,166)
#B19FB2
(177,159,178)
#BDAEBE
(189,174,190)
#C9BDCA
(201,189,202)
#D5CCD6
(213,204,214)
#E1DBE2
(225,219,226)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755476 color. Also use rgb(117,84,118) instead hex code.

Text Font Color

.myTextColor { color: #755476; }

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

This text font color is #755476.


Background Color

.myBgColor { background-color: #755476; }

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

This div background color is #755476.


Border color

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

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

This div border color is #755476.


Opacity

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

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

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

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

This text has shadow with #755476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755476 on black background.


Color preview on white background

This text has color #755476 on white background.



Black color preview on #755476 background

This text has black color on #755476 background.


White color preview on #755476 background

This text has white color on #755476 background.