COLOR #756979

HEX: #756979
RGB: (117,105,121)

Color info

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

RGB color model

#756979 color RGB value is (117,105,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 121 of 255 = 47%

117
105
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 121 = 343 (100%)
R 117 of 343 ~ 34.11%
G 105 of 343 ~ 30.61%
B 121 of 343 ~ 35.28%

%34.11
%30.61
%35.28

CMYK color model

#756979 color CMYK value is (3,13,0,53).

  • cyan value is 3.31%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,13,0,53)
C3M13Y0K53 
(3%,13%,0%,53%)
(0.03/0.13/0.00/0.53)	

CMYK percentages

%3.31
%13.22
%0
%52.55

Codes

Color #756979 in popluar color models

756979
RGB117105121
HSL285°7.08%44.31%
HSB/HSV285°13.22%47.45%
CMYK3.31%13.22%0.00%
52.55%

Color #756979 in popluar number systems.

HEX756979
Decimal117105121
Binary111010111010011111001
Octal165151171

Shades and tints

Shades of #756979

#756979
(117,105,121)
#6B606E
(107,96,110)
#615763
(97,87,99)
#574E58
(87,78,88)
#4D454D
(77,69,77)
#433C42
(67,60,66)
#393337
(57,51,55)
#2F2A2C
(47,42,44)
#252121
(37,33,33)
#1B1816
(27,24,22)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #756979

#756979
(117,105,121)
#817685
(129,118,133)
#8D8391
(141,131,145)
#99909D
(153,144,157)
#A59DA9
(165,157,169)
#B1AAB5
(177,170,181)
#BDB7C1
(189,183,193)
#C9C4CD
(201,196,205)
#D5D1D9
(213,209,217)
#E1DEE5
(225,222,229)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756979; }

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

This text font color is #756979.


Background Color

.myBgColor { background-color: #756979; }

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

This div background color is #756979.


Border color

.myBorderColor { border: 1px solid #756979; }

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

This div border color is #756979.


Opacity

.myOpacity80 { color: #756979; opacity: 0.8; }

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

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

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

This text has shadow with #756979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756979 on black background.


Color preview on white background

This text has color #756979 on white background.



Black color preview on #756979 background

This text has black color on #756979 background.


White color preview on #756979 background

This text has white color on #756979 background.