COLOR #826F77

HEX: #826F77 RGB: (130,111,119)

Color info

#826F77 contains red, green and blue colors in about the same proportion. Web safe color of #826F77 is #996666 (or #966).

RGB color model

#826F77 color RGB value is (130,111,119).

RGB: (130,111,119) (51%, 44%, 47%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 119 of 255 = 47%

130
111
119

R + G + B ~ 47%. #826F77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 119 = 360 (100%)
R 130 of 360 ~ 36.11%
G 111 of 360 ~ 30.83%
B 119 of 360 ~ 33.06'%

%36.11
%30.83
%33.06

CMYK color model

#826F77 color CMYK value is (0,15,8,49).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 8.46%
  • key color value is 49.02%

CMYK: (0,15,8,49)
C0M15Y8K49 (0%, 15%, 8%, 49%)
(0.00 / 0.15 / 0.08 / 0.49)

CMYK percentages

%0
%14.62
%8.46
%49.02

Codes

Color #826F77 in popluar color models

82 6F 77
RGB 130 111 119
HSL 335° 7.88% 47.25%
HSB/HSV 335° 14.62% 50.98%
CMYK 0.00% 14.62% 8.46%
49.02%

Color #826F77 in popluar number systems.

HEX 82 6F 77
Decimal 130 111 119
Binary 10000010 1101111 1110111
Octal 202 157 167

Shades and tints

Shades of #826F77

#826F77
(130,111,119)
#77656D
(119,101,109)
#6C5B63
(108,91,99)
#615159
(97,81,89)
#56474F
(86,71,79)
#4B3D45
(75,61,69)
#40333B
(64,51,59)
#352931
(53,41,49)
#2A1F27
(42,31,39)
#1F151D
(31,21,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #826F77

#826F77
(130,111,119)
#8D7C83
(141,124,131)
#98898F
(152,137,143)
#A3969B
(163,150,155)
#AEA3A7
(174,163,167)
#B9B0B3
(185,176,179)
#C4BDBF
(196,189,191)
#CFCACB
(207,202,203)
#DAD7D7
(218,215,215)
#E5E4E3
(229,228,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F77; }

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

This text font color is #826F77.

Background Color

.myBgColor { background-color: #826F77; }

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

This div background color is #826F77.

Border color

.myBorderColor { border: 1px solid #826F77; }

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

This div border color is #826F77.

Opacity

.myOpacity80 { color: #826F77; opacity: 0.8; }

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

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

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

This text has shadow with #826F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826F77.

Preview

Color preview on black background

This text has color #826F77 on black background.


Color preview on white background

This text has color #826F77 on white background.


Black color preview on #826F77 background

This text has black color on #826F77 background.


White color preview on #826F77 background

This text has white color on #826F77 background.


Related colors

Complementary color

Complementary color for #hex is #7D9088.


I love getcolorcode.com

Triadic colors

1 #77826F and #6F7782 with #826F77 are triadic colors.

2 #776F82 and #6F8277 with #826F77 are triadic colors.