COLOR #755771

HEX: #755771
RGB: (117,87,113)

Color info

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

RGB color model

#755771 color RGB value is (117,87,113).

  • red value is 117;
  • green value is 87;
  • blue value is 113.
RGB:
(117,87,113)
(46%,34%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 87 of 255 = 34%
B 113 of 255 = 44%

117
87
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 87 + 113 = 317 (100%)
R 117 of 317 ~ 36.91%
G 87 of 317 ~ 27.44%
B 113 of 317 ~ 35.65%

%36.91
%27.44
%35.65

CMYK color model

#755771 color CMYK value is (0,26,3,54).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(0,26,3,54)
C0M26Y3K54 
(0%,26%,3%,54%)
(0.00/0.26/0.03/0.54)	

CMYK percentages

%0
%25.64
%3.42
%54.12

Codes

Color #755771 in popluar color models

755771
RGB11787113
HSL308°14.71%40.00%
HSB/HSV308°25.64%45.88%
CMYK0.00%25.64%3.42%
54.12%

Color #755771 in popluar number systems.

HEX755771
Decimal11787113
Binary111010110101111110001
Octal165127161

Shades and tints

Shades of #755771

#755771
(117,87,113)
#6B5067
(107,80,103)
#61495D
(97,73,93)
#574253
(87,66,83)
#4D3B49
(77,59,73)
#43343F
(67,52,63)
#392D35
(57,45,53)
#2F262B
(47,38,43)
#251F21
(37,31,33)
#1B1817
(27,24,23)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #755771

#755771
(117,87,113)
#81667D
(129,102,125)
#8D7589
(141,117,137)
#998495
(153,132,149)
#A593A1
(165,147,161)
#B1A2AD
(177,162,173)
#BDB1B9
(189,177,185)
#C9C0C5
(201,192,197)
#D5CFD1
(213,207,209)
#E1DEDD
(225,222,221)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755771 color. Also use rgb(117,87,113) instead hex code.

Text Font Color

.myTextColor { color: #755771; }

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

This text font color is #755771.


Background Color

.myBgColor { background-color: #755771; }

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

This div background color is #755771.


Border color

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

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

This div border color is #755771.


Opacity

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

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

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

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

This text has shadow with #755771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755771 on black background.


Color preview on white background

This text has color #755771 on white background.



Black color preview on #755771 background

This text has black color on #755771 background.


White color preview on #755771 background

This text has white color on #755771 background.