#79658E

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

Shades of Mamba #79658E

Tints of Mamba #79658E

Color information

#79658E (or 0x79658E) is unknown color: approx Mamba. HEX triplet: 79, 65 and 8E. RGB value is (121,101,142). Sum of RGB (Red+Green+Blue) = 121+101+142=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #79658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79658E is #869A71. Grayscale: #6F6F6F. Windows color (decimal): -8821362 or 9332089. OLE color: 9332089.

HSL color Cylindrical-coordinate representation of color #79658E: hue angle of 269.27º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79658E is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121101142-
CMYK0.150.2900.44
HSL269.27º16.87%47.65%-
HSV(B)269.27º28.87%55.69%-
XYZ17.4215.3327.63-
YUV111.65145.13134.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.24%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=33.24%
G=27.75%
B=39.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211011420.150.2900.44269.2716.8747.65
Hex79658EF1D02C10d1130
Octal17114521617350544152160
Binary1111001110010110001110111111101010110010000110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79658E; }

 p { color: rgb(121,101,142); }

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

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

 a { background-color: rgb(121,101,142); }

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

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

 span { border-color: rgb(121,101,142); }

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