COLOR #757375

HEX: #757375
RGB: (117,115,117)

Color info

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

RGB color model

#757375 color RGB value is (117,115,117).

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

RGB channels and saturation

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

117
115
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 117 = 349 (100%)
R 117 of 349 ~ 33.52%
G 115 of 349 ~ 32.95%
B 117 of 349 ~ 33.52%

%33.52
%32.95
%33.52

CMYK color model

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

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

CMYK percentages

%0
%1.71
%0
%54.12

Codes

Color #757375 in popluar color models

757375
RGB117115117
HSL300°0.86%45.49%
HSB/HSV300°1.71%45.88%
CMYK0.00%1.71%0.00%
54.12%

Color #757375 in popluar number systems.

HEX757375
Decimal117115117
Binary111010111100111110101
Octal165163165

Shades and tints

Shades of #757375

#757375
(117,115,117)
#6B696B
(107,105,107)
#615F61
(97,95,97)
#575557
(87,85,87)
#4D4B4D
(77,75,77)
#434143
(67,65,67)
#393739
(57,55,57)
#2F2D2F
(47,45,47)
#252325
(37,35,37)
#1B191B
(27,25,27)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #757375

#757375
(117,115,117)
#817F81
(129,127,129)
#8D8B8D
(141,139,141)
#999799
(153,151,153)
#A5A3A5
(165,163,165)
#B1AFB1
(177,175,177)
#BDBBBD
(189,187,189)
#C9C7C9
(201,199,201)
#D5D3D5
(213,211,213)
#E1DFE1
(225,223,225)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757375; }

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

This text font color is #757375.


Background Color

.myBgColor { background-color: #757375; }

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

This div background color is #757375.


Border color

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

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

This div border color is #757375.


Opacity

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

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

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

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

This text has shadow with #757375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757375 on black background.


Color preview on white background

This text has color #757375 on white background.



Black color preview on #757375 background

This text has black color on #757375 background.


White color preview on #757375 background

This text has white color on #757375 background.