#807484

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

Shades of Mamba #807484

Tints of Mamba #807484

Color information

#807484 (or 0x807484) is unknown color: approx Mamba. HEX triplet: 80, 74 and 84. RGB value is (128,116,132). Sum of RGB (Red+Green+Blue) = 128+116+132=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #807484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807484 is #7F8B7B. Grayscale: #797979. Windows color (decimal): -8358780 or 8680576. OLE color: 8680576.

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

Color convert

RGB128116132-
CMYK0.030.1200.48
HSL285º6.45%48.63%-
HSV(B)285º12.12%51.76%-
XYZ19.3118.7524.43-
YUV121.41133.98132.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=34.04%
G=30.85%
B=35.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281161320.030.1200.482856.4548.63
Hex8074843C03011d631
Octal200164204314060435661
Binary100000001110100100001001111000110000100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807484; }

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

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

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

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

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

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

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

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