COLOR #756E8D

HEX: #756E8D RGB: (117,110,141)

Color info

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

RGB color model

#756E8D color RGB value is (117,110,141).

RGB: (117,110,141) (46%, 43%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 141 of 255 = 55%

117
110
141

R + G + B ~ 48%. #756E8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 110 + 141 = 368 (100%)
R 117 of 368 ~ 31.79%
G 110 of 368 ~ 29.89%
B 141 of 368 ~ 38.32'%

%31.79
%29.89
%38.32

CMYK color model

#756E8D color CMYK value is (17,22,0,45).

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

CMYK: (17,22,0,45)
C17M22Y0K45 (17%, 22%, 0%, 45%)
(0.17 / 0.22 / 0.00 / 0.45)

CMYK percentages

%17.02
%21.99
%0
%44.71

Codes

Color #756E8D in popluar color models

75 6E 8D
RGB 117 110 141
HSL 254° 12.35% 49.22%
HSB/HSV 254° 21.99% 55.29%
CMYK 17.02% 21.99% 0.00%
44.71%

Color #756E8D in popluar number systems.

HEX 75 6E 8D
Decimal 117 110 141
Binary 1110101 1101110 10001101
Octal 165 156 215

Shades and tints

Shades of #756E8D

#756E8D
(117,110,141)
#6B6481
(107,100,129)
#615A75
(97,90,117)
#575069
(87,80,105)
#4D465D
(77,70,93)
#433C51
(67,60,81)
#393245
(57,50,69)
#2F2839
(47,40,57)
#251E2D
(37,30,45)
#1B1421
(27,20,33)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #756E8D

#756E8D
(117,110,141)
#817B97
(129,123,151)
#8D88A1
(141,136,161)
#9995AB
(153,149,171)
#A5A2B5
(165,162,181)
#B1AFBF
(177,175,191)
#BDBCC9
(189,188,201)
#C9C9D3
(201,201,211)
#D5D6DD
(213,214,221)
#E1E3E7
(225,227,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756E8D color. Also use rgb(117,110,141) instead hex code.

Text Font Color

.myTextColor { color: #756E8D; }

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

This text font color is #756E8D.

Background Color

.myBgColor { background-color: #756E8D; }

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

This div background color is #756E8D.

Border color

.myBorderColor { border: 1px solid #756E8D; }

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

This div border color is #756E8D.

Opacity

.myOpacity80 { color: #756E8D; opacity: 0.8; }

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

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

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

This text has shadow with #756E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756E8D.

Preview

Color preview on black background

This text has color #756E8D on black background.


Color preview on white background

This text has color #756E8D on white background.


Black color preview on #756E8D background

This text has black color on #756E8D background.


White color preview on #756E8D background

This text has white color on #756E8D background.


Related colors

Complementary color

Complementary color for #hex is #8A9172.


I love getcolorcode.com

Triadic colors

1 #8D756E and #6E8D75 with #756E8D are triadic colors.

2 #8D6E75 and #6E758D with #756E8D are triadic colors.