COLOR #82788C

HEX: #82788C RGB: (130,120,140)

Color info

#82788C contains red, green and blue colors in about the same proportion. Web safe color of #82788C is #996699 (or #969).

RGB color model

#82788C color RGB value is (130,120,140).

RGB: (130,120,140) (51%, 47%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 140 of 255 = 55%

130
120
140

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

Portions of RGB colors in percentages

R + G + B = 130 + 120 + 140 = 390 (100%)
R 130 of 390 ~ 33.33%
G 120 of 390 ~ 30.77%
B 140 of 390 ~ 35.9'%

%33.33
%30.77
%35.9

CMYK color model

#82788C color CMYK value is (7,14,0,45).

  • cyan value is 7.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (7,14,0,45)
C7M14Y0K45 (7%, 14%, 0%, 45%)
(0.07 / 0.14 / 0.00 / 0.45)

CMYK percentages

%7.14
%14.29
%0
%45.1

Codes

Color #82788C in popluar color models

82 78 8C
RGB 130 120 140
HSL 270° 8.00% 50.98%
HSB/HSV 270° 14.29% 54.90%
CMYK 7.14% 14.29% 0.00%
45.10%

Color #82788C in popluar number systems.

HEX 82 78 8C
Decimal 130 120 140
Binary 10000010 1111000 10001100
Octal 202 170 214

Shades and tints

Shades of #82788C

#82788C
(130,120,140)
#776E80
(119,110,128)
#6C6474
(108,100,116)
#615A68
(97,90,104)
#56505C
(86,80,92)
#4B4650
(75,70,80)
#403C44
(64,60,68)
#353238
(53,50,56)
#2A282C
(42,40,44)
#1F1E20
(31,30,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #82788C

#82788C
(130,120,140)
#8D8496
(141,132,150)
#9890A0
(152,144,160)
#A39CAA
(163,156,170)
#AEA8B4
(174,168,180)
#B9B4BE
(185,180,190)
#C4C0C8
(196,192,200)
#CFCCD2
(207,204,210)
#DAD8DC
(218,216,220)
#E5E4E6
(229,228,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82788C color. Also use rgb(130,120,140) instead hex code.

Text Font Color

.myTextColor { color: #82788C; }

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

This text font color is #82788C.

Background Color

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

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

This div background color is #82788C.

Border color

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

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

This div border color is #82788C.

Opacity

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

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

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

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

This text has shadow with #82788C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82788C.

Preview

Color preview on black background

This text has color #82788C on black background.


Color preview on white background

This text has color #82788C on white background.


Black color preview on #82788C background

This text has black color on #82788C background.


White color preview on #82788C background

This text has white color on #82788C background.


Related colors

Complementary color

Complementary color for #hex is #7D8773.


I love getcolorcode.com

Triadic colors

1 #8C8278 and #788C82 with #82788C are triadic colors.

2 #8C7882 and #78828C with #82788C are triadic colors.