COLOR #755C6C

HEX: #755C6C
RGB: (117,92,108)

Color info

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

RGB color model

#755C6C color RGB value is (117,92,108).

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

RGB channels and saturation

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

117
92
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 108 = 317 (100%)
R 117 of 317 ~ 36.91%
G 92 of 317 ~ 29.02%
B 108 of 317 ~ 34.07%

%36.91
%29.02
%34.07

CMYK color model

#755C6C color CMYK value is (0,21,8,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 7.69%
  • key color value is 54.12%
CMYK:
(0,21,8,54)
C0M21Y8K54 
(0%,21%,8%,54%)
(0.00/0.21/0.08/0.54)	

CMYK percentages

%0
%21.37
%7.69
%54.12

Codes

Color #755C6C in popluar color models

755C6C
RGB11792108
HSL322°11.96%40.98%
HSB/HSV322°21.37%45.88%
CMYK0.00%21.37%7.69%
54.12%

Color #755C6C in popluar number systems.

HEX755C6C
Decimal11792108
Binary111010110111001101100
Octal165134154

Shades and tints

Shades of #755C6C

#755C6C
(117,92,108)
#6B5463
(107,84,99)
#614C5A
(97,76,90)
#574451
(87,68,81)
#4D3C48
(77,60,72)
#43343F
(67,52,63)
#392C36
(57,44,54)
#2F242D
(47,36,45)
#251C24
(37,28,36)
#1B141B
(27,20,27)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #755C6C

#755C6C
(117,92,108)
#816A79
(129,106,121)
#8D7886
(141,120,134)
#998693
(153,134,147)
#A594A0
(165,148,160)
#B1A2AD
(177,162,173)
#BDB0BA
(189,176,186)
#C9BEC7
(201,190,199)
#D5CCD4
(213,204,212)
#E1DAE1
(225,218,225)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C6C; }

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

This text font color is #755C6C.


Background Color

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

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

This div background color is #755C6C.


Border color

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

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

This div border color is #755C6C.


Opacity

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

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

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

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

This text has shadow with #755C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C6C on black background.


Color preview on white background

This text has color #755C6C on white background.



Black color preview on #755C6C background

This text has black color on #755C6C background.


White color preview on #755C6C background

This text has white color on #755C6C background.