COLOR #755B81

HEX: #755B81
RGB: (117,91,129)

Color info

#755B81 contains red, green and blue colors in about the same proportion. Web safe color of #755B81 is #666699 (or #669).

RGB color model

#755B81 color RGB value is (117,91,129).

  • red value is 117;
  • green value is 91;
  • blue value is 129.
RGB:
(117,91,129)
(46%,36%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 129 of 255 = 51%

117
91
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 129 = 337 (100%)
R 117 of 337 ~ 34.72%
G 91 of 337 ~ 27%
B 129 of 337 ~ 38.28%

%34.72
%27
%38.28

CMYK color model

#755B81 color CMYK value is (9,29,0,49).

  • cyan value is 9.30%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,29,0,49)
C9M29Y0K49 
(9%,29%,0%,49%)
(0.09/0.29/0.00/0.49)	

CMYK percentages

%9.3
%29.46
%0
%49.41

Codes

Color #755B81 in popluar color models

755B81
RGB11791129
HSL281°17.27%43.14%
HSB/HSV281°29.46%50.59%
CMYK9.30%29.46%0.00%
49.41%

Color #755B81 in popluar number systems.

HEX755B81
Decimal11791129
Binary1110101101101110000001
Octal165133201

Shades and tints

Shades of #755B81

#755B81
(117,91,129)
#6B5376
(107,83,118)
#614B6B
(97,75,107)
#574360
(87,67,96)
#4D3B55
(77,59,85)
#43334A
(67,51,74)
#392B3F
(57,43,63)
#2F2334
(47,35,52)
#251B29
(37,27,41)
#1B131E
(27,19,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #755B81

#755B81
(117,91,129)
#81698C
(129,105,140)
#8D7797
(141,119,151)
#9985A2
(153,133,162)
#A593AD
(165,147,173)
#B1A1B8
(177,161,184)
#BDAFC3
(189,175,195)
#C9BDCE
(201,189,206)
#D5CBD9
(213,203,217)
#E1D9E4
(225,217,228)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755B81 color. Also use rgb(117,91,129) instead hex code.

Text Font Color

.myTextColor { color: #755B81; }

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

This text font color is #755B81.


Background Color

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

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

This div background color is #755B81.


Border color

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

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

This div border color is #755B81.


Opacity

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

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

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

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

This text has shadow with #755B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B81 on black background.


Color preview on white background

This text has color #755B81 on white background.



Black color preview on #755B81 background

This text has black color on #755B81 background.


White color preview on #755B81 background

This text has white color on #755B81 background.