COLOR #756D81

HEX: #756D81
RGB: (117,109,129)

Color info

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

RGB color model

#756D81 color RGB value is (117,109,129).

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

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 129 of 255 = 51%

117
109
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 129 = 355 (100%)
R 117 of 355 ~ 32.96%
G 109 of 355 ~ 30.7%
B 129 of 355 ~ 36.34%

%32.96
%30.7
%36.34

CMYK color model

#756D81 color CMYK value is (9,16,0,49).

  • cyan value is 9.30%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,16,0,49)
C9M16Y0K49 
(9%,16%,0%,49%)
(0.09/0.16/0.00/0.49)	

CMYK percentages

%9.3
%15.5
%0
%49.41

Codes

Color #756D81 in popluar color models

756D81
RGB117109129
HSL264°8.40%46.67%
HSB/HSV264°15.50%50.59%
CMYK9.30%15.50%0.00%
49.41%

Color #756D81 in popluar number systems.

HEX756D81
Decimal117109129
Binary1110101110110110000001
Octal165155201

Shades and tints

Shades of #756D81

#756D81
(117,109,129)
#6B6476
(107,100,118)
#615B6B
(97,91,107)
#575260
(87,82,96)
#4D4955
(77,73,85)
#43404A
(67,64,74)
#39373F
(57,55,63)
#2F2E34
(47,46,52)
#252529
(37,37,41)
#1B1C1E
(27,28,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #756D81

#756D81
(117,109,129)
#817A8C
(129,122,140)
#8D8797
(141,135,151)
#9994A2
(153,148,162)
#A5A1AD
(165,161,173)
#B1AEB8
(177,174,184)
#BDBBC3
(189,187,195)
#C9C8CE
(201,200,206)
#D5D5D9
(213,213,217)
#E1E2E4
(225,226,228)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756D81 color. Also use rgb(117,109,129) instead hex code.

Text Font Color

.myTextColor { color: #756D81; }

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

This text font color is #756D81.


Background Color

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

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

This div background color is #756D81.


Border color

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

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

This div border color is #756D81.


Opacity

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

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

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

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

This text has shadow with #756D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D81 on black background.


Color preview on white background

This text has color #756D81 on white background.



Black color preview on #756D81 background

This text has black color on #756D81 background.


White color preview on #756D81 background

This text has white color on #756D81 background.