#827B84

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

Shades of Mamba #827B84

Tints of Mamba #827B84

Color information

#827B84 (or 0x827B84) is unknown color: approx Mamba. HEX triplet: 82, 7B and 84. RGB value is (130,123,132). Sum of RGB (Red+Green+Blue) = 130+123+132=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: blue. Hex color #827B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B84 is #7D847B. Grayscale: #7E7E7E. Windows color (decimal): -8225916 or 8682370. OLE color: 8682370.

HSL color Cylindrical-coordinate representation of color #827B84: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #827B84 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130123132-
CMYK0.020.0700.48
HSL286.67º3.53%50%-
HSV(B)286.67º6.82%51.76%-
XYZ20.4520.5824.72-
YUV126.12131.32130.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=33.77%
G=31.95%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301231320.020.0700.48286.673.5350
Hex827B842703011f432
Octal20217320427060437462
Binary10000010111101110000100101110110000100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B84; }

 p { color: rgb(130,123,132); }

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

<style>
 a { background-color: #827B84; }

 a { background-color: rgb(130,123,132); }

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

<style>
 span { border-color: #827B84; }

 span { border-color: rgb(130,123,132); }

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