COLOR #827B7B

HEX: #827B7B RGB: (130,123,123)

Color info

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

RGB color model

#827B7B color RGB value is (130,123,123).

RGB: (130,123,123) (51%, 48%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 123 of 255 = 48%

130
123
123

R + G + B ~ 49%. #827B7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 123 + 123 = 376 (100%)
R 130 of 376 ~ 34.57%
G 123 of 376 ~ 32.71%
B 123 of 376 ~ 32.71'%

%34.57
%32.71
%32.71

CMYK color model

#827B7B color CMYK value is (0,5,5,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 5.38%
  • key color value is 49.02%

CMYK: (0,5,5,49)
C0M5Y5K49 (0%, 5%, 5%, 49%)
(0.00 / 0.05 / 0.05 / 0.49)

CMYK percentages

%0
%5.38
%5.38
%49.02

Codes

Color #827B7B in popluar color models

82 7B 7B
RGB 130 123 123
HSL 2.77% 49.61%
HSB/HSV 5.38% 50.98%
CMYK 0.00% 5.38% 5.38%
49.02%

Color #827B7B in popluar number systems.

HEX 82 7B 7B
Decimal 130 123 123
Binary 10000010 1111011 1111011
Octal 202 173 173

Shades and tints

Shades of #827B7B

#827B7B
(130,123,123)
#777070
(119,112,112)
#6C6565
(108,101,101)
#615A5A
(97,90,90)
#564F4F
(86,79,79)
#4B4444
(75,68,68)
#403939
(64,57,57)
#352E2E
(53,46,46)
#2A2323
(42,35,35)
#1F1818
(31,24,24)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #827B7B

#827B7B
(130,123,123)
#8D8787
(141,135,135)
#989393
(152,147,147)
#A39F9F
(163,159,159)
#AEABAB
(174,171,171)
#B9B7B7
(185,183,183)
#C4C3C3
(196,195,195)
#CFCFCF
(207,207,207)
#DADBDB
(218,219,219)
#E5E7E7
(229,231,231)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B7B color. Also use rgb(130,123,123) instead hex code.

Text Font Color

.myTextColor { color: #827B7B; }

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

This text font color is #827B7B.

Background Color

.myBgColor { background-color: #827B7B; }

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

This div background color is #827B7B.

Border color

.myBorderColor { border: 1px solid #827B7B; }

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

This div border color is #827B7B.

Opacity

.myOpacity80 { color: #827B7B; opacity: 0.8; }

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

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

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

This text has shadow with #827B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827B7B.

Preview

Color preview on black background

This text has color #827B7B on black background.


Color preview on white background

This text has color #827B7B on white background.


Black color preview on #827B7B background

This text has black color on #827B7B background.


White color preview on #827B7B background

This text has white color on #827B7B background.


Related colors

Complementary color

Complementary color for #hex is #7D8484.


I love getcolorcode.com