COLOR #756662

HEX: #756662
RGB: (117,102,98)

Color info

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

RGB color model

#756662 color RGB value is (117,102,98).

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

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 98 of 255 = 38%

117
102
98

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

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 98 = 317 (100%)
R 117 of 317 ~ 36.91%
G 102 of 317 ~ 32.18%
B 98 of 317 ~ 30.91%

%36.91
%32.18
%30.91

CMYK color model

#756662 color CMYK value is (0,13,16,54).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(0,13,16,54)
C0M13Y16K54 
(0%,13%,16%,54%)
(0.00/0.13/0.16/0.54)	

CMYK percentages

%0
%12.82
%16.24
%54.12

Codes

Color #756662 in popluar color models

756662
RGB11710298
HSL13°8.84%42.16%
HSB/HSV13°16.24%45.88%
CMYK0.00%12.82%16.24%
54.12%

Color #756662 in popluar number systems.

HEX756662
Decimal11710298
Binary111010111001101100010
Octal165146142

Shades and tints

Shades of #756662

#756662
(117,102,98)
#6B5D5A
(107,93,90)
#615452
(97,84,82)
#574B4A
(87,75,74)
#4D4242
(77,66,66)
#43393A
(67,57,58)
#393032
(57,48,50)
#2F272A
(47,39,42)
#251E22
(37,30,34)
#1B151A
(27,21,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #756662

#756662
(117,102,98)
#817370
(129,115,112)
#8D807E
(141,128,126)
#998D8C
(153,141,140)
#A59A9A
(165,154,154)
#B1A7A8
(177,167,168)
#BDB4B6
(189,180,182)
#C9C1C4
(201,193,196)
#D5CED2
(213,206,210)
#E1DBE0
(225,219,224)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756662; }

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

This text font color is #756662.


Background Color

.myBgColor { background-color: #756662; }

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

This div background color is #756662.


Border color

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

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

This div border color is #756662.


Opacity

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

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

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

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

This text has shadow with #756662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756662 on black background.


Color preview on white background

This text has color #756662 on white background.



Black color preview on #756662 background

This text has black color on #756662 background.


White color preview on #756662 background

This text has white color on #756662 background.