COLOR #755C65

HEX: #755C65
RGB: (117,92,101)

Color info

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

RGB color model

#755C65 color RGB value is (117,92,101).

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

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 101 of 255 = 40%

117
92
101

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 101 = 310 (100%)
R 117 of 310 ~ 37.74%
G 92 of 310 ~ 29.68%
B 101 of 310 ~ 32.58%

%37.74
%29.68
%32.58

CMYK color model

#755C65 color CMYK value is (0,21,14,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(0,21,14,54)
C0M21Y14K54 
(0%,21%,14%,54%)
(0.00/0.21/0.14/0.54)	

CMYK percentages

%0
%21.37
%13.68
%54.12

Codes

Color #755C65 in popluar color models

755C65
RGB11792101
HSL338°11.96%40.98%
HSB/HSV338°21.37%45.88%
CMYK0.00%21.37%13.68%
54.12%

Color #755C65 in popluar number systems.

HEX755C65
Decimal11792101
Binary111010110111001100101
Octal165134145

Shades and tints

Shades of #755C65

#755C65
(117,92,101)
#6B545C
(107,84,92)
#614C53
(97,76,83)
#57444A
(87,68,74)
#4D3C41
(77,60,65)
#433438
(67,52,56)
#392C2F
(57,44,47)
#2F2426
(47,36,38)
#251C1D
(37,28,29)
#1B1414
(27,20,20)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #755C65

#755C65
(117,92,101)
#816A73
(129,106,115)
#8D7881
(141,120,129)
#99868F
(153,134,143)
#A5949D
(165,148,157)
#B1A2AB
(177,162,171)
#BDB0B9
(189,176,185)
#C9BEC7
(201,190,199)
#D5CCD5
(213,204,213)
#E1DAE3
(225,218,227)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C65; }

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

This text font color is #755C65.


Background Color

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

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

This div background color is #755C65.


Border color

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

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

This div border color is #755C65.


Opacity

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

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

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

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

This text has shadow with #755C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C65 on black background.


Color preview on white background

This text has color #755C65 on white background.



Black color preview on #755C65 background

This text has black color on #755C65 background.


White color preview on #755C65 background

This text has white color on #755C65 background.