COLOR #755869

HEX: #755869
RGB: (117,88,105)

Color info

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

RGB color model

#755869 color RGB value is (117,88,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 105 of 255 = 41%

117
88
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 105 = 310 (100%)
R 117 of 310 ~ 37.74%
G 88 of 310 ~ 28.39%
B 105 of 310 ~ 33.87%

%37.74
%28.39
%33.87

CMYK color model

#755869 color CMYK value is (0,25,10,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,25,10,54)
C0M25Y10K54 
(0%,25%,10%,54%)
(0.00/0.25/0.10/0.54)	

CMYK percentages

%0
%24.79
%10.26
%54.12

Codes

Color #755869 in popluar color models

755869
RGB11788105
HSL325°14.15%40.20%
HSB/HSV325°24.79%45.88%
CMYK0.00%24.79%10.26%
54.12%

Color #755869 in popluar number systems.

HEX755869
Decimal11788105
Binary111010110110001101001
Octal165130151

Shades and tints

Shades of #755869

#755869
(117,88,105)
#6B5060
(107,80,96)
#614857
(97,72,87)
#57404E
(87,64,78)
#4D3845
(77,56,69)
#43303C
(67,48,60)
#392833
(57,40,51)
#2F202A
(47,32,42)
#251821
(37,24,33)
#1B1018
(27,16,24)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #755869

#755869
(117,88,105)
#816776
(129,103,118)
#8D7683
(141,118,131)
#998590
(153,133,144)
#A5949D
(165,148,157)
#B1A3AA
(177,163,170)
#BDB2B7
(189,178,183)
#C9C1C4
(201,193,196)
#D5D0D1
(213,208,209)
#E1DFDE
(225,223,222)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755869; }

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

This text font color is #755869.


Background Color

.myBgColor { background-color: #755869; }

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

This div background color is #755869.


Border color

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

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

This div border color is #755869.


Opacity

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

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

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

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

This text has shadow with #755869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755869 on black background.


Color preview on white background

This text has color #755869 on white background.



Black color preview on #755869 background

This text has black color on #755869 background.


White color preview on #755869 background

This text has white color on #755869 background.