Shades of Mamba #81678F
Tints of Mamba #81678F
RGB
CMYK
RGB Variations
Color information
#81678F (or 0x81678F) is known color: Mamba. HEX triplet: 81, 67 and 8F. RGB value is (129,103,143). Sum of RGB (Red+Green+Blue) = 129+103+143=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #81678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81678F is #7E9870. Grayscale: #737373. Windows color (decimal): -8296561 or 9398145. OLE color: 9398145.
HSL color Cylindrical-coordinate representation of color #81678F: hue angle of 279º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81678F is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 103 | 143 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.44 |
| HSL | 279º | 0.16% | 0.48% | - |
| HSV(B) | 279º | 0.28% | 0.56% | - |
| XYZ | 18.86 | 16.35 | 28.15 | - |
| YUV | 115.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 143 | 0.10 | 0.28 | 0 | 0.44 | 279 | 0.16 | 0.48 |
| Hex | 81 | 67 | 8F | A | 1C | 0 | 2C | 117 | 10 | 30 |
| Octal | 201 | 147 | 217 | 12 | 34 | 0 | 54 | 427 | 20 | 60 |
| Binary | 10000001 | 1100111 | 10001111 | 1010 | 11100 | 0 | 101100 | 100010111 | 10000 | 110000 |
Color Harmonies of #81678F
Complementary color
Monochromatic Colors of #81678F
Black with #81678F
Text Example
Text Example
White with #81678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81678F; }
p { color: rgb(129,103,143); }
H1.HeaderClassName
{
color: #81678F;
}
.AnyTagClassName
{
color: #81678F;
}
</style>
background-color css
<style>
a { background-color: #81678F; }
a { background-color: rgb(129,103,143); }
div.DivClassName
{
background-color: #81678F;
}
.BgClassName
{
background-color: #81678F;
}
</style>
border-color css
<style>
span { border-color: #81678F; }
span { border-color: rgb(129,103,143); }
td.TdClassName
{
border-color: #81678F;
}
.TagClassName
{
border-color: #81678F;
}
</style>