#796E81

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

Shades of Mamba #796E81

Tints of Mamba #796E81

Color information

#796E81 (or 0x796E81) is unknown color: approx Mamba. HEX triplet: 79, 6E and 81. RGB value is (121,110,129). Sum of RGB (Red+Green+Blue) = 121+110+129=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 129 - color contains mainly: blue. Hex color #796E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E81 is #86917E. Grayscale: #737373. Windows color (decimal): -8819071 or 8482425. OLE color: 8482425.

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

Color convert

RGB121110129-
CMYK0.060.1500.49
HSL274.74º7.95%46.86%-
HSV(B)274.74º14.73%50.59%-
XYZ17.4216.823.09-
YUV115.46135.64131.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=33.61%
G=30.56%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211101290.060.1500.49274.747.9546.86
Hex796E816F03111382f
Octal1711562016170614231057
Binary1111001110111010000001110111101100011000100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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