#796B81

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

Shades of Mamba #796B81

Tints of Mamba #796B81

Color information

#796B81 (or 0x796B81) is unknown color: approx Mamba. HEX triplet: 79, 6B and 81. RGB value is (121,107,129). Sum of RGB (Red+Green+Blue) = 121+107+129=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 129 - color contains mainly: blue. Hex color #796B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B81 is #86947E. Grayscale: #717171. Windows color (decimal): -8819839 or 8481657. OLE color: 8481657.

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

Color convert

RGB121107129-
CMYK0.060.1700.49
HSL278.18º9.32%46.27%-
HSV(B)278.18º17.05%50.59%-
XYZ17.1116.1722.99-
YUV113.69136.64133.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=33.89%
G=29.97%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211071290.060.1700.49278.189.3246.27
Hex796B8161103111692e
Octal1711532016210614261156
Binary11110011101011100000011101000101100011000101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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