#79707C

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

Shades of Mamba #79707C

Tints of Mamba #79707C

Color information

#79707C (or 0x79707C) is unknown color: approx Mamba. HEX triplet: 79, 70 and 7C. RGB value is (121,112,124). Sum of RGB (Red+Green+Blue) = 121+112+124=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #79707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707C is #868F83. Grayscale: #747474. Windows color (decimal): -8818564 or 8155257. OLE color: 8155257.

HSL color Cylindrical-coordinate representation of color #79707C: hue angle of 285º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79707C is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121112124-
CMYK0.020.1000.51
HSL285º5.08%46.27%-
HSV(B)285º9.68%48.63%-
XYZ17.3217.1121.46-
YUV116.06132.48131.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=33.89%
G=31.37%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211121240.020.1000.512855.0846.27
Hex79707C2A03311d52e
Octal171160174212063435556
Binary1111001111000011111001010100110011100011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79707C; }

 p { color: rgb(121,112,124); }

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

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

 a { background-color: rgb(121,112,124); }

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

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

 span { border-color: rgb(121,112,124); }

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