#796681

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

Shades of Mamba #796681

Tints of Mamba #796681

Color information

#796681 (or 0x796681) is unknown color: approx Mamba. HEX triplet: 79, 66 and 81. RGB value is (121,102,129). Sum of RGB (Red+Green+Blue) = 121+102+129=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 129 - color contains mainly: blue. Hex color #796681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796681 is #86997E. Grayscale: #6E6E6E. Windows color (decimal): -8821119 or 8480377. OLE color: 8480377.

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

Color convert

RGB121102129-
CMYK0.060.2100.49
HSL282.22º11.69%45.29%-
HSV(B)282.22º20.93%50.59%-
XYZ16.615.1522.82-
YUV110.76138.29135.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=34.38%
G=28.98%
B=36.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211021290.060.2100.49282.2211.6945.29
Hex79668161503111ac2d
Octal1711462016250614321455
Binary11110011100110100000011101010101100011000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796681; }

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

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

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

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

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

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

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

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