COLOR #884765

HEX: #884765 RGB: (136,71,101)

Color info

#884765 contains mainly red and blue colors. Web safe color of #884765 is #993366 (or #936).

RGB color model

#884765 color RGB value is (136,71,101).

RGB: (136,71,101) (53%, 28%, 40%)

RGB channels and saturation

R 136 of 255 = 53%
G 71 of 255 = 28%
B 101 of 255 = 40%

136
71
101

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

Portions of RGB colors in percentages

R + G + B = 136 + 71 + 101 = 308 (100%)
R 136 of 308 ~ 44.16%
G 71 of 308 ~ 23.05%
B 101 of 308 ~ 32.79'%

%44.16
%23.05
%32.79

CMYK color model

#884765 color CMYK value is (0,48,26,47).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 25.74%
  • key color value is 46.67%

CMYK: (0,48,26,47)
C0M48Y26K47 (0%, 48%, 26%, 47%)
(0.00 / 0.48 / 0.26 / 0.47)

CMYK percentages

%0
%47.79
%25.74
%46.67

Codes

Color #884765 in popluar color models

88 47 65
RGB 136 71 101
HSL 332° 31.40% 40.59%
HSB/HSV 332° 47.79% 53.33%
CMYK 0.00% 47.79% 25.74%
46.67%

Color #884765 in popluar number systems.

HEX 88 47 65
Decimal 136 71 101
Binary 10001000 1000111 1100101
Octal 210 107 145

Shades and tints

Shades of #884765

#884765
(136,71,101)
#7C415C
(124,65,92)
#703B53
(112,59,83)
#64354A
(100,53,74)
#582F41
(88,47,65)
#4C2938
(76,41,56)
#40232F
(64,35,47)
#341D26
(52,29,38)
#28171D
(40,23,29)
#1C1114
(28,17,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #884765

#884765
(136,71,101)
#925773
(146,87,115)
#9C6781
(156,103,129)
#A6778F
(166,119,143)
#B0879D
(176,135,157)
#BA97AB
(186,151,171)
#C4A7B9
(196,167,185)
#CEB7C7
(206,183,199)
#D8C7D5
(216,199,213)
#E2D7E3
(226,215,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884765 color. Also use rgb(136,71,101) instead hex code.

Text Font Color

.myTextColor { color: #884765; }

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

This text font color is #884765.

Background Color

.myBgColor { background-color: #884765; }

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

This div background color is #884765.

Border color

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

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

This div border color is #884765.

Opacity

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

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

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

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

This text has shadow with #884765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884765.

Preview

Color preview on black background

This text has color #884765 on black background.


Color preview on white background

This text has color #884765 on white background.


Black color preview on #884765 background

This text has black color on #884765 background.


White color preview on #884765 background

This text has white color on #884765 background.


Related colors

Complementary color

Complementary color for #hex is #77B89A.


I love getcolorcode.com

Triadic colors

1 #658847 and #476588 with #884765 are triadic colors.

2 #654788 and #478865 with #884765 are triadic colors.