#79727C

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

Shades of Mamba #79727C

Tints of Mamba #79727C

Color information

#79727C (or 0x79727C) is unknown color: approx Mamba. HEX triplet: 79, 72 and 7C. RGB value is (121,114,124). Sum of RGB (Red+Green+Blue) = 121+114+124=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #79727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79727C is #868D83. Grayscale: #757575. Windows color (decimal): -8818052 or 8155769. OLE color: 8155769.

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

Color convert

RGB121114124-
CMYK0.020.0800.51
HSL282º4.2%46.67%-
HSV(B)282º8.06%48.63%-
XYZ17.5417.5521.53-
YUV117.23131.82130.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=33.70%
G=31.75%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211141240.020.0800.512824.246.67
Hex79727C2803311a42f
Octal171162174210063432457
Binary1111001111001011111001010000110011100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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