#737076

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

Shades of Mamba #737076

Tints of Mamba #737076

Color information

#737076 (or 0x737076) is unknown color: approx Mamba. HEX triplet: 73, 70 and 76. RGB value is (115,112,118). Sum of RGB (Red+Green+Blue) = 115+112+118=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 118 - color contains mainly: blue. Hex color #737076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737076 is #8C8F89. Grayscale: #717171. Windows color (decimal): -9211786 or 7762035. OLE color: 7762035.

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

Color convert

RGB115112118-
CMYK0.030.0500.54
HSL270º2.61%45.1%-
HSV(B)270º5.08%46.27%-
XYZ16.1316.5419.48-
YUV113.58130.49129.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=33.33%
G=32.46%
B=34.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151121180.030.0500.542702.6145.1
Hex7370763503610e32d
Octal16316016635066416355
Binary11100111110000111011011101011011010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737076; }

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

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

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

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

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

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

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

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