#796A80

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

Shades of Mamba #796A80

Tints of Mamba #796A80

Color information

#796A80 (or 0x796A80) is unknown color: approx Mamba. HEX triplet: 79, 6A and 80. RGB value is (121,106,128). Sum of RGB (Red+Green+Blue) = 121+106+128=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #796A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A80 is #86957F. Grayscale: #707070. Windows color (decimal): -8820096 or 8415865. OLE color: 8415865.

HSL color Cylindrical-coordinate representation of color #796A80: hue angle of 280.91º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #796A80 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB121106128-
CMYK0.050.1700.50
HSL280.91º9.4%45.88%-
HSV(B)280.91º17.19%50.2%-
XYZ16.9415.9322.6-
YUV112.99136.47133.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=34.08%
G=29.86%
B=36.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211061280.050.1700.50280.919.445.88
Hex796A8051103211992e
Octal1711522005210624311156
Binary11110011101010100000001011000101100101000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796A80; }

 p { color: rgb(121,106,128); }

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

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

 a { background-color: rgb(121,106,128); }

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

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

 span { border-color: rgb(121,106,128); }

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