COLOR #75756F

HEX: #75756F
RGB: (117,117,111)

Color info

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

RGB color model

#75756F color RGB value is (117,117,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 111 of 255 = 44%

117
117
111

R + G + B ~ 45%. #75756F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 111 = 345 (100%)
R 117 of 345 ~ 33.91%
G 117 of 345 ~ 33.91%
B 111 of 345 ~ 32.17%

%33.91
%33.91
%32.17

CMYK color model

#75756F color CMYK value is (0,0,5,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,0,5,54)
C0M0Y5K54 
(0%,0%,5%,54%)
(0.00/0.00/0.05/0.54)	

CMYK percentages

%0
%0
%5.13
%54.12

Codes

Color #75756F in popluar color models

75756F
RGB117117111
HSL60°2.63%44.71%
HSB/HSV60°5.13%45.88%
CMYK0.00%0.00%5.13%
54.12%

Color #75756F in popluar number systems.

HEX75756F
Decimal117117111
Binary111010111101011101111
Octal165165157

Shades and tints

Shades of #75756F

#75756F
(117,117,111)
#6B6B65
(107,107,101)
#61615B
(97,97,91)
#575751
(87,87,81)
#4D4D47
(77,77,71)
#43433D
(67,67,61)
#393933
(57,57,51)
#2F2F29
(47,47,41)
#25251F
(37,37,31)
#1B1B15
(27,27,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #75756F

#75756F
(117,117,111)
#81817C
(129,129,124)
#8D8D89
(141,141,137)
#999996
(153,153,150)
#A5A5A3
(165,165,163)
#B1B1B0
(177,177,176)
#BDBDBD
(189,189,189)
#C9C9CA
(201,201,202)
#D5D5D7
(213,213,215)
#E1E1E4
(225,225,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75756F; }

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

This text font color is #75756F.


Background Color

.myBgColor { background-color: #75756F; }

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

This div background color is #75756F.


Border color

.myBorderColor { border: 1px solid #75756F; }

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

This div border color is #75756F.


Opacity

.myOpacity80 { color: #75756F; opacity: 0.8; }

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

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

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

This text has shadow with #75756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75756F on black background.


Color preview on white background

This text has color #75756F on white background.



Black color preview on #75756F background

This text has black color on #75756F background.


White color preview on #75756F background

This text has white color on #75756F background.