#767379

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

Shades of Mamba #767379

Tints of Mamba #767379

Color information

#767379 (or 0x767379) is unknown color: approx Mamba. HEX triplet: 76, 73 and 79. RGB value is (118,115,121). Sum of RGB (Red+Green+Blue) = 118+115+121=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 121 - color contains mainly: blue. Hex color #767379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767379 is #898C86. Grayscale: #747474. Windows color (decimal): -9014407 or 7959414. OLE color: 7959414.

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

Color convert

RGB118115121-
CMYK0.020.0500.53
HSL270º2.54%46.27%-
HSV(B)270º4.96%47.45%-
XYZ17.0517.4920.57-
YUV116.58130.49129.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=33.33%
G=32.49%
B=34.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181151210.020.0500.532702.5446.27
Hex7673792503510e32e
Octal16616317125065416356
Binary11101101110011111100110101011010110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767379; }

 p { color: rgb(118,115,121); }

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

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

 a { background-color: rgb(118,115,121); }

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

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

 span { border-color: rgb(118,115,121); }

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