#7A767C

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

Shades of Mamba #7A767C

Tints of Mamba #7A767C

Color information

#7A767C (or 0x7A767C) is unknown color: approx Mamba. HEX triplet: 7A, 76 and 7C. RGB value is (122,118,124). Sum of RGB (Red+Green+Blue) = 122+118+124=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A767C is #858983. Grayscale: #777777. Windows color (decimal): -8751492 or 8156794. OLE color: 8156794.

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

Color convert

RGB122118124-
CMYK0.020.0500.51
HSL280º2.48%47.45%-
HSV(B)280º4.84%48.63%-
XYZ18.1418.5521.69-
YUV119.88130.33129.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=33.52%
G=32.42%
B=34.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221181240.020.0500.512802.4847.45
Hex7A767C2503311822f
Octal17216617425063430257
Binary11110101110110111110010101011001110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,124); }

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

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

 a { background-color: rgb(122,118,124); }

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

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

 span { border-color: rgb(122,118,124); }

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