COLOR #756079

HEX: #756079
RGB: (117,96,121)

Color info

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

RGB color model

#756079 color RGB value is (117,96,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 121 of 255 = 47%

117
96
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 121 = 334 (100%)
R 117 of 334 ~ 35.03%
G 96 of 334 ~ 28.74%
B 121 of 334 ~ 36.23%

%35.03
%28.74
%36.23

CMYK color model

#756079 color CMYK value is (3,21,0,53).

  • cyan value is 3.31%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,21,0,53)
C3M21Y0K53 
(3%,21%,0%,53%)
(0.03/0.21/0.00/0.53)	

CMYK percentages

%3.31
%20.66
%0
%52.55

Codes

Color #756079 in popluar color models

756079
RGB11796121
HSL290°11.52%42.55%
HSB/HSV290°20.66%47.45%
CMYK3.31%20.66%0.00%
52.55%

Color #756079 in popluar number systems.

HEX756079
Decimal11796121
Binary111010111000001111001
Octal165140171

Shades and tints

Shades of #756079

#756079
(117,96,121)
#6B586E
(107,88,110)
#615063
(97,80,99)
#574858
(87,72,88)
#4D404D
(77,64,77)
#433842
(67,56,66)
#393037
(57,48,55)
#2F282C
(47,40,44)
#252021
(37,32,33)
#1B1816
(27,24,22)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #756079

#756079
(117,96,121)
#816E85
(129,110,133)
#8D7C91
(141,124,145)
#998A9D
(153,138,157)
#A598A9
(165,152,169)
#B1A6B5
(177,166,181)
#BDB4C1
(189,180,193)
#C9C2CD
(201,194,205)
#D5D0D9
(213,208,217)
#E1DEE5
(225,222,229)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756079; }

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

This text font color is #756079.


Background Color

.myBgColor { background-color: #756079; }

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

This div background color is #756079.


Border color

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

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

This div border color is #756079.


Opacity

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

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

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

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

This text has shadow with #756079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756079 on black background.


Color preview on white background

This text has color #756079 on white background.



Black color preview on #756079 background

This text has black color on #756079 background.


White color preview on #756079 background

This text has white color on #756079 background.