COLOR #755357

HEX: #755357
RGB: (117,83,87)

Color info

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

RGB color model

#755357 color RGB value is (117,83,87).

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

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 87 of 255 = 34%

117
83
87

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

Portions of RGB colors in percentages

R + G + B =
117 + 83 + 87 = 287 (100%)
R 117 of 287 ~ 40.77%
G 83 of 287 ~ 28.92%
B 87 of 287 ~ 30.31%

%40.77
%28.92
%30.31

CMYK color model

#755357 color CMYK value is (0,29,26,54).

  • cyan value is 0.00%
  • magenta value is 29.06%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,29,26,54)
C0M29Y26K54 
(0%,29%,26%,54%)
(0.00/0.29/0.26/0.54)	

CMYK percentages

%0
%29.06
%25.64
%54.12

Codes

Color #755357 in popluar color models

755357
RGB1178387
HSL353°17.00%39.22%
HSB/HSV353°29.06%45.88%
CMYK0.00%29.06%25.64%
54.12%

Color #755357 in popluar number systems.

HEX755357
Decimal1178387
Binary111010110100111010111
Octal165123127

Shades and tints

Shades of #755357

#755357
(117,83,87)
#6B4C50
(107,76,80)
#614549
(97,69,73)
#573E42
(87,62,66)
#4D373B
(77,55,59)
#433034
(67,48,52)
#39292D
(57,41,45)
#2F2226
(47,34,38)
#251B1F
(37,27,31)
#1B1418
(27,20,24)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #755357

#755357
(117,83,87)
#816266
(129,98,102)
#8D7175
(141,113,117)
#998084
(153,128,132)
#A58F93
(165,143,147)
#B19EA2
(177,158,162)
#BDADB1
(189,173,177)
#C9BCC0
(201,188,192)
#D5CBCF
(213,203,207)
#E1DADE
(225,218,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755357; }

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

This text font color is #755357.


Background Color

.myBgColor { background-color: #755357; }

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

This div background color is #755357.


Border color

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

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

This div border color is #755357.


Opacity

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

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

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

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

This text has shadow with #755357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755357 on black background.


Color preview on white background

This text has color #755357 on white background.



Black color preview on #755357 background

This text has black color on #755357 background.


White color preview on #755357 background

This text has white color on #755357 background.