COLOR #755672

HEX: #755672
RGB: (117,86,114)

Color info

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

RGB color model

#755672 color RGB value is (117,86,114).

  • red value is 117;
  • green value is 86;
  • blue value is 114.
RGB:
(117,86,114)
(46%,34%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 86 of 255 = 34%
B 114 of 255 = 45%

117
86
114

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

Portions of RGB colors in percentages

R + G + B =
117 + 86 + 114 = 317 (100%)
R 117 of 317 ~ 36.91%
G 86 of 317 ~ 27.13%
B 114 of 317 ~ 35.96%

%36.91
%27.13
%35.96

CMYK color model

#755672 color CMYK value is (0,26,3,54).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK:
(0,26,3,54)
C0M26Y3K54 
(0%,26%,3%,54%)
(0.00/0.26/0.03/0.54)	

CMYK percentages

%0
%26.5
%2.56
%54.12

Codes

Color #755672 in popluar color models

755672
RGB11786114
HSL306°15.27%39.80%
HSB/HSV306°26.50%45.88%
CMYK0.00%26.50%2.56%
54.12%

Color #755672 in popluar number systems.

HEX755672
Decimal11786114
Binary111010110101101110010
Octal165126162

Shades and tints

Shades of #755672

#755672
(117,86,114)
#6B4F68
(107,79,104)
#61485E
(97,72,94)
#574154
(87,65,84)
#4D3A4A
(77,58,74)
#433340
(67,51,64)
#392C36
(57,44,54)
#2F252C
(47,37,44)
#251E22
(37,30,34)
#1B1718
(27,23,24)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #755672

#755672
(117,86,114)
#81657E
(129,101,126)
#8D748A
(141,116,138)
#998396
(153,131,150)
#A592A2
(165,146,162)
#B1A1AE
(177,161,174)
#BDB0BA
(189,176,186)
#C9BFC6
(201,191,198)
#D5CED2
(213,206,210)
#E1DDDE
(225,221,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755672 color. Also use rgb(117,86,114) instead hex code.

Text Font Color

.myTextColor { color: #755672; }

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

This text font color is #755672.


Background Color

.myBgColor { background-color: #755672; }

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

This div background color is #755672.


Border color

.myBorderColor { border: 1px solid #755672; }

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

This div border color is #755672.


Opacity

.myOpacity80 { color: #755672; opacity: 0.8; }

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

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

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

This text has shadow with #755672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755672 on black background.


Color preview on white background

This text has color #755672 on white background.



Black color preview on #755672 background

This text has black color on #755672 background.


White color preview on #755672 background

This text has white color on #755672 background.