COLOR #757955

HEX: #757955
RGB: (117,121,85)

Color info

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

RGB color model

#757955 color RGB value is (117,121,85).

  • red value is 117;
  • green value is 121;
  • blue value is 85.
RGB:
(117,121,85)
(46%,47%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 85 of 255 = 33%

117
121
85

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 85 = 323 (100%)
R 117 of 323 ~ 36.22%
G 121 of 323 ~ 37.46%
B 85 of 323 ~ 26.32%

%36.22
%37.46
%26.32

CMYK color model

#757955 color CMYK value is (3,0,30,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 52.55%
CMYK:
(3,0,30,53)
C3M0Y30K53 
(3%,0%,30%,53%)
(0.03/0.00/0.30/0.53)	

CMYK percentages

%3.31
%0
%29.75
%52.55

Codes

Color #757955 in popluar color models

757955
RGB11712185
HSL67°17.48%40.39%
HSB/HSV67°29.75%47.45%
CMYK3.31%0.00%29.75%
52.55%

Color #757955 in popluar number systems.

HEX757955
Decimal11712185
Binary111010111110011010101
Octal165171125

Shades and tints

Shades of #757955

#757955
(117,121,85)
#6B6E4E
(107,110,78)
#616347
(97,99,71)
#575840
(87,88,64)
#4D4D39
(77,77,57)
#434232
(67,66,50)
#39372B
(57,55,43)
#2F2C24
(47,44,36)
#25211D
(37,33,29)
#1B1616
(27,22,22)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #757955

#757955
(117,121,85)
#818564
(129,133,100)
#8D9173
(141,145,115)
#999D82
(153,157,130)
#A5A991
(165,169,145)
#B1B5A0
(177,181,160)
#BDC1AF
(189,193,175)
#C9CDBE
(201,205,190)
#D5D9CD
(213,217,205)
#E1E5DC
(225,229,220)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757955 color. Also use rgb(117,121,85) instead hex code.

Text Font Color

.myTextColor { color: #757955; }

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

This text font color is #757955.


Background Color

.myBgColor { background-color: #757955; }

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

This div background color is #757955.


Border color

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

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

This div border color is #757955.


Opacity

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

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

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

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

This text has shadow with #757955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757955 on black background.


Color preview on white background

This text has color #757955 on white background.



Black color preview on #757955 background

This text has black color on #757955 background.


White color preview on #757955 background

This text has white color on #757955 background.