COLOR #82775F

HEX: #82775F RGB: (130,119,95)

Color info

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

RGB color model

#82775F color RGB value is (130,119,95).

RGB: (130,119,95) (51%, 47%, 37%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 95 of 255 = 37%

130
119
95

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

Portions of RGB colors in percentages

R + G + B = 130 + 119 + 95 = 344 (100%)
R 130 of 344 ~ 37.79%
G 119 of 344 ~ 34.59%
B 95 of 344 ~ 27.62'%

%37.79
%34.59
%27.62

CMYK color model

#82775F color CMYK value is (0,8,27,49).

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

CMYK: (0,8,27,49)
C0M8Y27K49 (0%, 8%, 27%, 49%)
(0.00 / 0.08 / 0.27 / 0.49)

CMYK percentages

%0
%8.46
%26.92
%49.02

Codes

Color #82775F in popluar color models

82 77 5F
RGB 130 119 95
HSL 41° 15.56% 44.12%
HSB/HSV 41° 26.92% 50.98%
CMYK 0.00% 8.46% 26.92%
49.02%

Color #82775F in popluar number systems.

HEX 82 77 5F
Decimal 130 119 95
Binary 10000010 1110111 1011111
Octal 202 167 137

Shades and tints

Shades of #82775F

#82775F
(130,119,95)
#776D57
(119,109,87)
#6C634F
(108,99,79)
#615947
(97,89,71)
#564F3F
(86,79,63)
#4B4537
(75,69,55)
#403B2F
(64,59,47)
#353127
(53,49,39)
#2A271F
(42,39,31)
#1F1D17
(31,29,23)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #82775F

#82775F
(130,119,95)
#8D836D
(141,131,109)
#988F7B
(152,143,123)
#A39B89
(163,155,137)
#AEA797
(174,167,151)
#B9B3A5
(185,179,165)
#C4BFB3
(196,191,179)
#CFCBC1
(207,203,193)
#DAD7CF
(218,215,207)
#E5E3DD
(229,227,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82775F; }

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

This text font color is #82775F.

Background Color

.myBgColor { background-color: #82775F; }

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

This div background color is #82775F.

Border color

.myBorderColor { border: 1px solid #82775F; }

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

This div border color is #82775F.

Opacity

.myOpacity80 { color: #82775F; opacity: 0.8; }

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

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

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

This text has shadow with #82775F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82775F.

Preview

Color preview on black background

This text has color #82775F on black background.


Color preview on white background

This text has color #82775F on white background.


Black color preview on #82775F background

This text has black color on #82775F background.


White color preview on #82775F background

This text has white color on #82775F background.


Related colors

Complementary color

Complementary color for #hex is #7D88A0.


I love getcolorcode.com

Triadic colors

1 #5F8277 and #775F82 with #82775F are triadic colors.

2 #5F7782 and #77825F with #82775F are triadic colors.