COLOR #756F72

HEX: #756F72
RGB: (117,111,114)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
111
114

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 114 = 342 (100%)
R 117 of 342 ~ 34.21%
G 111 of 342 ~ 32.46%
B 114 of 342 ~ 33.33%

%34.21
%32.46
%33.33

CMYK color model

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

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

CMYK percentages

%0
%5.13
%2.56
%54.12

Codes

Color #756F72 in popluar color models

756F72
RGB117111114
HSL330°2.63%44.71%
HSB/HSV330°5.13%45.88%
CMYK0.00%5.13%2.56%
54.12%

Color #756F72 in popluar number systems.

HEX756F72
Decimal117111114
Binary111010111011111110010
Octal165157162

Shades and tints

Shades of #756F72

#756F72
(117,111,114)
#6B6568
(107,101,104)
#615B5E
(97,91,94)
#575154
(87,81,84)
#4D474A
(77,71,74)
#433D40
(67,61,64)
#393336
(57,51,54)
#2F292C
(47,41,44)
#251F22
(37,31,34)
#1B1518
(27,21,24)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #756F72

#756F72
(117,111,114)
#817C7E
(129,124,126)
#8D898A
(141,137,138)
#999696
(153,150,150)
#A5A3A2
(165,163,162)
#B1B0AE
(177,176,174)
#BDBDBA
(189,189,186)
#C9CAC6
(201,202,198)
#D5D7D2
(213,215,210)
#E1E4DE
(225,228,222)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F72; }

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

This text font color is #756F72.


Background Color

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

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

This div background color is #756F72.


Border color

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

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

This div border color is #756F72.


Opacity

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

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

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

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

This text has shadow with #756F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F72 on black background.


Color preview on white background

This text has color #756F72 on white background.



Black color preview on #756F72 background

This text has black color on #756F72 background.


White color preview on #756F72 background

This text has white color on #756F72 background.