Shades of Mamba #827785
Tints of Mamba #827785
RGB
CMYK
RGB Variations
Color information
#827785 (or 0x827785) is known color: Mamba. HEX triplet: 82, 77 and 85. RGB value is (130,119,133). Sum of RGB (Red+Green+Blue) = 130+119+133=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #827785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827785 is #7D887A. Grayscale: #7B7B7B. Windows color (decimal): -8226939 or 8746882. OLE color: 8746882.
HSL color Cylindrical-coordinate representation of color #827785: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #827785 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 119 | 133 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.48 |
| HSL | 287.14º | 0.06% | 0.49% | - |
| HSV(B) | 287.14º | 0.11% | 0.52% | - |
| XYZ | 20.04 | 19.63 | 24.92 | - |
| YUV | 123.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 133 | 0.02 | 0.11 | 0 | 0.48 | 287.14 | 0.06 | 0.49 |
| Hex | 82 | 77 | 85 | 2 | B | 0 | 30 | 11F | 6 | 31 |
| Octal | 202 | 167 | 205 | 2 | 13 | 0 | 60 | 437 | 6 | 61 |
| Binary | 10000010 | 1110111 | 10000101 | 10 | 1011 | 0 | 110000 | 100011111 | 110 | 110001 |
Color Harmonies of #827785
Complementary color
Monochromatic Colors of #827785
Black with #827785
Text Example
Text Example
White with #827785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827785; }
p { color: rgb(130,119,133); }
H1.HeaderClassName
{
color: #827785;
}
.AnyTagClassName
{
color: #827785;
}
</style>
background-color css
<style>
a { background-color: #827785; }
a { background-color: rgb(130,119,133); }
div.DivClassName
{
background-color: #827785;
}
.BgClassName
{
background-color: #827785;
}
</style>
border-color css
<style>
span { border-color: #827785; }
span { border-color: rgb(130,119,133); }
td.TdClassName
{
border-color: #827785;
}
.TagClassName
{
border-color: #827785;
}
</style>