#807884

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

Shades of Mamba #807884

Tints of Mamba #807884

Color information

#807884 (or 0x807884) is unknown color: approx Mamba. HEX triplet: 80, 78 and 84. RGB value is (128,120,132). Sum of RGB (Red+Green+Blue) = 128+120+132=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 132 - color contains mainly: blue. Hex color #807884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807884 is #7F877B. Grayscale: #7B7B7B. Windows color (decimal): -8357756 or 8681600. OLE color: 8681600.

HSL color Cylindrical-coordinate representation of color #807884: hue angle of 280º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #807884 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128120132-
CMYK0.030.0900.48
HSL280º4.76%49.41%-
HSV(B)280º9.09%51.76%-
XYZ19.7819.6924.59-
YUV123.76132.65131.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=33.68%
G=31.58%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281201320.030.0900.482804.7649.41
Hex80788439030118531
Octal200170204311060430561
Binary100000001111000100001001110010110000100011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807884; }

 p { color: rgb(128,120,132); }

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

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

 a { background-color: rgb(128,120,132); }

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

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

 span { border-color: rgb(128,120,132); }

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