COLOR #755C76

HEX: #755C76
RGB: (117,92,118)

Color info

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

RGB color model

#755C76 color RGB value is (117,92,118).

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

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 118 of 255 = 46%

117
92
118

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 118 = 327 (100%)
R 117 of 327 ~ 35.78%
G 92 of 327 ~ 28.13%
B 118 of 327 ~ 36.09%

%35.78
%28.13
%36.09

CMYK color model

#755C76 color CMYK value is (1,22,0,54).

  • cyan value is 0.85%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(1,22,0,54)
C1M22Y0K54 
(1%,22%,0%,54%)
(0.01/0.22/0.00/0.54)	

CMYK percentages

%0.85
%22.03
%0
%53.73

Codes

Color #755C76 in popluar color models

755C76
RGB11792118
HSL298°12.38%41.18%
HSB/HSV298°22.03%46.27%
CMYK0.85%22.03%0.00%
53.73%

Color #755C76 in popluar number systems.

HEX755C76
Decimal11792118
Binary111010110111001110110
Octal165134166

Shades and tints

Shades of #755C76

#755C76
(117,92,118)
#6B546C
(107,84,108)
#614C62
(97,76,98)
#574458
(87,68,88)
#4D3C4E
(77,60,78)
#433444
(67,52,68)
#392C3A
(57,44,58)
#2F2430
(47,36,48)
#251C26
(37,28,38)
#1B141C
(27,20,28)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #755C76

#755C76
(117,92,118)
#816A82
(129,106,130)
#8D788E
(141,120,142)
#99869A
(153,134,154)
#A594A6
(165,148,166)
#B1A2B2
(177,162,178)
#BDB0BE
(189,176,190)
#C9BECA
(201,190,202)
#D5CCD6
(213,204,214)
#E1DAE2
(225,218,226)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C76; }

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

This text font color is #755C76.


Background Color

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

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

This div background color is #755C76.


Border color

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

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

This div border color is #755C76.


Opacity

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

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

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

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

This text has shadow with #755C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C76 on black background.


Color preview on white background

This text has color #755C76 on white background.



Black color preview on #755C76 background

This text has black color on #755C76 background.


White color preview on #755C76 background

This text has white color on #755C76 background.