#757376

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

Shades of Mamba #757376

Tints of Mamba #757376

Color information

#757376 (or 0x757376) is unknown color: approx Mamba. HEX triplet: 75, 73 and 76. RGB value is (117,115,118). Sum of RGB (Red+Green+Blue) = 117+115+118=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 118 - color contains mainly: blue. Hex color #757376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757376 is #8A8C89. Grayscale: #737373. Windows color (decimal): -9079946 or 7762805. OLE color: 7762805.

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

Color convert

RGB117115118-
CMYK0.010.0300.54
HSL280º1.29%45.69%-
HSV(B)280º2.54%46.27%-
XYZ16.7417.3519.61-
YUV115.94129.16128.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=33.43%
G=32.86%
B=33.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171151180.010.0300.542801.2945.69
Hex7573761303611812e
Octal16516316613066430156
Binary11101011110011111011011101101101000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757376; }

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

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

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

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

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

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

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

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