COLOR #755D4B

HEX: #755D4B
RGB: (117,93,75)

Color info

#755D4B contains red, green and blue colors in about the same proportion. Web safe color of #755D4B is #666633 (or #663).

RGB color model

#755D4B color RGB value is (117,93,75).

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

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 75 of 255 = 29%

117
93
75

R + G + B ~ 37%. #755D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 75 = 285 (100%)
R 117 of 285 ~ 41.05%
G 93 of 285 ~ 32.63%
B 75 of 285 ~ 26.32%

%41.05
%32.63
%26.32

CMYK color model

#755D4B color CMYK value is (0,21,36,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,21,36,54)
C0M21Y36K54 
(0%,21%,36%,54%)
(0.00/0.21/0.36/0.54)	

CMYK percentages

%0
%20.51
%35.9
%54.12

Codes

Color #755D4B in popluar color models

755D4B
RGB1179375
HSL26°21.88%37.65%
HSB/HSV26°35.90%45.88%
CMYK0.00%20.51%35.90%
54.12%

Color #755D4B in popluar number systems.

HEX755D4B
Decimal1179375
Binary111010110111011001011
Octal165135113

Shades and tints

Shades of #755D4B

#755D4B
(117,93,75)
#6B5545
(107,85,69)
#614D3F
(97,77,63)
#574539
(87,69,57)
#4D3D33
(77,61,51)
#43352D
(67,53,45)
#392D27
(57,45,39)
#2F2521
(47,37,33)
#251D1B
(37,29,27)
#1B1515
(27,21,21)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #755D4B

#755D4B
(117,93,75)
#816B5B
(129,107,91)
#8D796B
(141,121,107)
#99877B
(153,135,123)
#A5958B
(165,149,139)
#B1A39B
(177,163,155)
#BDB1AB
(189,177,171)
#C9BFBB
(201,191,187)
#D5CDCB
(213,205,203)
#E1DBDB
(225,219,219)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755D4B; }

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

This text font color is #755D4B.


Background Color

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

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

This div background color is #755D4B.


Border color

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

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

This div border color is #755D4B.


Opacity

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

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

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

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

This text has shadow with #755D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D4B on black background.


Color preview on white background

This text has color #755D4B on white background.



Black color preview on #755D4B background

This text has black color on #755D4B background.


White color preview on #755D4B background

This text has white color on #755D4B background.