#79757C

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

Shades of Mamba #79757C

Tints of Mamba #79757C

Color information

#79757C (or 0x79757C) is unknown color: approx Mamba. HEX triplet: 79, 75 and 7C. RGB value is (121,117,124). Sum of RGB (Red+Green+Blue) = 121+117+124=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #79757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79757C is #868A83. Grayscale: #767676. Windows color (decimal): -8817284 or 8156537. OLE color: 8156537.

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

Color convert

RGB121117124-
CMYK0.020.0600.51
HSL274.29º2.9%47.25%-
HSV(B)274.29º5.65%48.63%-
XYZ17.8818.2421.65-
YUV118.99130.83129.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=33.43%
G=32.32%
B=34.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211171240.020.0600.51274.292.947.25
Hex79757C2603311232f
Octal17116517426063422357
Binary11110011110101111110010110011001110001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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