COLOR #756379

HEX: #756379
RGB: (117,99,121)

Color info

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

RGB color model

#756379 color RGB value is (117,99,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 121 of 255 = 47%

117
99
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 121 = 337 (100%)
R 117 of 337 ~ 34.72%
G 99 of 337 ~ 29.38%
B 121 of 337 ~ 35.91%

%34.72
%29.38
%35.91

CMYK color model

#756379 color CMYK value is (3,18,0,53).

  • cyan value is 3.31%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,18,0,53)
C3M18Y0K53 
(3%,18%,0%,53%)
(0.03/0.18/0.00/0.53)	

CMYK percentages

%3.31
%18.18
%0
%52.55

Codes

Color #756379 in popluar color models

756379
RGB11799121
HSL289°10.00%43.14%
HSB/HSV289°18.18%47.45%
CMYK3.31%18.18%0.00%
52.55%

Color #756379 in popluar number systems.

HEX756379
Decimal11799121
Binary111010111000111111001
Octal165143171

Shades and tints

Shades of #756379

#756379
(117,99,121)
#6B5A6E
(107,90,110)
#615163
(97,81,99)
#574858
(87,72,88)
#4D3F4D
(77,63,77)
#433642
(67,54,66)
#392D37
(57,45,55)
#2F242C
(47,36,44)
#251B21
(37,27,33)
#1B1216
(27,18,22)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #756379

#756379
(117,99,121)
#817185
(129,113,133)
#8D7F91
(141,127,145)
#998D9D
(153,141,157)
#A59BA9
(165,155,169)
#B1A9B5
(177,169,181)
#BDB7C1
(189,183,193)
#C9C5CD
(201,197,205)
#D5D3D9
(213,211,217)
#E1E1E5
(225,225,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756379; }

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

This text font color is #756379.


Background Color

.myBgColor { background-color: #756379; }

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

This div background color is #756379.


Border color

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

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

This div border color is #756379.


Opacity

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

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

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

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

This text has shadow with #756379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756379 on black background.


Color preview on white background

This text has color #756379 on white background.



Black color preview on #756379 background

This text has black color on #756379 background.


White color preview on #756379 background

This text has white color on #756379 background.