COLOR #755D77

HEX: #755D77
RGB: (117,93,119)

Color info

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

RGB color model

#755D77 color RGB value is (117,93,119).

  • red value is 117;
  • green value is 93;
  • blue value is 119.
RGB:
(117,93,119)
(46%,36%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 119 of 255 = 47%

117
93
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 119 = 329 (100%)
R 117 of 329 ~ 35.56%
G 93 of 329 ~ 28.27%
B 119 of 329 ~ 36.17%

%35.56
%28.27
%36.17

CMYK color model

#755D77 color CMYK value is (2,22,0,53).

  • cyan value is 1.68%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(2,22,0,53)
C2M22Y0K53 
(2%,22%,0%,53%)
(0.02/0.22/0.00/0.53)	

CMYK percentages

%1.68
%21.85
%0
%53.33

Codes

Color #755D77 in popluar color models

755D77
RGB11793119
HSL295°12.26%41.57%
HSB/HSV295°21.85%46.67%
CMYK1.68%21.85%0.00%
53.33%

Color #755D77 in popluar number systems.

HEX755D77
Decimal11793119
Binary111010110111011110111
Octal165135167

Shades and tints

Shades of #755D77

#755D77
(117,93,119)
#6B556D
(107,85,109)
#614D63
(97,77,99)
#574559
(87,69,89)
#4D3D4F
(77,61,79)
#433545
(67,53,69)
#392D3B
(57,45,59)
#2F2531
(47,37,49)
#251D27
(37,29,39)
#1B151D
(27,21,29)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #755D77

#755D77
(117,93,119)
#816B83
(129,107,131)
#8D798F
(141,121,143)
#99879B
(153,135,155)
#A595A7
(165,149,167)
#B1A3B3
(177,163,179)
#BDB1BF
(189,177,191)
#C9BFCB
(201,191,203)
#D5CDD7
(213,205,215)
#E1DBE3
(225,219,227)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755D77 color. Also use rgb(117,93,119) instead hex code.

Text Font Color

.myTextColor { color: #755D77; }

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

This text font color is #755D77.


Background Color

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

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

This div background color is #755D77.


Border color

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

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

This div border color is #755D77.


Opacity

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

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

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

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

This text has shadow with #755D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D77 on black background.


Color preview on white background

This text has color #755D77 on white background.



Black color preview on #755D77 background

This text has black color on #755D77 background.


White color preview on #755D77 background

This text has white color on #755D77 background.