COLOR #82707C

HEX: #82707C RGB: (130,112,124)

Color info

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

RGB color model

#82707C color RGB value is (130,112,124).

RGB: (130,112,124) (51%, 44%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 124 of 255 = 49%

130
112
124

R + G + B ~ 48%. #82707C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 112 + 124 = 366 (100%)
R 130 of 366 ~ 35.52%
G 112 of 366 ~ 30.6%
B 124 of 366 ~ 33.88'%

%35.52
%30.6
%33.88

CMYK color model

#82707C color CMYK value is (0,14,5,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 4.62%
  • key color value is 49.02%

CMYK: (0,14,5,49)
C0M14Y5K49 (0%, 14%, 5%, 49%)
(0.00 / 0.14 / 0.05 / 0.49)

CMYK percentages

%0
%13.85
%4.62
%49.02

Codes

Color #82707C in popluar color models

82 70 7C
RGB 130 112 124
HSL 320° 7.44% 47.45%
HSB/HSV 320° 13.85% 50.98%
CMYK 0.00% 13.85% 4.62%
49.02%

Color #82707C in popluar number systems.

HEX 82 70 7C
Decimal 130 112 124
Binary 10000010 1110000 1111100
Octal 202 160 174

Shades and tints

Shades of #82707C

#82707C
(130,112,124)
#776671
(119,102,113)
#6C5C66
(108,92,102)
#61525B
(97,82,91)
#564850
(86,72,80)
#4B3E45
(75,62,69)
#40343A
(64,52,58)
#352A2F
(53,42,47)
#2A2024
(42,32,36)
#1F1619
(31,22,25)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #82707C

#82707C
(130,112,124)
#8D7D87
(141,125,135)
#988A92
(152,138,146)
#A3979D
(163,151,157)
#AEA4A8
(174,164,168)
#B9B1B3
(185,177,179)
#C4BEBE
(196,190,190)
#CFCBC9
(207,203,201)
#DAD8D4
(218,216,212)
#E5E5DF
(229,229,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82707C color. Also use rgb(130,112,124) instead hex code.

Text Font Color

.myTextColor { color: #82707C; }

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

This text font color is #82707C.

Background Color

.myBgColor { background-color: #82707C; }

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

This div background color is #82707C.

Border color

.myBorderColor { border: 1px solid #82707C; }

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

This div border color is #82707C.

Opacity

.myOpacity80 { color: #82707C; opacity: 0.8; }

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

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

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

This text has shadow with #82707C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82707C.

Preview

Color preview on black background

This text has color #82707C on black background.


Color preview on white background

This text has color #82707C on white background.


Black color preview on #82707C background

This text has black color on #82707C background.


White color preview on #82707C background

This text has white color on #82707C background.


Related colors

Complementary color

Complementary color for #hex is #7D8F83.


I love getcolorcode.com

Triadic colors

1 #7C8270 and #707C82 with #82707C are triadic colors.

2 #7C7082 and #70827C with #82707C are triadic colors.