COLOR #756F6F

HEX: #756F6F
RGB: (117,111,111)

Color info

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

RGB color model

#756F6F color RGB value is (117,111,111).

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

RGB channels and saturation

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

117
111
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 111 = 339 (100%)
R 117 of 339 ~ 34.51%
G 111 of 339 ~ 32.74%
B 111 of 339 ~ 32.74%

%34.51
%32.74
%32.74

CMYK color model

#756F6F color CMYK value is (0,5,5,54).

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

CMYK percentages

%0
%5.13
%5.13
%54.12

Codes

Color #756F6F in popluar color models

756F6F
RGB117111111
HSL2.63%44.71%
HSB/HSV5.13%45.88%
CMYK0.00%5.13%5.13%
54.12%

Color #756F6F in popluar number systems.

HEX756F6F
Decimal117111111
Binary111010111011111101111
Octal165157157

Shades and tints

Shades of #756F6F

#756F6F
(117,111,111)
#6B6565
(107,101,101)
#615B5B
(97,91,91)
#575151
(87,81,81)
#4D4747
(77,71,71)
#433D3D
(67,61,61)
#393333
(57,51,51)
#2F2929
(47,41,41)
#251F1F
(37,31,31)
#1B1515
(27,21,21)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #756F6F

#756F6F
(117,111,111)
#817C7C
(129,124,124)
#8D8989
(141,137,137)
#999696
(153,150,150)
#A5A3A3
(165,163,163)
#B1B0B0
(177,176,176)
#BDBDBD
(189,189,189)
#C9CACA
(201,202,202)
#D5D7D7
(213,215,215)
#E1E4E4
(225,228,228)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F6F; }

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

This text font color is #756F6F.


Background Color

.myBgColor { background-color: #756F6F; }

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

This div background color is #756F6F.


Border color

.myBorderColor { border: 1px solid #756F6F; }

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

This div border color is #756F6F.


Opacity

.myOpacity80 { color: #756F6F; opacity: 0.8; }

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

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

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

This text has shadow with #756F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F6F on black background.


Color preview on white background

This text has color #756F6F on white background.



Black color preview on #756F6F background

This text has black color on #756F6F background.


White color preview on #756F6F background

This text has white color on #756F6F background.