COLOR #756567

HEX: #756567
RGB: (117,101,103)

Color info

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

RGB color model

#756567 color RGB value is (117,101,103).

  • red value is 117;
  • green value is 101;
  • blue value is 103.
RGB:
(117,101,103)
(46%,40%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 103 of 255 = 40%

117
101
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 103 = 321 (100%)
R 117 of 321 ~ 36.45%
G 101 of 321 ~ 31.46%
B 103 of 321 ~ 32.09%

%36.45
%31.46
%32.09

CMYK color model

#756567 color CMYK value is (0,14,12,54).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(0,14,12,54)
C0M14Y12K54 
(0%,14%,12%,54%)
(0.00/0.14/0.12/0.54)	

CMYK percentages

%0
%13.68
%11.97
%54.12

Codes

Color #756567 in popluar color models

756567
RGB117101103
HSL353°7.34%42.75%
HSB/HSV353°13.68%45.88%
CMYK0.00%13.68%11.97%
54.12%

Color #756567 in popluar number systems.

HEX756567
Decimal117101103
Binary111010111001011100111
Octal165145147

Shades and tints

Shades of #756567

#756567
(117,101,103)
#6B5C5E
(107,92,94)
#615355
(97,83,85)
#574A4C
(87,74,76)
#4D4143
(77,65,67)
#43383A
(67,56,58)
#392F31
(57,47,49)
#2F2628
(47,38,40)
#251D1F
(37,29,31)
#1B1416
(27,20,22)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #756567

#756567
(117,101,103)
#817374
(129,115,116)
#8D8181
(141,129,129)
#998F8E
(153,143,142)
#A59D9B
(165,157,155)
#B1ABA8
(177,171,168)
#BDB9B5
(189,185,181)
#C9C7C2
(201,199,194)
#D5D5CF
(213,213,207)
#E1E3DC
(225,227,220)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756567 color. Also use rgb(117,101,103) instead hex code.

Text Font Color

.myTextColor { color: #756567; }

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

This text font color is #756567.


Background Color

.myBgColor { background-color: #756567; }

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

This div background color is #756567.


Border color

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

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

This div border color is #756567.


Opacity

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

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

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

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

This text has shadow with #756567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756567 on black background.


Color preview on white background

This text has color #756567 on white background.



Black color preview on #756567 background

This text has black color on #756567 background.


White color preview on #756567 background

This text has white color on #756567 background.