Shades of Mamba #827B84
Tints of Mamba #827B84
RGB
CMYK
RGB Variations
Color information
#827B84 (or 0x827B84) is known color: Mamba. HEX triplet: 82, 7B and 84. RGB value is (130,123,132). Sum of RGB (Red+Green+Blue) = 130+123+132=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: blue. Hex color #827B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B84 is #7D847B. Grayscale: #7E7E7E. Windows color (decimal): -8225916 or 8682370. OLE color: 8682370.
HSL color Cylindrical-coordinate representation of color #827B84: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #827B84 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 123 | 132 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.48 |
| HSL | 286.67º | 0.04% | 0.5% | - |
| HSV(B) | 286.67º | 0.07% | 0.52% | - |
| XYZ | 20.45 | 20.58 | 24.72 | - |
| YUV | 126.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 132 | 0.02 | 0.07 | 0 | 0.48 | 286.67 | 0.04 | 0.5 |
| Hex | 82 | 7B | 84 | 2 | 7 | 0 | 30 | 11F | 4 | 32 |
| Octal | 202 | 173 | 204 | 2 | 7 | 0 | 60 | 437 | 4 | 62 |
| Binary | 10000010 | 1111011 | 10000100 | 10 | 111 | 0 | 110000 | 100011111 | 100 | 110010 |
Color Harmonies of #827B84
Complementary color
Monochromatic Colors of #827B84
Black with #827B84
Text Example
Text Example
White with #827B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B84; }
p { color: rgb(130,123,132); }
H1.HeaderClassName
{
color: #827B84;
}
.AnyTagClassName
{
color: #827B84;
}
</style>
background-color css
<style>
a { background-color: #827B84; }
a { background-color: rgb(130,123,132); }
div.DivClassName
{
background-color: #827B84;
}
.BgClassName
{
background-color: #827B84;
}
</style>
border-color css
<style>
span { border-color: #827B84; }
span { border-color: rgb(130,123,132); }
td.TdClassName
{
border-color: #827B84;
}
.TagClassName
{
border-color: #827B84;
}
</style>