#796980

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

Shades of Mamba #796980

Tints of Mamba #796980

Color information

#796980 (or 0x796980) is unknown color: approx Mamba. HEX triplet: 79, 69 and 80. RGB value is (121,105,128). Sum of RGB (Red+Green+Blue) = 121+105+128=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #796980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796980 is #86967F. Grayscale: #707070. Windows color (decimal): -8820352 or 8415609. OLE color: 8415609.

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

Color convert

RGB121105128-
CMYK0.050.1800.50
HSL281.74º9.87%45.69%-
HSV(B)281.74º17.97%50.2%-
XYZ16.8315.7322.57-
YUV112.41136.8134.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=34.18%
G=29.66%
B=36.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211051280.050.1800.50281.749.8745.69
Hex79698051203211aa2e
Octal1711512005220624321256
Binary11110011101001100000001011001001100101000110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796980; }

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

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

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

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

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

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

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

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