COLOR #756F9C

HEX: #756F9C RGB: (117,111,156)

Color info

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

RGB color model

#756F9C color RGB value is (117,111,156).

RGB: (117,111,156) (46%, 44%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 156 of 255 = 61%

117
111
156

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

Portions of RGB colors in percentages

R + G + B = 117 + 111 + 156 = 384 (100%)
R 117 of 384 ~ 30.47%
G 111 of 384 ~ 28.91%
B 156 of 384 ~ 40.63'%

%30.47
%28.91
%40.63

CMYK color model

#756F9C color CMYK value is (25,29,0,39).

  • cyan value is 25.00%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (25,29,0,39)
C25M29Y0K39 (25%, 29%, 0%, 39%)
(0.25 / 0.29 / 0.00 / 0.39)

CMYK percentages

%25
%28.85
%0
%38.82

Codes

Color #756F9C in popluar color models

75 6F 9C
RGB 117 111 156
HSL 248° 18.52% 52.35%
HSB/HSV 248° 28.85% 61.18%
CMYK 25.00% 28.85% 0.00%
38.82%

Color #756F9C in popluar number systems.

HEX 75 6F 9C
Decimal 117 111 156
Binary 1110101 1101111 10011100
Octal 165 157 234

Shades and tints

Shades of #756F9C

#756F9C
(117,111,156)
#6B658E
(107,101,142)
#615B80
(97,91,128)
#575172
(87,81,114)
#4D4764
(77,71,100)
#433D56
(67,61,86)
#393348
(57,51,72)
#2F293A
(47,41,58)
#251F2C
(37,31,44)
#1B151E
(27,21,30)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #756F9C

#756F9C
(117,111,156)
#817CA5
(129,124,165)
#8D89AE
(141,137,174)
#9996B7
(153,150,183)
#A5A3C0
(165,163,192)
#B1B0C9
(177,176,201)
#BDBDD2
(189,189,210)
#C9CADB
(201,202,219)
#D5D7E4
(213,215,228)
#E1E4ED
(225,228,237)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756F9C color. Also use rgb(117,111,156) instead hex code.

Text Font Color

.myTextColor { color: #756F9C; }

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

This text font color is #756F9C.

Background Color

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

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

This div background color is #756F9C.

Border color

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

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

This div border color is #756F9C.

Opacity

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

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

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

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

This text has shadow with #756F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756F9C.

Preview

Color preview on black background

This text has color #756F9C on black background.


Color preview on white background

This text has color #756F9C on white background.


Black color preview on #756F9C background

This text has black color on #756F9C background.


White color preview on #756F9C background

This text has white color on #756F9C background.


Related colors

Complementary color

Complementary color for #hex is #8A9063.


I love getcolorcode.com

Triadic colors

1 #9C756F and #6F9C75 with #756F9C are triadic colors.

2 #9C6F75 and #6F759C with #756F9C are triadic colors.