COLOR #82757E

HEX: #82757E RGB: (130,117,126)

Color info

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

RGB color model

#82757E color RGB value is (130,117,126).

RGB: (130,117,126) (51%, 46%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 117 of 255 = 46%
B 126 of 255 = 49%

130
117
126

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

Portions of RGB colors in percentages

R + G + B = 130 + 117 + 126 = 373 (100%)
R 130 of 373 ~ 34.85%
G 117 of 373 ~ 31.37%
B 126 of 373 ~ 33.78'%

%34.85
%31.37
%33.78

CMYK color model

#82757E color CMYK value is (0,10,3,49).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 3.08%
  • key color value is 49.02%

CMYK: (0,10,3,49)
C0M10Y3K49 (0%, 10%, 3%, 49%)
(0.00 / 0.10 / 0.03 / 0.49)

CMYK percentages

%0
%10
%3.08
%49.02

Codes

Color #82757E in popluar color models

82 75 7E
RGB 130 117 126
HSL 318° 5.26% 48.43%
HSB/HSV 318° 10.00% 50.98%
CMYK 0.00% 10.00% 3.08%
49.02%

Color #82757E in popluar number systems.

HEX 82 75 7E
Decimal 130 117 126
Binary 10000010 1110101 1111110
Octal 202 165 176

Shades and tints

Shades of #82757E

#82757E
(130,117,126)
#776B73
(119,107,115)
#6C6168
(108,97,104)
#61575D
(97,87,93)
#564D52
(86,77,82)
#4B4347
(75,67,71)
#40393C
(64,57,60)
#352F31
(53,47,49)
#2A2526
(42,37,38)
#1F1B1B
(31,27,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #82757E

#82757E
(130,117,126)
#8D8189
(141,129,137)
#988D94
(152,141,148)
#A3999F
(163,153,159)
#AEA5AA
(174,165,170)
#B9B1B5
(185,177,181)
#C4BDC0
(196,189,192)
#CFC9CB
(207,201,203)
#DAD5D6
(218,213,214)
#E5E1E1
(229,225,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82757E color. Also use rgb(130,117,126) instead hex code.

Text Font Color

.myTextColor { color: #82757E; }

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

This text font color is #82757E.

Background Color

.myBgColor { background-color: #82757E; }

<div style="background-color:#82757E">Inner text</div>

This div background color is #82757E.

Border color

.myBorderColor { border: 1px solid #82757E; }

<div style="border:3px solid #82757E">Div</div>

This div border color is #82757E.

Opacity

.myOpacity80 { color: #82757E; opacity: 0.8; }

<p style="color:#82757E;opacity:0.8;">80%</p>

Text with #82757E 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 #82757E;}

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

This text has shadow with #82757E color.


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

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

This text has shadow with #82757E primary color and red secondary color.


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

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

This text has shadow with #82757E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82757E.

Preview

Color preview on black background

This text has color #82757E on black background.


Color preview on white background

This text has color #82757E on white background.


Black color preview on #82757E background

This text has black color on #82757E background.


White color preview on #82757E background

This text has white color on #82757E background.


Related colors

Complementary color

Complementary color for #hex is #7D8A81.


I love getcolorcode.com

Triadic colors

1 #7E8275 and #757E82 with #82757E are triadic colors.

2 #7E7582 and #75827E with #82757E are triadic colors.