COLOR #756369

HEX: #756369
RGB: (117,99,105)

Color info

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

RGB color model

#756369 color RGB value is (117,99,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 105 of 255 = 41%

117
99
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 105 = 321 (100%)
R 117 of 321 ~ 36.45%
G 99 of 321 ~ 30.84%
B 105 of 321 ~ 32.71%

%36.45
%30.84
%32.71

CMYK color model

#756369 color CMYK value is (0,15,10,54).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,15,10,54)
C0M15Y10K54 
(0%,15%,10%,54%)
(0.00/0.15/0.10/0.54)	

CMYK percentages

%0
%15.38
%10.26
%54.12

Codes

Color #756369 in popluar color models

756369
RGB11799105
HSL340°8.33%42.35%
HSB/HSV340°15.38%45.88%
CMYK0.00%15.38%10.26%
54.12%

Color #756369 in popluar number systems.

HEX756369
Decimal11799105
Binary111010111000111101001
Octal165143151

Shades and tints

Shades of #756369

#756369
(117,99,105)
#6B5A60
(107,90,96)
#615157
(97,81,87)
#57484E
(87,72,78)
#4D3F45
(77,63,69)
#43363C
(67,54,60)
#392D33
(57,45,51)
#2F242A
(47,36,42)
#251B21
(37,27,33)
#1B1218
(27,18,24)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #756369

#756369
(117,99,105)
#817176
(129,113,118)
#8D7F83
(141,127,131)
#998D90
(153,141,144)
#A59B9D
(165,155,157)
#B1A9AA
(177,169,170)
#BDB7B7
(189,183,183)
#C9C5C4
(201,197,196)
#D5D3D1
(213,211,209)
#E1E1DE
(225,225,222)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756369; }

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

This text font color is #756369.


Background Color

.myBgColor { background-color: #756369; }

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

This div background color is #756369.


Border color

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

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

This div border color is #756369.


Opacity

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

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

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

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

This text has shadow with #756369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756369 on black background.


Color preview on white background

This text has color #756369 on white background.



Black color preview on #756369 background

This text has black color on #756369 background.


White color preview on #756369 background

This text has white color on #756369 background.