COLOR #755F4E

HEX: #755F4E
RGB: (117,95,78)

Color info

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

RGB color model

#755F4E color RGB value is (117,95,78).

  • red value is 117;
  • green value is 95;
  • blue value is 78.
RGB:
(117,95,78)
(46%,37%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 78 of 255 = 31%

117
95
78

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

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 78 = 290 (100%)
R 117 of 290 ~ 40.34%
G 95 of 290 ~ 32.76%
B 78 of 290 ~ 26.9%

%40.34
%32.76
%26.9

CMYK color model

#755F4E color CMYK value is (0,19,33,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(0,19,33,54)
C0M19Y33K54 
(0%,19%,33%,54%)
(0.00/0.19/0.33/0.54)	

CMYK percentages

%0
%18.8
%33.33
%54.12

Codes

Color #755F4E in popluar color models

755F4E
RGB1179578
HSL26°20.00%38.24%
HSB/HSV26°33.33%45.88%
CMYK0.00%18.80%33.33%
54.12%

Color #755F4E in popluar number systems.

HEX755F4E
Decimal1179578
Binary111010110111111001110
Octal165137116

Shades and tints

Shades of #755F4E

#755F4E
(117,95,78)
#6B5747
(107,87,71)
#614F40
(97,79,64)
#574739
(87,71,57)
#4D3F32
(77,63,50)
#43372B
(67,55,43)
#392F24
(57,47,36)
#2F271D
(47,39,29)
#251F16
(37,31,22)
#1B170F
(27,23,15)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #755F4E

#755F4E
(117,95,78)
#816D5E
(129,109,94)
#8D7B6E
(141,123,110)
#99897E
(153,137,126)
#A5978E
(165,151,142)
#B1A59E
(177,165,158)
#BDB3AE
(189,179,174)
#C9C1BE
(201,193,190)
#D5CFCE
(213,207,206)
#E1DDDE
(225,221,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F4E color. Also use rgb(117,95,78) instead hex code.

Text Font Color

.myTextColor { color: #755F4E; }

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

This text font color is #755F4E.


Background Color

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

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

This div background color is #755F4E.


Border color

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

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

This div border color is #755F4E.


Opacity

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

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

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

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

This text has shadow with #755F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F4E on black background.


Color preview on white background

This text has color #755F4E on white background.



Black color preview on #755F4E background

This text has black color on #755F4E background.


White color preview on #755F4E background

This text has white color on #755F4E background.