COLOR #756968

HEX: #756968
RGB: (117,105,104)

Color info

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

RGB color model

#756968 color RGB value is (117,105,104).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 104 of 255 = 41%

117
105
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 104 = 326 (100%)
R 117 of 326 ~ 35.89%
G 105 of 326 ~ 32.21%
B 104 of 326 ~ 31.9%

%35.89
%32.21
%31.9

CMYK color model

#756968 color CMYK value is (0,10,11,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,10,11,54)
C0M10Y11K54 
(0%,10%,11%,54%)
(0.00/0.10/0.11/0.54)	

CMYK percentages

%0
%10.26
%11.11
%54.12

Codes

Color #756968 in popluar color models

756968
RGB117105104
HSL5.88%43.33%
HSB/HSV11.11%45.88%
CMYK0.00%10.26%11.11%
54.12%

Color #756968 in popluar number systems.

HEX756968
Decimal117105104
Binary111010111010011101000
Octal165151150

Shades and tints

Shades of #756968

#756968
(117,105,104)
#6B605F
(107,96,95)
#615756
(97,87,86)
#574E4D
(87,78,77)
#4D4544
(77,69,68)
#433C3B
(67,60,59)
#393332
(57,51,50)
#2F2A29
(47,42,41)
#252120
(37,33,32)
#1B1817
(27,24,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #756968

#756968
(117,105,104)
#817675
(129,118,117)
#8D8382
(141,131,130)
#99908F
(153,144,143)
#A59D9C
(165,157,156)
#B1AAA9
(177,170,169)
#BDB7B6
(189,183,182)
#C9C4C3
(201,196,195)
#D5D1D0
(213,209,208)
#E1DEDD
(225,222,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756968; }

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

This text font color is #756968.


Background Color

.myBgColor { background-color: #756968; }

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

This div background color is #756968.


Border color

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

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

This div border color is #756968.


Opacity

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

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

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

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

This text has shadow with #756968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756968 on black background.


Color preview on white background

This text has color #756968 on white background.



Black color preview on #756968 background

This text has black color on #756968 background.


White color preview on #756968 background

This text has white color on #756968 background.