COLOR #827781

HEX: #827781
RGB: (130,119,129)

Color info

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

RGB color model

#827781 color RGB value is (130,119,129).

  • red value is 130;
  • green value is 119;
  • blue value is 129.
RGB:
(130,119,129)
(51%,47%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 129 of 255 = 51%

130
119
129

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 129 = 378 (100%)
R 130 of 378 ~ 34.39%
G 119 of 378 ~ 31.48%
B 129 of 378 ~ 34.13%

%34.39
%31.48
%34.13

CMYK color model

#827781 color CMYK value is (0,8,1,49).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK:
(0,8,1,49)
C0M8Y1K49 
(0%,8%,1%,49%)
(0.00/0.08/0.01/0.49)	

CMYK percentages

%0
%8.46
%0.77
%49.02

Codes

Color #827781 in popluar color models

827781
RGB130119129
HSL305°4.42%48.82%
HSB/HSV305°8.46%50.98%
CMYK0.00%8.46%0.77%
49.02%

Color #827781 in popluar number systems.

HEX827781
Decimal130119129
Binary10000010111011110000001
Octal202167201

Shades and tints

Shades of #827781

#827781
(130,119,129)
#776D76
(119,109,118)
#6C636B
(108,99,107)
#615960
(97,89,96)
#564F55
(86,79,85)
#4B454A
(75,69,74)
#403B3F
(64,59,63)
#353134
(53,49,52)
#2A2729
(42,39,41)
#1F1D1E
(31,29,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #827781

#827781
(130,119,129)
#8D838C
(141,131,140)
#988F97
(152,143,151)
#A39BA2
(163,155,162)
#AEA7AD
(174,167,173)
#B9B3B8
(185,179,184)
#C4BFC3
(196,191,195)
#CFCBCE
(207,203,206)
#DAD7D9
(218,215,217)
#E5E3E4
(229,227,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827781 color. Also use rgb(130,119,129) instead hex code.

Text Font Color

.myTextColor { color: #827781; }

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

This text font color is #827781.


Background Color

.myBgColor { background-color: #827781; }

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

This div background color is #827781.


Border color

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

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

This div border color is #827781.


Opacity

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

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

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

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

This text has shadow with #827781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827781 on black background.


Color preview on white background

This text has color #827781 on white background.



Black color preview on #827781 background

This text has black color on #827781 background.


White color preview on #827781 background

This text has white color on #827781 background.