COLOR #757661

HEX: #757661
RGB: (117,118,97)

Color info

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

RGB color model

#757661 color RGB value is (117,118,97).

  • red value is 117;
  • green value is 118;
  • blue value is 97.
RGB:
(117,118,97)
(46%,46%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 118 of 255 = 46%
B 97 of 255 = 38%

117
118
97

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

Portions of RGB colors in percentages

R + G + B =
117 + 118 + 97 = 332 (100%)
R 117 of 332 ~ 35.24%
G 118 of 332 ~ 35.54%
B 97 of 332 ~ 29.22%

%35.24
%35.54
%29.22

CMYK color model

#757661 color CMYK value is (1,0,18,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(1,0,18,54)
C1M0Y18K54 
(1%,0%,18%,54%)
(0.01/0.00/0.18/0.54)	

CMYK percentages

%0.85
%0
%17.8
%53.73

Codes

Color #757661 in popluar color models

757661
RGB11711897
HSL63°9.77%42.16%
HSB/HSV63°17.80%46.27%
CMYK0.85%0.00%17.80%
53.73%

Color #757661 in popluar number systems.

HEX757661
Decimal11711897
Binary111010111101101100001
Octal165166141

Shades and tints

Shades of #757661

#757661
(117,118,97)
#6B6C59
(107,108,89)
#616251
(97,98,81)
#575849
(87,88,73)
#4D4E41
(77,78,65)
#434439
(67,68,57)
#393A31
(57,58,49)
#2F3029
(47,48,41)
#252621
(37,38,33)
#1B1C19
(27,28,25)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #757661

#757661
(117,118,97)
#81826F
(129,130,111)
#8D8E7D
(141,142,125)
#999A8B
(153,154,139)
#A5A699
(165,166,153)
#B1B2A7
(177,178,167)
#BDBEB5
(189,190,181)
#C9CAC3
(201,202,195)
#D5D6D1
(213,214,209)
#E1E2DF
(225,226,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757661 color. Also use rgb(117,118,97) instead hex code.

Text Font Color

.myTextColor { color: #757661; }

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

This text font color is #757661.


Background Color

.myBgColor { background-color: #757661; }

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

This div background color is #757661.


Border color

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

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

This div border color is #757661.


Opacity

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

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

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

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

This text has shadow with #757661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757661 on black background.


Color preview on white background

This text has color #757661 on white background.



Black color preview on #757661 background

This text has black color on #757661 background.


White color preview on #757661 background

This text has white color on #757661 background.