#796982

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

Shades of Mamba #796982

Tints of Mamba #796982

Color information

#796982 (or 0x796982) is unknown color: approx Mamba. HEX triplet: 79, 69 and 82. RGB value is (121,105,130). Sum of RGB (Red+Green+Blue) = 121+105+130=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #796982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796982 is #86967D. Grayscale: #707070. Windows color (decimal): -8820350 or 8546681. OLE color: 8546681.

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

Color convert

RGB121105130-
CMYK0.070.1900.49
HSL278.4º10.64%46.08%-
HSV(B)278.4º19.23%50.98%-
XYZ16.9715.7823.27-
YUV112.63137.8133.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=33.99%
G=29.49%
B=36.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211051300.070.1900.49278.410.6446.08
Hex796982713031116b2e
Octal1711512027230614261356
Binary11110011101001100000101111001101100011000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796982; }

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

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

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

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

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

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

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

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