COLOR #755C51

HEX: #755C51
RGB: (117,92,81)

Color info

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

RGB color model

#755C51 color RGB value is (117,92,81).

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

RGB channels and saturation

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

117
92
81

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 81 = 290 (100%)
R 117 of 290 ~ 40.34%
G 92 of 290 ~ 31.72%
B 81 of 290 ~ 27.93%

%40.34
%31.72
%27.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.37%
  • 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
%21.37
%30.77
%54.12

Codes

Color #755C51 in popluar color models

755C51
RGB1179281
HSL18°18.18%38.82%
HSB/HSV18°30.77%45.88%
CMYK0.00%21.37%30.77%
54.12%

Color #755C51 in popluar number systems.

HEX755C51
Decimal1179281
Binary111010110111001010001
Octal165134121

Shades and tints

Shades of #755C51

#755C51
(117,92,81)
#6B544A
(107,84,74)
#614C43
(97,76,67)
#57443C
(87,68,60)
#4D3C35
(77,60,53)
#43342E
(67,52,46)
#392C27
(57,44,39)
#2F2420
(47,36,32)
#251C19
(37,28,25)
#1B1412
(27,20,18)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #755C51

#755C51
(117,92,81)
#816A60
(129,106,96)
#8D786F
(141,120,111)
#99867E
(153,134,126)
#A5948D
(165,148,141)
#B1A29C
(177,162,156)
#BDB0AB
(189,176,171)
#C9BEBA
(201,190,186)
#D5CCC9
(213,204,201)
#E1DAD8
(225,218,216)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C51; }

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

This text font color is #755C51.


Background Color

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

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

This div background color is #755C51.


Border color

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

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

This div border color is #755C51.


Opacity

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

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

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

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

This text has shadow with #755C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C51 on black background.


Color preview on white background

This text has color #755C51 on white background.



Black color preview on #755C51 background

This text has black color on #755C51 background.


White color preview on #755C51 background

This text has white color on #755C51 background.