COLOR #756475

HEX: #756475
RGB: (117,100,117)

Color info

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

RGB color model

#756475 color RGB value is (117,100,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 117 of 255 = 46%

117
100
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 117 = 334 (100%)
R 117 of 334 ~ 35.03%
G 100 of 334 ~ 29.94%
B 117 of 334 ~ 35.03%

%35.03
%29.94
%35.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,15,0,54)
C0M15Y0K54 
(0%,15%,0%,54%)
(0.00/0.15/0.00/0.54)	

CMYK percentages

%0
%14.53
%0
%54.12

Codes

Color #756475 in popluar color models

756475
RGB117100117
HSL300°7.83%42.55%
HSB/HSV300°14.53%45.88%
CMYK0.00%14.53%0.00%
54.12%

Color #756475 in popluar number systems.

HEX756475
Decimal117100117
Binary111010111001001110101
Octal165144165

Shades and tints

Shades of #756475

#756475
(117,100,117)
#6B5B6B
(107,91,107)
#615261
(97,82,97)
#574957
(87,73,87)
#4D404D
(77,64,77)
#433743
(67,55,67)
#392E39
(57,46,57)
#2F252F
(47,37,47)
#251C25
(37,28,37)
#1B131B
(27,19,27)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #756475

#756475
(117,100,117)
#817281
(129,114,129)
#8D808D
(141,128,141)
#998E99
(153,142,153)
#A59CA5
(165,156,165)
#B1AAB1
(177,170,177)
#BDB8BD
(189,184,189)
#C9C6C9
(201,198,201)
#D5D4D5
(213,212,213)
#E1E2E1
(225,226,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756475; }

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

This text font color is #756475.


Background Color

.myBgColor { background-color: #756475; }

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

This div background color is #756475.


Border color

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

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

This div border color is #756475.


Opacity

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

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

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

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

This text has shadow with #756475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756475 on black background.


Color preview on white background

This text has color #756475 on white background.



Black color preview on #756475 background

This text has black color on #756475 background.


White color preview on #756475 background

This text has white color on #756475 background.