Shades of Mamba #827585
Tints of Mamba #827585
RGB
CMYK
RGB Variations
Color information
#827585 (or 0x827585) is known color: Mamba. HEX triplet: 82, 75 and 85. RGB value is (130,117,133). Sum of RGB (Red+Green+Blue) = 130+117+133=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: blue. Hex color #827585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827585 is #7D8A7A. Grayscale: #7A7A7A. Windows color (decimal): -8227451 or 8746370. OLE color: 8746370.
HSL color Cylindrical-coordinate representation of color #827585: hue angle of 288.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827585 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 117 | 133 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.48 |
| HSL | 288.75º | 0.06% | 0.49% | - |
| HSV(B) | 288.75º | 0.12% | 0.52% | - |
| XYZ | 19.8 | 19.16 | 24.85 | - |
| YUV | 122.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 133 | 0.02 | 0.12 | 0 | 0.48 | 288.75 | 0.06 | 0.49 |
| Hex | 82 | 75 | 85 | 2 | C | 0 | 30 | 121 | 6 | 31 |
| Octal | 202 | 165 | 205 | 2 | 14 | 0 | 60 | 441 | 6 | 61 |
| Binary | 10000010 | 1110101 | 10000101 | 10 | 1100 | 0 | 110000 | 100100001 | 110 | 110001 |
Color Harmonies of #827585
Complementary color
Monochromatic Colors of #827585
Black with #827585
Text Example
Text Example
White with #827585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827585; }
p { color: rgb(130,117,133); }
H1.HeaderClassName
{
color: #827585;
}
.AnyTagClassName
{
color: #827585;
}
</style>
background-color css
<style>
a { background-color: #827585; }
a { background-color: rgb(130,117,133); }
div.DivClassName
{
background-color: #827585;
}
.BgClassName
{
background-color: #827585;
}
</style>
border-color css
<style>
span { border-color: #827585; }
span { border-color: rgb(130,117,133); }
td.TdClassName
{
border-color: #827585;
}
.TagClassName
{
border-color: #827585;
}
</style>