#806789

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

Shades of Mamba #806789

Tints of Mamba #806789

Color information

#806789 (or 0x806789) is unknown color: approx Mamba. HEX triplet: 80, 67 and 89. RGB value is (128,103,137). Sum of RGB (Red+Green+Blue) = 128+103+137=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #806789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806789 is #7F9876. Grayscale: #727272. Windows color (decimal): -8362103 or 9004928. OLE color: 9004928.

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

Color convert

RGB128103137-
CMYK0.070.2500.46
HSL284.12º14.17%47.06%-
HSV(B)284.12º24.82%53.73%-
XYZ18.2716.125.81-
YUV114.35140.78137.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=34.78%
G=27.99%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281031370.070.2500.46284.1214.1747.06
Hex80678971902E11ce2f
Octal2001472117310564341657
Binary100000001100111100010011111100101011101000111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806789; }

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

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

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

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

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

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

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

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