Shades of Mamba #737274
Tints of Mamba #737274
RGB
CMYK
RGB Variations
Color information
#737274 (or 0x737274) is known color: Mamba. HEX triplet: 73, 72 and 74. RGB value is (115,114,116). Sum of RGB (Red+Green+Blue) = 115+114+116=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 116 - color contains mainly: blue. Hex color #737274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737274 is #8C8D8B. Grayscale: #727272. Windows color (decimal): -9211276 or 7631475. OLE color: 7631475.
HSL color Cylindrical-coordinate representation of color #737274: hue angle of 270º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #737274 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 116 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.55 |
| HSL | 270º | 0.01% | 0.45% | - |
| HSV(B) | 270º | 0.02% | 0.45% | - |
| XYZ | 16.24 | 16.94 | 18.94 | - |
| YUV | 114.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 116 | 0.01 | 0.02 | 0 | 0.55 | 270 | 0.01 | 0.45 |
| Hex | 73 | 72 | 74 | 1 | 2 | 0 | 37 | 10E | 1 | 2D |
| Octal | 163 | 162 | 164 | 1 | 2 | 0 | 67 | 416 | 1 | 55 |
| Binary | 1110011 | 1110010 | 1110100 | 1 | 10 | 0 | 110111 | 100001110 | 1 | 101101 |
Color Harmonies of #737274
Complementary color
Monochromatic Colors of #737274
Black with #737274
Text Example
Text Example
White with #737274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737274; }
p { color: rgb(115,114,116); }
H1.HeaderClassName
{
color: #737274;
}
.AnyTagClassName
{
color: #737274;
}
</style>
background-color css
<style>
a { background-color: #737274; }
a { background-color: rgb(115,114,116); }
div.DivClassName
{
background-color: #737274;
}
.BgClassName
{
background-color: #737274;
}
</style>
border-color css
<style>
span { border-color: #737274; }
span { border-color: rgb(115,114,116); }
td.TdClassName
{
border-color: #737274;
}
.TagClassName
{
border-color: #737274;
}
</style>