COLOR #755864

HEX: #755864
RGB: (117,88,100)

Color info

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

RGB color model

#755864 color RGB value is (117,88,100).

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

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 100 of 255 = 39%

117
88
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 100 = 305 (100%)
R 117 of 305 ~ 38.36%
G 88 of 305 ~ 28.85%
B 100 of 305 ~ 32.79%

%38.36
%28.85
%32.79

CMYK color model

#755864 color CMYK value is (0,25,15,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(0,25,15,54)
C0M25Y15K54 
(0%,25%,15%,54%)
(0.00/0.25/0.15/0.54)	

CMYK percentages

%0
%24.79
%14.53
%54.12

Codes

Color #755864 in popluar color models

755864
RGB11788100
HSL335°14.15%40.20%
HSB/HSV335°24.79%45.88%
CMYK0.00%24.79%14.53%
54.12%

Color #755864 in popluar number systems.

HEX755864
Decimal11788100
Binary111010110110001100100
Octal165130144

Shades and tints

Shades of #755864

#755864
(117,88,100)
#6B505B
(107,80,91)
#614852
(97,72,82)
#574049
(87,64,73)
#4D3840
(77,56,64)
#433037
(67,48,55)
#39282E
(57,40,46)
#2F2025
(47,32,37)
#25181C
(37,24,28)
#1B1013
(27,16,19)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #755864

#755864
(117,88,100)
#816772
(129,103,114)
#8D7680
(141,118,128)
#99858E
(153,133,142)
#A5949C
(165,148,156)
#B1A3AA
(177,163,170)
#BDB2B8
(189,178,184)
#C9C1C6
(201,193,198)
#D5D0D4
(213,208,212)
#E1DFE2
(225,223,226)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755864; }

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

This text font color is #755864.


Background Color

.myBgColor { background-color: #755864; }

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

This div background color is #755864.


Border color

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

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

This div border color is #755864.


Opacity

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

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

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

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

This text has shadow with #755864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755864 on black background.


Color preview on white background

This text has color #755864 on white background.



Black color preview on #755864 background

This text has black color on #755864 background.


White color preview on #755864 background

This text has white color on #755864 background.