#807089

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

Shades of Mamba #807089

Tints of Mamba #807089

Color information

#807089 (or 0x807089) is unknown color: approx Mamba. HEX triplet: 80, 70 and 89. RGB value is (128,112,137). Sum of RGB (Red+Green+Blue) = 128+112+137=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #807089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807089 is #7F8F76. Grayscale: #777777. Windows color (decimal): -8359799 or 9007232. OLE color: 9007232.

HSL color Cylindrical-coordinate representation of color #807089: hue angle of 278.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807089 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128112137-
CMYK0.070.1800.46
HSL278.4º10.04%48.82%-
HSV(B)278.4º18.25%53.73%-
XYZ19.2117.9826.13-
YUV119.63137.8133.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=33.95%
G=29.71%
B=36.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281121370.070.1800.46278.410.0448.82
Hex80708971202E116a31
Octal2001602117220564261261
Binary100000001110000100010011111001001011101000101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807089; }

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

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

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

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

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

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

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

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