#796882

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

Shades of Mamba #796882

Tints of Mamba #796882

Color information

#796882 (or 0x796882) is unknown color: approx Mamba. HEX triplet: 79, 68 and 82. RGB value is (121,104,130). Sum of RGB (Red+Green+Blue) = 121+104+130=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #796882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796882 is #86977D. Grayscale: #6F6F6F. Windows color (decimal): -8820606 or 8546425. OLE color: 8546425.

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

Color convert

RGB121104130-
CMYK0.070.200.49
HSL279.23º11.11%45.88%-
HSV(B)279.23º20%50.98%-
XYZ16.8615.5823.24-
YUV112.05138.13134.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=34.08%
G=29.30%
B=36.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211041300.070.200.49279.2311.1145.88
Hex796882714031117b2e
Octal1711502027240614271356
Binary11110011101000100000101111010001100011000101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796882; }

 p { color: rgb(121,104,130); }

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

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

 a { background-color: rgb(121,104,130); }

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

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

 span { border-color: rgb(121,104,130); }

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