COLOR #755F80

HEX: #755F80
RGB: (117,95,128)

Color info

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

RGB color model

#755F80 color RGB value is (117,95,128).

  • red value is 117;
  • green value is 95;
  • blue value is 128.
RGB:
(117,95,128)
(46%,37%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 128 of 255 = 50%

117
95
128

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

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 128 = 340 (100%)
R 117 of 340 ~ 34.41%
G 95 of 340 ~ 27.94%
B 128 of 340 ~ 37.65%

%34.41
%27.94
%37.65

CMYK color model

#755F80 color CMYK value is (9,26,0,50).

  • cyan value is 8.59%
  • magenta value is 25.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(9,26,0,50)
C9M26Y0K50 
(9%,26%,0%,50%)
(0.09/0.26/0.00/0.50)	

CMYK percentages

%8.59
%25.78
%0
%49.8

Codes

Color #755F80 in popluar color models

755F80
RGB11795128
HSL280°14.80%43.73%
HSB/HSV280°25.78%50.20%
CMYK8.59%25.78%0.00%
49.80%

Color #755F80 in popluar number systems.

HEX755F80
Decimal11795128
Binary1110101101111110000000
Octal165137200

Shades and tints

Shades of #755F80

#755F80
(117,95,128)
#6B5775
(107,87,117)
#614F6A
(97,79,106)
#57475F
(87,71,95)
#4D3F54
(77,63,84)
#433749
(67,55,73)
#392F3E
(57,47,62)
#2F2733
(47,39,51)
#251F28
(37,31,40)
#1B171D
(27,23,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #755F80

#755F80
(117,95,128)
#816D8B
(129,109,139)
#8D7B96
(141,123,150)
#9989A1
(153,137,161)
#A597AC
(165,151,172)
#B1A5B7
(177,165,183)
#BDB3C2
(189,179,194)
#C9C1CD
(201,193,205)
#D5CFD8
(213,207,216)
#E1DDE3
(225,221,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F80 color. Also use rgb(117,95,128) instead hex code.

Text Font Color

.myTextColor { color: #755F80; }

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

This text font color is #755F80.


Background Color

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

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

This div background color is #755F80.


Border color

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

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

This div border color is #755F80.


Opacity

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

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

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

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

This text has shadow with #755F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F80 on black background.


Color preview on white background

This text has color #755F80 on white background.



Black color preview on #755F80 background

This text has black color on #755F80 background.


White color preview on #755F80 background

This text has white color on #755F80 background.