#7C797D

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

Shades of Mamba #7C797D

Tints of Mamba #7C797D

Color information

#7C797D (or 0x7C797D) is unknown color: approx Mamba. HEX triplet: 7C, 79 and 7D. RGB value is (124,121,125). Sum of RGB (Red+Green+Blue) = 124+121+125=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C797D is #838682. Grayscale: #7A7A7A. Windows color (decimal): -8619651 or 8223100. OLE color: 8223100.

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

Color convert

RGB124121125-
CMYK0.010.0300.51
HSL285º1.63%48.24%-
HSV(B)285º3.2%49.02%-
XYZ18.8519.4422.16-
YUV122.35129.49129.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=33.51%
G=32.70%
B=33.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241211250.010.0300.512851.6348.24
Hex7C797D1303311d230
Octal17417117513063435260
Binary111110011110011111101111011001110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C797D; }

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

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

<style>
 a { background-color: #7C797D; }

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

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

<style>
 span { border-color: #7C797D; }

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

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