COLOR #755857

HEX: #755857
RGB: (117,88,87)

Color info

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

RGB color model

#755857 color RGB value is (117,88,87).

  • red value is 117;
  • green value is 88;
  • blue value is 87.
RGB:
(117,88,87)
(46%,35%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 87 of 255 = 34%

117
88
87

R + G + B ~ 38%. #755857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 87 = 292 (100%)
R 117 of 292 ~ 40.07%
G 88 of 292 ~ 30.14%
B 87 of 292 ~ 29.79%

%40.07
%30.14
%29.79

CMYK color model

#755857 color CMYK value is (0,25,26,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,25,26,54)
C0M25Y26K54 
(0%,25%,26%,54%)
(0.00/0.25/0.26/0.54)	

CMYK percentages

%0
%24.79
%25.64
%54.12

Codes

Color #755857 in popluar color models

755857
RGB1178887
HSL14.71%40.00%
HSB/HSV25.64%45.88%
CMYK0.00%24.79%25.64%
54.12%

Color #755857 in popluar number systems.

HEX755857
Decimal1178887
Binary111010110110001010111
Octal165130127

Shades and tints

Shades of #755857

#755857
(117,88,87)
#6B5050
(107,80,80)
#614849
(97,72,73)
#574042
(87,64,66)
#4D383B
(77,56,59)
#433034
(67,48,52)
#39282D
(57,40,45)
#2F2026
(47,32,38)
#25181F
(37,24,31)
#1B1018
(27,16,24)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #755857

#755857
(117,88,87)
#816766
(129,103,102)
#8D7675
(141,118,117)
#998584
(153,133,132)
#A59493
(165,148,147)
#B1A3A2
(177,163,162)
#BDB2B1
(189,178,177)
#C9C1C0
(201,193,192)
#D5D0CF
(213,208,207)
#E1DFDE
(225,223,222)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755857 color. Also use rgb(117,88,87) instead hex code.

Text Font Color

.myTextColor { color: #755857; }

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

This text font color is #755857.


Background Color

.myBgColor { background-color: #755857; }

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

This div background color is #755857.


Border color

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

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

This div border color is #755857.


Opacity

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

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

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

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

This text has shadow with #755857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755857 on black background.


Color preview on white background

This text has color #755857 on white background.



Black color preview on #755857 background

This text has black color on #755857 background.


White color preview on #755857 background

This text has white color on #755857 background.