COLOR #756C99

HEX: #756C99 RGB: (117,108,153)

Color info

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

RGB color model

#756C99 color RGB value is (117,108,153).

RGB: (117,108,153) (46%, 42%, 60%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 153 of 255 = 60%

117
108
153

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

Portions of RGB colors in percentages

R + G + B = 117 + 108 + 153 = 378 (100%)
R 117 of 378 ~ 30.95%
G 108 of 378 ~ 28.57%
B 153 of 378 ~ 40.48'%

%30.95
%28.57
%40.48

CMYK color model

#756C99 color CMYK value is (24,29,0,40).

  • cyan value is 23.53%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (24,29,0,40)
C24M29Y0K40 (24%, 29%, 0%, 40%)
(0.24 / 0.29 / 0.00 / 0.40)

CMYK percentages

%23.53
%29.41
%0
%40

Codes

Color #756C99 in popluar color models

75 6C 99
RGB 117 108 153
HSL 252° 18.07% 51.18%
HSB/HSV 252° 29.41% 60.00%
CMYK 23.53% 29.41% 0.00%
40.00%

Color #756C99 in popluar number systems.

HEX 75 6C 99
Decimal 117 108 153
Binary 1110101 1101100 10011001
Octal 165 154 231

Shades and tints

Shades of #756C99

#756C99
(117,108,153)
#6B638C
(107,99,140)
#615A7F
(97,90,127)
#575172
(87,81,114)
#4D4865
(77,72,101)
#433F58
(67,63,88)
#39364B
(57,54,75)
#2F2D3E
(47,45,62)
#252431
(37,36,49)
#1B1B24
(27,27,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #756C99

#756C99
(117,108,153)
#8179A2
(129,121,162)
#8D86AB
(141,134,171)
#9993B4
(153,147,180)
#A5A0BD
(165,160,189)
#B1ADC6
(177,173,198)
#BDBACF
(189,186,207)
#C9C7D8
(201,199,216)
#D5D4E1
(213,212,225)
#E1E1EA
(225,225,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756C99 color. Also use rgb(117,108,153) instead hex code.

Text Font Color

.myTextColor { color: #756C99; }

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

This text font color is #756C99.

Background Color

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

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

This div background color is #756C99.

Border color

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

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

This div border color is #756C99.

Opacity

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

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

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

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

This text has shadow with #756C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756C99.

Preview

Color preview on black background

This text has color #756C99 on black background.


Color preview on white background

This text has color #756C99 on white background.


Black color preview on #756C99 background

This text has black color on #756C99 background.


White color preview on #756C99 background

This text has white color on #756C99 background.


Related colors

Complementary color

Complementary color for #hex is #8A9366.


I love getcolorcode.com

Triadic colors

1 #99756C and #6C9975 with #756C99 are triadic colors.

2 #996C75 and #6C7599 with #756C99 are triadic colors.