#807684

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

Shades of Mamba #807684

Tints of Mamba #807684

Color information

#807684 (or 0x807684) is unknown color: approx Mamba. HEX triplet: 80, 76 and 84. RGB value is (128,118,132). Sum of RGB (Red+Green+Blue) = 128+118+132=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 132 - color contains mainly: blue. Hex color #807684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807684 is #7F897B. Grayscale: #7A7A7A. Windows color (decimal): -8358268 or 8681088. OLE color: 8681088.

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

Color convert

RGB128118132-
CMYK0.030.1100.48
HSL282.86º5.6%49.02%-
HSV(B)282.86º10.61%51.76%-
XYZ19.5519.2124.51-
YUV122.59133.31131.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=33.86%
G=31.22%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281181320.030.1100.48282.865.649.02
Hex8076843B03011b631
Octal200166204313060433661
Binary100000001110110100001001110110110000100011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807684; }

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

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

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

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

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

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

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

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