COLOR #755F8D

HEX: #755F8D RGB: (117,95,141)

Color info

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

RGB color model

#755F8D color RGB value is (117,95,141).

RGB: (117,95,141) (46%, 37%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 141 of 255 = 55%

117
95
141

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

Portions of RGB colors in percentages

R + G + B = 117 + 95 + 141 = 353 (100%)
R 117 of 353 ~ 33.14%
G 95 of 353 ~ 26.91%
B 141 of 353 ~ 39.94'%

%33.14
%26.91
%39.94

CMYK color model

#755F8D color CMYK value is (17,33,0,45).

  • cyan value is 17.02%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (17,33,0,45)
C17M33Y0K45 (17%, 33%, 0%, 45%)
(0.17 / 0.33 / 0.00 / 0.45)

CMYK percentages

%17.02
%32.62
%0
%44.71

Codes

Color #755F8D in popluar color models

75 5F 8D
RGB 117 95 141
HSL 269° 19.49% 46.27%
HSB/HSV 269° 32.62% 55.29%
CMYK 17.02% 32.62% 0.00%
44.71%

Color #755F8D in popluar number systems.

HEX 75 5F 8D
Decimal 117 95 141
Binary 1110101 1011111 10001101
Octal 165 137 215

Shades and tints

Shades of #755F8D

#755F8D
(117,95,141)
#6B5781
(107,87,129)
#614F75
(97,79,117)
#574769
(87,71,105)
#4D3F5D
(77,63,93)
#433751
(67,55,81)
#392F45
(57,47,69)
#2F2739
(47,39,57)
#251F2D
(37,31,45)
#1B1721
(27,23,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #755F8D

#755F8D
(117,95,141)
#816D97
(129,109,151)
#8D7BA1
(141,123,161)
#9989AB
(153,137,171)
#A597B5
(165,151,181)
#B1A5BF
(177,165,191)
#BDB3C9
(189,179,201)
#C9C1D3
(201,193,211)
#D5CFDD
(213,207,221)
#E1DDE7
(225,221,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755F8D; }

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

This text font color is #755F8D.

Background Color

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

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

This div background color is #755F8D.

Border color

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

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

This div border color is #755F8D.

Opacity

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

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

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

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

This text has shadow with #755F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755F8D.

Preview

Color preview on black background

This text has color #755F8D on black background.


Color preview on white background

This text has color #755F8D on white background.


Black color preview on #755F8D background

This text has black color on #755F8D background.


White color preview on #755F8D background

This text has white color on #755F8D background.


Related colors

Complementary color

Complementary color for #hex is #8AA072.


I love getcolorcode.com

Triadic colors

1 #8D755F and #5F8D75 with #755F8D are triadic colors.

2 #8D5F75 and #5F758D with #755F8D are triadic colors.