Shades of Mamba #70667B
Tints of Mamba #70667B
RGB
CMYK
RGB Variations
Color information
#70667B (or 0x70667B) is known color: Mamba. HEX triplet: 70, 66 and 7B. RGB value is (112,102,123). Sum of RGB (Red+Green+Blue) = 112+102+123=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #70667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70667B is #8F9984. Grayscale: #6B6B6B. Windows color (decimal): -9410949 or 8087152. OLE color: 8087152.
HSL color Cylindrical-coordinate representation of color #70667B: hue angle of 268.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70667B is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 102 | 123 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.52 |
| HSL | 268.57º | 0.09% | 0.44% | - |
| HSV(B) | 268.57º | 0.17% | 0.48% | - |
| XYZ | 15.01 | 14.38 | 20.72 | - |
| YUV | 107.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 123 | 0.09 | 0.17 | 0 | 0.52 | 268.57 | 0.09 | 0.44 |
| Hex | 70 | 66 | 7B | 9 | 11 | 0 | 34 | 10D | 9 | 2C |
| Octal | 160 | 146 | 173 | 11 | 21 | 0 | 64 | 415 | 11 | 54 |
| Binary | 1110000 | 1100110 | 1111011 | 1001 | 10001 | 0 | 110100 | 100001101 | 1001 | 101100 |
Color Harmonies of #70667B
Complementary color
Monochromatic Colors of #70667B
Black with #70667B
Text Example
Text Example
White with #70667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70667B; }
p { color: rgb(112,102,123); }
H1.HeaderClassName
{
color: #70667B;
}
.AnyTagClassName
{
color: #70667B;
}
</style>
background-color css
<style>
a { background-color: #70667B; }
a { background-color: rgb(112,102,123); }
div.DivClassName
{
background-color: #70667B;
}
.BgClassName
{
background-color: #70667B;
}
</style>
border-color css
<style>
span { border-color: #70667B; }
span { border-color: rgb(112,102,123); }
td.TdClassName
{
border-color: #70667B;
}
.TagClassName
{
border-color: #70667B;
}
</style>