COLOR #756973

HEX: #756973
RGB: (117,105,115)

Color info

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

RGB color model

#756973 color RGB value is (117,105,115).

  • red value is 117;
  • green value is 105;
  • blue value is 115.
RGB:
(117,105,115)
(46%,41%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 115 of 255 = 45%

117
105
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 115 = 337 (100%)
R 117 of 337 ~ 34.72%
G 105 of 337 ~ 31.16%
B 115 of 337 ~ 34.12%

%34.72
%31.16
%34.12

CMYK color model

#756973 color CMYK value is (0,10,2,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(0,10,2,54)
C0M10Y2K54 
(0%,10%,2%,54%)
(0.00/0.10/0.02/0.54)	

CMYK percentages

%0
%10.26
%1.71
%54.12

Codes

Color #756973 in popluar color models

756973
RGB117105115
HSL310°5.41%43.53%
HSB/HSV310°10.26%45.88%
CMYK0.00%10.26%1.71%
54.12%

Color #756973 in popluar number systems.

HEX756973
Decimal117105115
Binary111010111010011110011
Octal165151163

Shades and tints

Shades of #756973

#756973
(117,105,115)
#6B6069
(107,96,105)
#61575F
(97,87,95)
#574E55
(87,78,85)
#4D454B
(77,69,75)
#433C41
(67,60,65)
#393337
(57,51,55)
#2F2A2D
(47,42,45)
#252123
(37,33,35)
#1B1819
(27,24,25)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #756973

#756973
(117,105,115)
#81767F
(129,118,127)
#8D838B
(141,131,139)
#999097
(153,144,151)
#A59DA3
(165,157,163)
#B1AAAF
(177,170,175)
#BDB7BB
(189,183,187)
#C9C4C7
(201,196,199)
#D5D1D3
(213,209,211)
#E1DEDF
(225,222,223)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756973 color. Also use rgb(117,105,115) instead hex code.

Text Font Color

.myTextColor { color: #756973; }

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

This text font color is #756973.


Background Color

.myBgColor { background-color: #756973; }

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

This div background color is #756973.


Border color

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

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

This div border color is #756973.


Opacity

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

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

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

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

This text has shadow with #756973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756973 on black background.


Color preview on white background

This text has color #756973 on white background.



Black color preview on #756973 background

This text has black color on #756973 background.


White color preview on #756973 background

This text has white color on #756973 background.