#796684

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

Shades of Mamba #796684

Tints of Mamba #796684

Color information

#796684 (or 0x796684) is unknown color: approx Mamba. HEX triplet: 79, 66 and 84. RGB value is (121,102,132). Sum of RGB (Red+Green+Blue) = 121+102+132=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #796684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796684 is #86997B. Grayscale: #6E6E6E. Windows color (decimal): -8821116 or 8676985. OLE color: 8676985.

HSL color Cylindrical-coordinate representation of color #796684: hue angle of 278º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796684 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121102132-
CMYK0.080.2300.48
HSL278º12.82%45.88%-
HSV(B)278º22.73%51.76%-
XYZ16.815.2323.88-
YUV111.1139.79135.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=34.08%
G=28.73%
B=37.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211021320.080.2300.4827812.8245.88
Hex796684817030116d2e
Octal17114620410270604261556
Binary111100111001101000010010001011101100001000101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796684; }

 p { color: rgb(121,102,132); }

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

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

 a { background-color: rgb(121,102,132); }

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

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

 span { border-color: rgb(121,102,132); }

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