COLOR #75766F

HEX: #75766F
RGB: (117,118,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
118
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 118 + 111 = 346 (100%)
R 117 of 346 ~ 33.82%
G 118 of 346 ~ 34.1%
B 111 of 346 ~ 32.08%

%33.82
%34.1
%32.08

CMYK color model

#75766F color CMYK value is (1,0,6,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(1,0,6,54)
C1M0Y6K54 
(1%,0%,6%,54%)
(0.01/0.00/0.06/0.54)	

CMYK percentages

%0.85
%0
%5.93
%53.73

Codes

Color #75766F in popluar color models

75766F
RGB117118111
HSL69°3.06%44.90%
HSB/HSV69°5.93%46.27%
CMYK0.85%0.00%5.93%
53.73%

Color #75766F in popluar number systems.

HEX75766F
Decimal117118111
Binary111010111101101101111
Octal165166157

Shades and tints

Shades of #75766F

#75766F
(117,118,111)
#6B6C65
(107,108,101)
#61625B
(97,98,91)
#575851
(87,88,81)
#4D4E47
(77,78,71)
#43443D
(67,68,61)
#393A33
(57,58,51)
#2F3029
(47,48,41)
#25261F
(37,38,31)
#1B1C15
(27,28,21)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #75766F

#75766F
(117,118,111)
#81827C
(129,130,124)
#8D8E89
(141,142,137)
#999A96
(153,154,150)
#A5A6A3
(165,166,163)
#B1B2B0
(177,178,176)
#BDBEBD
(189,190,189)
#C9CACA
(201,202,202)
#D5D6D7
(213,214,215)
#E1E2E4
(225,226,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75766F; }

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

This text font color is #75766F.


Background Color

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

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

This div background color is #75766F.


Border color

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

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

This div border color is #75766F.


Opacity

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

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

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

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

This text has shadow with #75766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75766F on black background.


Color preview on white background

This text has color #75766F on white background.



Black color preview on #75766F background

This text has black color on #75766F background.


White color preview on #75766F background

This text has white color on #75766F background.