#796382

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

Shades of Mamba #796382

Tints of Mamba #796382

Color information

#796382 (or 0x796382) is unknown color: approx Mamba. HEX triplet: 79, 63 and 82. RGB value is (121,99,130). Sum of RGB (Red+Green+Blue) = 121+99+130=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #796382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796382 is #869C7D. Grayscale: #6D6D6D. Windows color (decimal): -8821886 or 8545145. OLE color: 8545145.

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

Color convert

RGB12199130-
CMYK0.070.2400.49
HSL282.58º13.54%44.9%-
HSV(B)282.58º23.85%50.98%-
XYZ16.3814.623.07-
YUV109.11139.79136.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=34.57%
G=28.29%
B=37.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121991300.070.2400.49282.5813.5444.9
Hex79638271803111be2d
Octal1711432027300614331655
Binary11110011100011100000101111100001100011000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796382; }

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

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

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

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

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

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

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

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