Shades of Mamba #766285
Tints of Mamba #766285
RGB
CMYK
RGB Variations
Color information
#766285 (or 0x766285) is known color: Mamba. HEX triplet: 76, 62 and 85. RGB value is (118,98,133). Sum of RGB (Red+Green+Blue) = 118+98+133=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #766285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766285 is #899D7A. Grayscale: #6B6B6B. Windows color (decimal): -9018747 or 8741494. OLE color: 8741494.
HSL color Cylindrical-coordinate representation of color #766285: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766285 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 98 | 133 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.48 |
| HSL | 274.29º | 0.15% | 0.45% | - |
| HSV(B) | 274.29º | 0.26% | 0.52% | - |
| XYZ | 16.07 | 14.28 | 24.1 | - |
| YUV | 107.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 133 | 0.11 | 0.26 | 0 | 0.48 | 274.29 | 0.15 | 0.45 |
| Hex | 76 | 62 | 85 | B | 1A | 0 | 30 | 112 | F | 2D |
| Octal | 166 | 142 | 205 | 13 | 32 | 0 | 60 | 422 | 17 | 55 |
| Binary | 1110110 | 1100010 | 10000101 | 1011 | 11010 | 0 | 110000 | 100010010 | 1111 | 101101 |
Color Harmonies of #766285
Complementary color
Monochromatic Colors of #766285
Black with #766285
Text Example
Text Example
White with #766285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766285; }
p { color: rgb(118,98,133); }
H1.HeaderClassName
{
color: #766285;
}
.AnyTagClassName
{
color: #766285;
}
</style>
background-color css
<style>
a { background-color: #766285; }
a { background-color: rgb(118,98,133); }
div.DivClassName
{
background-color: #766285;
}
.BgClassName
{
background-color: #766285;
}
</style>
border-color css
<style>
span { border-color: #766285; }
span { border-color: rgb(118,98,133); }
td.TdClassName
{
border-color: #766285;
}
.TagClassName
{
border-color: #766285;
}
</style>