COLOR #756966

HEX: #756966
RGB: (117,105,102)

Color info

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

RGB color model

#756966 color RGB value is (117,105,102).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 102 of 255 = 40%

117
105
102

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 102 = 324 (100%)
R 117 of 324 ~ 36.11%
G 105 of 324 ~ 32.41%
B 102 of 324 ~ 31.48%

%36.11
%32.41
%31.48

CMYK color model

#756966 color CMYK value is (0,10,13,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(0,10,13,54)
C0M10Y13K54 
(0%,10%,13%,54%)
(0.00/0.10/0.13/0.54)	

CMYK percentages

%0
%10.26
%12.82
%54.12

Codes

Color #756966 in popluar color models

756966
RGB117105102
HSL12°6.85%42.94%
HSB/HSV12°12.82%45.88%
CMYK0.00%10.26%12.82%
54.12%

Color #756966 in popluar number systems.

HEX756966
Decimal117105102
Binary111010111010011100110
Octal165151146

Shades and tints

Shades of #756966

#756966
(117,105,102)
#6B605D
(107,96,93)
#615754
(97,87,84)
#574E4B
(87,78,75)
#4D4542
(77,69,66)
#433C39
(67,60,57)
#393330
(57,51,48)
#2F2A27
(47,42,39)
#25211E
(37,33,30)
#1B1815
(27,24,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #756966

#756966
(117,105,102)
#817673
(129,118,115)
#8D8380
(141,131,128)
#99908D
(153,144,141)
#A59D9A
(165,157,154)
#B1AAA7
(177,170,167)
#BDB7B4
(189,183,180)
#C9C4C1
(201,196,193)
#D5D1CE
(213,209,206)
#E1DEDB
(225,222,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756966; }

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

This text font color is #756966.


Background Color

.myBgColor { background-color: #756966; }

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

This div background color is #756966.


Border color

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

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

This div border color is #756966.


Opacity

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

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

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

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

This text has shadow with #756966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756966 on black background.


Color preview on white background

This text has color #756966 on white background.



Black color preview on #756966 background

This text has black color on #756966 background.


White color preview on #756966 background

This text has white color on #756966 background.