COLOR #755C6E

HEX: #755C6E
RGB: (117,92,110)

Color info

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

RGB color model

#755C6E color RGB value is (117,92,110).

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

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 110 of 255 = 43%

117
92
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 110 = 319 (100%)
R 117 of 319 ~ 36.68%
G 92 of 319 ~ 28.84%
B 110 of 319 ~ 34.48%

%36.68
%28.84
%34.48

CMYK color model

#755C6E color CMYK value is (0,21,6,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,21,6,54)
C0M21Y6K54 
(0%,21%,6%,54%)
(0.00/0.21/0.06/0.54)	

CMYK percentages

%0
%21.37
%5.98
%54.12

Codes

Color #755C6E in popluar color models

755C6E
RGB11792110
HSL317°11.96%40.98%
HSB/HSV317°21.37%45.88%
CMYK0.00%21.37%5.98%
54.12%

Color #755C6E in popluar number systems.

HEX755C6E
Decimal11792110
Binary111010110111001101110
Octal165134156

Shades and tints

Shades of #755C6E

#755C6E
(117,92,110)
#6B5464
(107,84,100)
#614C5A
(97,76,90)
#574450
(87,68,80)
#4D3C46
(77,60,70)
#43343C
(67,52,60)
#392C32
(57,44,50)
#2F2428
(47,36,40)
#251C1E
(37,28,30)
#1B1414
(27,20,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #755C6E

#755C6E
(117,92,110)
#816A7B
(129,106,123)
#8D7888
(141,120,136)
#998695
(153,134,149)
#A594A2
(165,148,162)
#B1A2AF
(177,162,175)
#BDB0BC
(189,176,188)
#C9BEC9
(201,190,201)
#D5CCD6
(213,204,214)
#E1DAE3
(225,218,227)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C6E; }

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

This text font color is #755C6E.


Background Color

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

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

This div background color is #755C6E.


Border color

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

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

This div border color is #755C6E.


Opacity

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

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

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

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

This text has shadow with #755C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C6E on black background.


Color preview on white background

This text has color #755C6E on white background.



Black color preview on #755C6E background

This text has black color on #755C6E background.


White color preview on #755C6E background

This text has white color on #755C6E background.