COLOR #756B66

HEX: #756B66
RGB: (117,107,102)

Color info

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

RGB color model

#756B66 color RGB value is (117,107,102).

  • red value is 117;
  • green value is 107;
  • blue value is 102.
RGB:
(117,107,102)
(46%,42%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 107 of 255 = 42%
B 102 of 255 = 40%

117
107
102

R + G + B ~ 43%. #756B66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 107 + 102 = 326 (100%)
R 117 of 326 ~ 35.89%
G 107 of 326 ~ 32.82%
B 102 of 326 ~ 31.29%

%35.89
%32.82
%31.29

CMYK color model

#756B66 color CMYK value is (0,9,13,54).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(0,9,13,54)
C0M9Y13K54 
(0%,9%,13%,54%)
(0.00/0.09/0.13/0.54)	

CMYK percentages

%0
%8.55
%12.82
%54.12

Codes

Color #756B66 in popluar color models

756B66
RGB117107102
HSL20°6.85%42.94%
HSB/HSV20°12.82%45.88%
CMYK0.00%8.55%12.82%
54.12%

Color #756B66 in popluar number systems.

HEX756B66
Decimal117107102
Binary111010111010111100110
Octal165153146

Shades and tints

Shades of #756B66

#756B66
(117,107,102)
#6B625D
(107,98,93)
#615954
(97,89,84)
#57504B
(87,80,75)
#4D4742
(77,71,66)
#433E39
(67,62,57)
#393530
(57,53,48)
#2F2C27
(47,44,39)
#25231E
(37,35,30)
#1B1A15
(27,26,21)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #756B66

#756B66
(117,107,102)
#817873
(129,120,115)
#8D8580
(141,133,128)
#99928D
(153,146,141)
#A59F9A
(165,159,154)
#B1ACA7
(177,172,167)
#BDB9B4
(189,185,180)
#C9C6C1
(201,198,193)
#D5D3CE
(213,211,206)
#E1E0DB
(225,224,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756B66 color. Also use rgb(117,107,102) instead hex code.

Text Font Color

.myTextColor { color: #756B66; }

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

This text font color is #756B66.


Background Color

.myBgColor { background-color: #756B66; }

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

This div background color is #756B66.


Border color

.myBorderColor { border: 1px solid #756B66; }

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

This div border color is #756B66.


Opacity

.myOpacity80 { color: #756B66; opacity: 0.8; }

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

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

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

This text has shadow with #756B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756B66 on black background.


Color preview on white background

This text has color #756B66 on white background.



Black color preview on #756B66 background

This text has black color on #756B66 background.


White color preview on #756B66 background

This text has white color on #756B66 background.