COLOR #755D58

HEX: #755D58
RGB: (117,93,88)

Color info

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

RGB color model

#755D58 color RGB value is (117,93,88).

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

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 88 of 255 = 35%

117
93
88

R + G + B ~ 39%. #755D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 88 = 298 (100%)
R 117 of 298 ~ 39.26%
G 93 of 298 ~ 31.21%
B 88 of 298 ~ 29.53%

%39.26
%31.21
%29.53

CMYK color model

#755D58 color CMYK value is (0,21,25,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(0,21,25,54)
C0M21Y25K54 
(0%,21%,25%,54%)
(0.00/0.21/0.25/0.54)	

CMYK percentages

%0
%20.51
%24.79
%54.12

Codes

Color #755D58 in popluar color models

755D58
RGB1179388
HSL10°14.15%40.20%
HSB/HSV10°24.79%45.88%
CMYK0.00%20.51%24.79%
54.12%

Color #755D58 in popluar number systems.

HEX755D58
Decimal1179388
Binary111010110111011011000
Octal165135130

Shades and tints

Shades of #755D58

#755D58
(117,93,88)
#6B5550
(107,85,80)
#614D48
(97,77,72)
#574540
(87,69,64)
#4D3D38
(77,61,56)
#433530
(67,53,48)
#392D28
(57,45,40)
#2F2520
(47,37,32)
#251D18
(37,29,24)
#1B1510
(27,21,16)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #755D58

#755D58
(117,93,88)
#816B67
(129,107,103)
#8D7976
(141,121,118)
#998785
(153,135,133)
#A59594
(165,149,148)
#B1A3A3
(177,163,163)
#BDB1B2
(189,177,178)
#C9BFC1
(201,191,193)
#D5CDD0
(213,205,208)
#E1DBDF
(225,219,223)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755D58; }

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

This text font color is #755D58.


Background Color

.myBgColor { background-color: #755D58; }

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

This div background color is #755D58.


Border color

.myBorderColor { border: 1px solid #755D58; }

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

This div border color is #755D58.


Opacity

.myOpacity80 { color: #755D58; opacity: 0.8; }

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

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

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

This text has shadow with #755D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D58 on black background.


Color preview on white background

This text has color #755D58 on white background.



Black color preview on #755D58 background

This text has black color on #755D58 background.


White color preview on #755D58 background

This text has white color on #755D58 background.