COLOR #847792

HEX: #847792
RGB: (132,119,146)

Color info

#847792 contains red, green and blue colors in about the same proportion. Web safe color of #847792 is #996699 (or #969).

RGB color model

#847792 color RGB value is (132,119,146).

  • red value is 132;
  • green value is 119;
  • blue value is 146.
RGB:
(132,119,146)
(52%,47%,57%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 146 of 255 = 57%

132
119
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 119 + 146 = 397 (100%)
R 132 of 397 ~ 33.25%
G 119 of 397 ~ 29.97%
B 146 of 397 ~ 36.78%

%33.25
%29.97
%36.78

CMYK color model

#847792 color CMYK value is (10,18,0,43).

  • cyan value is 9.59%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(10,18,0,43)
C10M18Y0K43 
(10%,18%,0%,43%)
(0.10/0.18/0.00/0.43)	

CMYK percentages

%9.59
%18.49
%0
%42.75

Codes

Color #847792 in popluar color models

847792
RGB132119146
HSL269°11.02%51.96%
HSB/HSV269°18.49%57.25%
CMYK9.59%18.49%0.00%
42.75%

Color #847792 in popluar number systems.

HEX847792
Decimal132119146
Binary10000100111011110010010
Octal204167222

Shades and tints

Shades of #847792

#847792
(132,119,146)
#786D85
(120,109,133)
#6C6378
(108,99,120)
#60596B
(96,89,107)
#544F5E
(84,79,94)
#484551
(72,69,81)
#3C3B44
(60,59,68)
#303137
(48,49,55)
#24272A
(36,39,42)
#181D1D
(24,29,29)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #847792

#847792
(132,119,146)
#8F839B
(143,131,155)
#9A8FA4
(154,143,164)
#A59BAD
(165,155,173)
#B0A7B6
(176,167,182)
#BBB3BF
(187,179,191)
#C6BFC8
(198,191,200)
#D1CBD1
(209,203,209)
#DCD7DA
(220,215,218)
#E7E3E3
(231,227,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847792 color. Also use rgb(132,119,146) instead hex code.

Text Font Color

.myTextColor { color: #847792; }

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

This text font color is #847792.


Background Color

.myBgColor { background-color: #847792; }

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

This div background color is #847792.


Border color

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

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

This div border color is #847792.


Opacity

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

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

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

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

This text has shadow with #847792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847792 on black background.


Color preview on white background

This text has color #847792 on white background.



Black color preview on #847792 background

This text has black color on #847792 background.


White color preview on #847792 background

This text has white color on #847792 background.