COLOR #756F66

HEX: #756F66
RGB: (117,111,102)

Color info

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

RGB color model

#756F66 color RGB value is (117,111,102).

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

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 102 of 255 = 40%

117
111
102

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 102 = 330 (100%)
R 117 of 330 ~ 35.45%
G 111 of 330 ~ 33.64%
B 102 of 330 ~ 30.91%

%35.45
%33.64
%30.91

CMYK color model

#756F66 color CMYK value is (0,5,13,54).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(0,5,13,54)
C0M5Y13K54 
(0%,5%,13%,54%)
(0.00/0.05/0.13/0.54)	

CMYK percentages

%0
%5.13
%12.82
%54.12

Codes

Color #756F66 in popluar color models

756F66
RGB117111102
HSL36°6.85%42.94%
HSB/HSV36°12.82%45.88%
CMYK0.00%5.13%12.82%
54.12%

Color #756F66 in popluar number systems.

HEX756F66
Decimal117111102
Binary111010111011111100110
Octal165157146

Shades and tints

Shades of #756F66

#756F66
(117,111,102)
#6B655D
(107,101,93)
#615B54
(97,91,84)
#57514B
(87,81,75)
#4D4742
(77,71,66)
#433D39
(67,61,57)
#393330
(57,51,48)
#2F2927
(47,41,39)
#251F1E
(37,31,30)
#1B1515
(27,21,21)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #756F66

#756F66
(117,111,102)
#817C73
(129,124,115)
#8D8980
(141,137,128)
#99968D
(153,150,141)
#A5A39A
(165,163,154)
#B1B0A7
(177,176,167)
#BDBDB4
(189,189,180)
#C9CAC1
(201,202,193)
#D5D7CE
(213,215,206)
#E1E4DB
(225,228,219)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F66; }

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

This text font color is #756F66.


Background Color

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

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

This div background color is #756F66.


Border color

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

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

This div border color is #756F66.


Opacity

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

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

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

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

This text has shadow with #756F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F66 on black background.


Color preview on white background

This text has color #756F66 on white background.



Black color preview on #756F66 background

This text has black color on #756F66 background.


White color preview on #756F66 background

This text has white color on #756F66 background.