COLOR #755C6B

HEX: #755C6B
RGB: (117,92,107)

Color info

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

RGB color model

#755C6B color RGB value is (117,92,107).

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

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 107 of 255 = 42%

117
92
107

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 107 = 316 (100%)
R 117 of 316 ~ 37.03%
G 92 of 316 ~ 29.11%
B 107 of 316 ~ 33.86%

%37.03
%29.11
%33.86

CMYK color model

#755C6B color CMYK value is (0,21,9,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,21,9,54)
C0M21Y9K54 
(0%,21%,9%,54%)
(0.00/0.21/0.09/0.54)	

CMYK percentages

%0
%21.37
%8.55
%54.12

Codes

Color #755C6B in popluar color models

755C6B
RGB11792107
HSL324°11.96%40.98%
HSB/HSV324°21.37%45.88%
CMYK0.00%21.37%8.55%
54.12%

Color #755C6B in popluar number systems.

HEX755C6B
Decimal11792107
Binary111010110111001101011
Octal165134153

Shades and tints

Shades of #755C6B

#755C6B
(117,92,107)
#6B5462
(107,84,98)
#614C59
(97,76,89)
#574450
(87,68,80)
#4D3C47
(77,60,71)
#43343E
(67,52,62)
#392C35
(57,44,53)
#2F242C
(47,36,44)
#251C23
(37,28,35)
#1B141A
(27,20,26)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #755C6B

#755C6B
(117,92,107)
#816A78
(129,106,120)
#8D7885
(141,120,133)
#998692
(153,134,146)
#A5949F
(165,148,159)
#B1A2AC
(177,162,172)
#BDB0B9
(189,176,185)
#C9BEC6
(201,190,198)
#D5CCD3
(213,204,211)
#E1DAE0
(225,218,224)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C6B; }

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

This text font color is #755C6B.


Background Color

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

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

This div background color is #755C6B.


Border color

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

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

This div border color is #755C6B.


Opacity

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

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

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

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

This text has shadow with #755C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C6B on black background.


Color preview on white background

This text has color #755C6B on white background.



Black color preview on #755C6B background

This text has black color on #755C6B background.


White color preview on #755C6B background

This text has white color on #755C6B background.