#82728A

Color #82728A Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #82728A

Tints of Mamba #82728A

Color information

#82728A (or 0x82728A) is unknown color: approx Mamba. HEX triplet: 82, 72 and 8A. RGB value is (130,114,138). Sum of RGB (Red+Green+Blue) = 130+114+138=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #82728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82728A is #7D8D75. Grayscale: #797979. Windows color (decimal): -8228214 or 9073282. OLE color: 9073282.

HSL color Cylindrical-coordinate representation of color #82728A: hue angle of 280º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82728A is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130114138-
CMYK0.060.1700.46
HSL280º9.52%49.41%-
HSV(B)280º17.39%54.12%-
XYZ19.8118.6226.59-
YUV121.52137.3134.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=34.03%
G=29.84%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301141380.060.1700.462809.5249.41
Hex82728A61102E118a31
Octal2021622126210564301261
Binary100000101110010100010101101000101011101000110001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82728A; }

 p { color: rgb(130,114,138); }

 H1.HeaderClassName
 {
   color: #82728A;
 }
 .AnyTagClassName
 {
   color: #82728A;
 }
</style>
background-color css

<style>
 a { background-color: #82728A; }

 a { background-color: rgb(130,114,138); }

 div.DivClassName
 {
   background-color: #82728A;
 }
 .BgClassName
 {
   background-color: #82728A;
 }
</style>
border-color css

<style>
 span { border-color: #82728A; }

 span { border-color: rgb(130,114,138); }

 td.TdClassName
 {
   border-color: #82728A;
 }
 .TagClassName
 {
   border-color: #82728A;
 }
</style>