COLOR #755B64

HEX: #755B64
RGB: (117,91,100)

Color info

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

RGB color model

#755B64 color RGB value is (117,91,100).

  • red value is 117;
  • green value is 91;
  • blue value is 100.
RGB:
(117,91,100)
(46%,36%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 100 of 255 = 39%

117
91
100

R + G + B ~ 40%. #755B64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 100 = 308 (100%)
R 117 of 308 ~ 37.99%
G 91 of 308 ~ 29.55%
B 100 of 308 ~ 32.47%

%37.99
%29.55
%32.47

CMYK color model

#755B64 color CMYK value is (0,22,15,54).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(0,22,15,54)
C0M22Y15K54 
(0%,22%,15%,54%)
(0.00/0.22/0.15/0.54)	

CMYK percentages

%0
%22.22
%14.53
%54.12

Codes

Color #755B64 in popluar color models

755B64
RGB11791100
HSL339°12.50%40.78%
HSB/HSV339°22.22%45.88%
CMYK0.00%22.22%14.53%
54.12%

Color #755B64 in popluar number systems.

HEX755B64
Decimal11791100
Binary111010110110111100100
Octal165133144

Shades and tints

Shades of #755B64

#755B64
(117,91,100)
#6B535B
(107,83,91)
#614B52
(97,75,82)
#574349
(87,67,73)
#4D3B40
(77,59,64)
#433337
(67,51,55)
#392B2E
(57,43,46)
#2F2325
(47,35,37)
#251B1C
(37,27,28)
#1B1313
(27,19,19)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #755B64

#755B64
(117,91,100)
#816972
(129,105,114)
#8D7780
(141,119,128)
#99858E
(153,133,142)
#A5939C
(165,147,156)
#B1A1AA
(177,161,170)
#BDAFB8
(189,175,184)
#C9BDC6
(201,189,198)
#D5CBD4
(213,203,212)
#E1D9E2
(225,217,226)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755B64 color. Also use rgb(117,91,100) instead hex code.

Text Font Color

.myTextColor { color: #755B64; }

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

This text font color is #755B64.


Background Color

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

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

This div background color is #755B64.


Border color

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

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

This div border color is #755B64.


Opacity

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

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

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

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

This text has shadow with #755B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B64 on black background.


Color preview on white background

This text has color #755B64 on white background.



Black color preview on #755B64 background

This text has black color on #755B64 background.


White color preview on #755B64 background

This text has white color on #755B64 background.