#807084

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

Shades of Mamba #807084

Tints of Mamba #807084

Color information

#807084 (or 0x807084) is unknown color: approx Mamba. HEX triplet: 80, 70 and 84. RGB value is (128,112,132). Sum of RGB (Red+Green+Blue) = 128+112+132=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #807084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807084 is #7F8F7B. Grayscale: #767676. Windows color (decimal): -8359804 or 8679552. OLE color: 8679552.

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

Color convert

RGB128112132-
CMYK0.030.1500.48
HSL288º8.2%47.84%-
HSV(B)288º15.15%51.76%-
XYZ18.8617.8424.28-
YUV119.06135.3134.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=34.41%
G=30.11%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281121320.030.1500.482888.247.84
Hex8070843F030120830
Octal2001602043170604401060
Binary1000000011100001000010011111101100001001000001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807084; }

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

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

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

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

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

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

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

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