COLOR #756F79

HEX: #756F79
RGB: (117,111,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
111
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 121 = 349 (100%)
R 117 of 349 ~ 33.52%
G 111 of 349 ~ 31.81%
B 121 of 349 ~ 34.67%

%33.52
%31.81
%34.67

CMYK color model

#756F79 color CMYK value is (3,8,0,53).

  • cyan value is 3.31%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,8,0,53)
C3M8Y0K53 
(3%,8%,0%,53%)
(0.03/0.08/0.00/0.53)	

CMYK percentages

%3.31
%8.26
%0
%52.55

Codes

Color #756F79 in popluar color models

756F79
RGB117111121
HSL276°4.31%45.49%
HSB/HSV276°8.26%47.45%
CMYK3.31%8.26%0.00%
52.55%

Color #756F79 in popluar number systems.

HEX756F79
Decimal117111121
Binary111010111011111111001
Octal165157171

Shades and tints

Shades of #756F79

#756F79
(117,111,121)
#6B656E
(107,101,110)
#615B63
(97,91,99)
#575158
(87,81,88)
#4D474D
(77,71,77)
#433D42
(67,61,66)
#393337
(57,51,55)
#2F292C
(47,41,44)
#251F21
(37,31,33)
#1B1516
(27,21,22)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #756F79

#756F79
(117,111,121)
#817C85
(129,124,133)
#8D8991
(141,137,145)
#99969D
(153,150,157)
#A5A3A9
(165,163,169)
#B1B0B5
(177,176,181)
#BDBDC1
(189,189,193)
#C9CACD
(201,202,205)
#D5D7D9
(213,215,217)
#E1E4E5
(225,228,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F79; }

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

This text font color is #756F79.


Background Color

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

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

This div background color is #756F79.


Border color

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

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

This div border color is #756F79.


Opacity

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

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

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

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

This text has shadow with #756F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F79 on black background.


Color preview on white background

This text has color #756F79 on white background.



Black color preview on #756F79 background

This text has black color on #756F79 background.


White color preview on #756F79 background

This text has white color on #756F79 background.