COLOR #755866

HEX: #755866
RGB: (117,88,102)

Color info

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

RGB color model

#755866 color RGB value is (117,88,102).

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

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 102 of 255 = 40%

117
88
102

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

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 102 = 307 (100%)
R 117 of 307 ~ 38.11%
G 88 of 307 ~ 28.66%
B 102 of 307 ~ 33.22%

%38.11
%28.66
%33.22

CMYK color model

#755866 color CMYK value is (0,25,13,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(0,25,13,54)
C0M25Y13K54 
(0%,25%,13%,54%)
(0.00/0.25/0.13/0.54)	

CMYK percentages

%0
%24.79
%12.82
%54.12

Codes

Color #755866 in popluar color models

755866
RGB11788102
HSL331°14.15%40.20%
HSB/HSV331°24.79%45.88%
CMYK0.00%24.79%12.82%
54.12%

Color #755866 in popluar number systems.

HEX755866
Decimal11788102
Binary111010110110001100110
Octal165130146

Shades and tints

Shades of #755866

#755866
(117,88,102)
#6B505D
(107,80,93)
#614854
(97,72,84)
#57404B
(87,64,75)
#4D3842
(77,56,66)
#433039
(67,48,57)
#392830
(57,40,48)
#2F2027
(47,32,39)
#25181E
(37,24,30)
#1B1015
(27,16,21)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #755866

#755866
(117,88,102)
#816773
(129,103,115)
#8D7680
(141,118,128)
#99858D
(153,133,141)
#A5949A
(165,148,154)
#B1A3A7
(177,163,167)
#BDB2B4
(189,178,180)
#C9C1C1
(201,193,193)
#D5D0CE
(213,208,206)
#E1DFDB
(225,223,219)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755866; }

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

This text font color is #755866.


Background Color

.myBgColor { background-color: #755866; }

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

This div background color is #755866.


Border color

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

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

This div border color is #755866.


Opacity

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

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

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

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

This text has shadow with #755866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755866 on black background.


Color preview on white background

This text has color #755866 on white background.



Black color preview on #755866 background

This text has black color on #755866 background.


White color preview on #755866 background

This text has white color on #755866 background.