COLOR #756371

HEX: #756371
RGB: (117,99,113)

Color info

#756371 contains red, green and blue colors in about the same proportion. Web safe color of #756371 is #666666 (or #666).

RGB color model

#756371 color RGB value is (117,99,113).

  • red value is 117;
  • green value is 99;
  • blue value is 113.
RGB:
(117,99,113)
(46%,39%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 113 of 255 = 44%

117
99
113

R + G + B ~ 43%. #756371 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 113 = 329 (100%)
R 117 of 329 ~ 35.56%
G 99 of 329 ~ 30.09%
B 113 of 329 ~ 34.35%

%35.56
%30.09
%34.35

CMYK color model

#756371 color CMYK value is (0,15,3,54).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(0,15,3,54)
C0M15Y3K54 
(0%,15%,3%,54%)
(0.00/0.15/0.03/0.54)	

CMYK percentages

%0
%15.38
%3.42
%54.12

Codes

Color #756371 in popluar color models

756371
RGB11799113
HSL313°8.33%42.35%
HSB/HSV313°15.38%45.88%
CMYK0.00%15.38%3.42%
54.12%

Color #756371 in popluar number systems.

HEX756371
Decimal11799113
Binary111010111000111110001
Octal165143161

Shades and tints

Shades of #756371

#756371
(117,99,113)
#6B5A67
(107,90,103)
#61515D
(97,81,93)
#574853
(87,72,83)
#4D3F49
(77,63,73)
#43363F
(67,54,63)
#392D35
(57,45,53)
#2F242B
(47,36,43)
#251B21
(37,27,33)
#1B1217
(27,18,23)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #756371

#756371
(117,99,113)
#81717D
(129,113,125)
#8D7F89
(141,127,137)
#998D95
(153,141,149)
#A59BA1
(165,155,161)
#B1A9AD
(177,169,173)
#BDB7B9
(189,183,185)
#C9C5C5
(201,197,197)
#D5D3D1
(213,211,209)
#E1E1DD
(225,225,221)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756371 color. Also use rgb(117,99,113) instead hex code.

Text Font Color

.myTextColor { color: #756371; }

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

This text font color is #756371.


Background Color

.myBgColor { background-color: #756371; }

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

This div background color is #756371.


Border color

.myBorderColor { border: 1px solid #756371; }

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

This div border color is #756371.


Opacity

.myOpacity80 { color: #756371; opacity: 0.8; }

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

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

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

This text has shadow with #756371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756371 on black background.


Color preview on white background

This text has color #756371 on white background.



Black color preview on #756371 background

This text has black color on #756371 background.


White color preview on #756371 background

This text has white color on #756371 background.