COLOR #756963

HEX: #756963
RGB: (117,105,99)

Color info

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

RGB color model

#756963 color RGB value is (117,105,99).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 99 of 255 = 39%

117
105
99

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 99 = 321 (100%)
R 117 of 321 ~ 36.45%
G 105 of 321 ~ 32.71%
B 99 of 321 ~ 30.84%

%36.45
%32.71
%30.84

CMYK color model

#756963 color CMYK value is (0,10,15,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 15.38%
  • key color value is 54.12%
CMYK:
(0,10,15,54)
C0M10Y15K54 
(0%,10%,15%,54%)
(0.00/0.10/0.15/0.54)	

CMYK percentages

%0
%10.26
%15.38
%54.12

Codes

Color #756963 in popluar color models

756963
RGB11710599
HSL20°8.33%42.35%
HSB/HSV20°15.38%45.88%
CMYK0.00%10.26%15.38%
54.12%

Color #756963 in popluar number systems.

HEX756963
Decimal11710599
Binary111010111010011100011
Octal165151143

Shades and tints

Shades of #756963

#756963
(117,105,99)
#6B605A
(107,96,90)
#615751
(97,87,81)
#574E48
(87,78,72)
#4D453F
(77,69,63)
#433C36
(67,60,54)
#39332D
(57,51,45)
#2F2A24
(47,42,36)
#25211B
(37,33,27)
#1B1812
(27,24,18)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #756963

#756963
(117,105,99)
#817671
(129,118,113)
#8D837F
(141,131,127)
#99908D
(153,144,141)
#A59D9B
(165,157,155)
#B1AAA9
(177,170,169)
#BDB7B7
(189,183,183)
#C9C4C5
(201,196,197)
#D5D1D3
(213,209,211)
#E1DEE1
(225,222,225)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756963; }

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

This text font color is #756963.


Background Color

.myBgColor { background-color: #756963; }

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

This div background color is #756963.


Border color

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

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

This div border color is #756963.


Opacity

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

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

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

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

This text has shadow with #756963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756963 on black background.


Color preview on white background

This text has color #756963 on white background.



Black color preview on #756963 background

This text has black color on #756963 background.


White color preview on #756963 background

This text has white color on #756963 background.