COLOR #755D51

HEX: #755D51
RGB: (117,93,81)

Color info

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

RGB color model

#755D51 color RGB value is (117,93,81).

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

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 81 of 255 = 32%

117
93
81

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

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 81 = 291 (100%)
R 117 of 291 ~ 40.21%
G 93 of 291 ~ 31.96%
B 81 of 291 ~ 27.84%

%40.21
%31.96
%27.84

CMYK color model

#755D51 color CMYK value is (0,21,31,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,21,31,54)
C0M21Y31K54 
(0%,21%,31%,54%)
(0.00/0.21/0.31/0.54)	

CMYK percentages

%0
%20.51
%30.77
%54.12

Codes

Color #755D51 in popluar color models

755D51
RGB1179381
HSL20°18.18%38.82%
HSB/HSV20°30.77%45.88%
CMYK0.00%20.51%30.77%
54.12%

Color #755D51 in popluar number systems.

HEX755D51
Decimal1179381
Binary111010110111011010001
Octal165135121

Shades and tints

Shades of #755D51

#755D51
(117,93,81)
#6B554A
(107,85,74)
#614D43
(97,77,67)
#57453C
(87,69,60)
#4D3D35
(77,61,53)
#43352E
(67,53,46)
#392D27
(57,45,39)
#2F2520
(47,37,32)
#251D19
(37,29,25)
#1B1512
(27,21,18)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #755D51

#755D51
(117,93,81)
#816B60
(129,107,96)
#8D796F
(141,121,111)
#99877E
(153,135,126)
#A5958D
(165,149,141)
#B1A39C
(177,163,156)
#BDB1AB
(189,177,171)
#C9BFBA
(201,191,186)
#D5CDC9
(213,205,201)
#E1DBD8
(225,219,216)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755D51; }

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

This text font color is #755D51.


Background Color

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

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

This div background color is #755D51.


Border color

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

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

This div border color is #755D51.


Opacity

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

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

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

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

This text has shadow with #755D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D51 on black background.


Color preview on white background

This text has color #755D51 on white background.



Black color preview on #755D51 background

This text has black color on #755D51 background.


White color preview on #755D51 background

This text has white color on #755D51 background.