COLOR #756763

HEX: #756763
RGB: (117,103,99)

Color info

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

RGB color model

#756763 color RGB value is (117,103,99).

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

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 99 of 255 = 39%

117
103
99

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

Portions of RGB colors in percentages

R + G + B =
117 + 103 + 99 = 319 (100%)
R 117 of 319 ~ 36.68%
G 103 of 319 ~ 32.29%
B 99 of 319 ~ 31.03%

%36.68
%32.29
%31.03

CMYK color model

#756763 color CMYK value is (0,12,15,54).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 15.38%
  • key color value is 54.12%
CMYK:
(0,12,15,54)
C0M12Y15K54 
(0%,12%,15%,54%)
(0.00/0.12/0.15/0.54)	

CMYK percentages

%0
%11.97
%15.38
%54.12

Codes

Color #756763 in popluar color models

756763
RGB11710399
HSL13°8.33%42.35%
HSB/HSV13°15.38%45.88%
CMYK0.00%11.97%15.38%
54.12%

Color #756763 in popluar number systems.

HEX756763
Decimal11710399
Binary111010111001111100011
Octal165147143

Shades and tints

Shades of #756763

#756763
(117,103,99)
#6B5E5A
(107,94,90)
#615551
(97,85,81)
#574C48
(87,76,72)
#4D433F
(77,67,63)
#433A36
(67,58,54)
#39312D
(57,49,45)
#2F2824
(47,40,36)
#251F1B
(37,31,27)
#1B1612
(27,22,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #756763

#756763
(117,103,99)
#817471
(129,116,113)
#8D817F
(141,129,127)
#998E8D
(153,142,141)
#A59B9B
(165,155,155)
#B1A8A9
(177,168,169)
#BDB5B7
(189,181,183)
#C9C2C5
(201,194,197)
#D5CFD3
(213,207,211)
#E1DCE1
(225,220,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756763; }

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

This text font color is #756763.


Background Color

.myBgColor { background-color: #756763; }

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

This div background color is #756763.


Border color

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

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

This div border color is #756763.


Opacity

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

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

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

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

This text has shadow with #756763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756763 on black background.


Color preview on white background

This text has color #756763 on white background.



Black color preview on #756763 background

This text has black color on #756763 background.


White color preview on #756763 background

This text has white color on #756763 background.