COLOR #82768C

HEX: #82768C RGB: (130,118,140)

Color info

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

RGB color model

#82768C color RGB value is (130,118,140).

RGB: (130,118,140) (51%, 46%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 140 of 255 = 55%

130
118
140

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

Portions of RGB colors in percentages

R + G + B = 130 + 118 + 140 = 388 (100%)
R 130 of 388 ~ 33.51%
G 118 of 388 ~ 30.41%
B 140 of 388 ~ 36.08'%

%33.51
%30.41
%36.08

CMYK color model

#82768C color CMYK value is (7,16,0,45).

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

CMYK: (7,16,0,45)
C7M16Y0K45 (7%, 16%, 0%, 45%)
(0.07 / 0.16 / 0.00 / 0.45)

CMYK percentages

%7.14
%15.71
%0
%45.1

Codes

Color #82768C in popluar color models

82 76 8C
RGB 130 118 140
HSL 273° 8.73% 50.59%
HSB/HSV 273° 15.71% 54.90%
CMYK 7.14% 15.71% 0.00%
45.10%

Color #82768C in popluar number systems.

HEX 82 76 8C
Decimal 130 118 140
Binary 10000010 1110110 10001100
Octal 202 166 214

Shades and tints

Shades of #82768C

#82768C
(130,118,140)
#776C80
(119,108,128)
#6C6274
(108,98,116)
#615868
(97,88,104)
#564E5C
(86,78,92)
#4B4450
(75,68,80)
#403A44
(64,58,68)
#353038
(53,48,56)
#2A262C
(42,38,44)
#1F1C20
(31,28,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #82768C

#82768C
(130,118,140)
#8D8296
(141,130,150)
#988EA0
(152,142,160)
#A39AAA
(163,154,170)
#AEA6B4
(174,166,180)
#B9B2BE
(185,178,190)
#C4BEC8
(196,190,200)
#CFCAD2
(207,202,210)
#DAD6DC
(218,214,220)
#E5E2E6
(229,226,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82768C; }

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

This text font color is #82768C.

Background Color

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

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

This div background color is #82768C.

Border color

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

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

This div border color is #82768C.

Opacity

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

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

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

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

This text has shadow with #82768C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82768C.

Preview

Color preview on black background

This text has color #82768C on black background.


Color preview on white background

This text has color #82768C on white background.


Black color preview on #82768C background

This text has black color on #82768C background.


White color preview on #82768C background

This text has white color on #82768C background.


Related colors

Complementary color

Complementary color for #hex is #7D8973.


I love getcolorcode.com

Triadic colors

1 #8C8276 and #768C82 with #82768C are triadic colors.

2 #8C7682 and #76828C with #82768C are triadic colors.