COLOR #825B77

HEX: #825B77 RGB: (130,91,119)

Color info

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

RGB color model

#825B77 color RGB value is (130,91,119).

RGB: (130,91,119) (51%, 36%, 47%)

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 119 of 255 = 47%

130
91
119

R + G + B ~ 45%. #825B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 91 + 119 = 340 (100%)
R 130 of 340 ~ 38.24%
G 91 of 340 ~ 26.76%
B 119 of 340 ~ 35'%

%38.24
%26.76
%35

CMYK color model

#825B77 color CMYK value is (0,30,8,49).

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

CMYK: (0,30,8,49)
C0M30Y8K49 (0%, 30%, 8%, 49%)
(0.00 / 0.30 / 0.08 / 0.49)

CMYK percentages

%0
%30
%8.46
%49.02

Codes

Color #825B77 in popluar color models

82 5B 77
RGB 130 91 119
HSL 317° 17.65% 43.33%
HSB/HSV 317° 30.00% 50.98%
CMYK 0.00% 30.00% 8.46%
49.02%

Color #825B77 in popluar number systems.

HEX 82 5B 77
Decimal 130 91 119
Binary 10000010 1011011 1110111
Octal 202 133 167

Shades and tints

Shades of #825B77

#825B77
(130,91,119)
#77536D
(119,83,109)
#6C4B63
(108,75,99)
#614359
(97,67,89)
#563B4F
(86,59,79)
#4B3345
(75,51,69)
#402B3B
(64,43,59)
#352331
(53,35,49)
#2A1B27
(42,27,39)
#1F131D
(31,19,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #825B77

#825B77
(130,91,119)
#8D6983
(141,105,131)
#98778F
(152,119,143)
#A3859B
(163,133,155)
#AE93A7
(174,147,167)
#B9A1B3
(185,161,179)
#C4AFBF
(196,175,191)
#CFBDCB
(207,189,203)
#DACBD7
(218,203,215)
#E5D9E3
(229,217,227)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825B77; }

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

This text font color is #825B77.

Background Color

.myBgColor { background-color: #825B77; }

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

This div background color is #825B77.

Border color

.myBorderColor { border: 1px solid #825B77; }

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

This div border color is #825B77.

Opacity

.myOpacity80 { color: #825B77; opacity: 0.8; }

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

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

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

This text has shadow with #825B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825B77.

Preview

Color preview on black background

This text has color #825B77 on black background.


Color preview on white background

This text has color #825B77 on white background.


Black color preview on #825B77 background

This text has black color on #825B77 background.


White color preview on #825B77 background

This text has white color on #825B77 background.


Related colors

Complementary color

Complementary color for #hex is #7DA488.


I love getcolorcode.com

Triadic colors

1 #77825B and #5B7782 with #825B77 are triadic colors.

2 #775B82 and #5B8277 with #825B77 are triadic colors.