COLOR #756E6F

HEX: #756E6F
RGB: (117,110,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
110
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 111 = 338 (100%)
R 117 of 338 ~ 34.62%
G 110 of 338 ~ 32.54%
B 111 of 338 ~ 32.84%

%34.62
%32.54
%32.84

CMYK color model

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

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

CMYK percentages

%0
%5.98
%5.13
%54.12

Codes

Color #756E6F in popluar color models

756E6F
RGB117110111
HSL351°3.08%44.51%
HSB/HSV351°5.98%45.88%
CMYK0.00%5.98%5.13%
54.12%

Color #756E6F in popluar number systems.

HEX756E6F
Decimal117110111
Binary111010111011101101111
Octal165156157

Shades and tints

Shades of #756E6F

#756E6F
(117,110,111)
#6B6465
(107,100,101)
#615A5B
(97,90,91)
#575051
(87,80,81)
#4D4647
(77,70,71)
#433C3D
(67,60,61)
#393233
(57,50,51)
#2F2829
(47,40,41)
#251E1F
(37,30,31)
#1B1415
(27,20,21)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #756E6F

#756E6F
(117,110,111)
#817B7C
(129,123,124)
#8D8889
(141,136,137)
#999596
(153,149,150)
#A5A2A3
(165,162,163)
#B1AFB0
(177,175,176)
#BDBCBD
(189,188,189)
#C9C9CA
(201,201,202)
#D5D6D7
(213,214,215)
#E1E3E4
(225,227,228)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E6F; }

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

This text font color is #756E6F.


Background Color

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

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

This div background color is #756E6F.


Border color

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

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

This div border color is #756E6F.


Opacity

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

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

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

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

This text has shadow with #756E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E6F on black background.


Color preview on white background

This text has color #756E6F on white background.



Black color preview on #756E6F background

This text has black color on #756E6F background.


White color preview on #756E6F background

This text has white color on #756E6F background.