Shades of Mamba #72687B
Tints of Mamba #72687B
RGB
CMYK
RGB Variations
Color information
#72687B (or 0x72687B) is known color: Mamba. HEX triplet: 72, 68 and 7B. RGB value is (114,104,123). Sum of RGB (Red+Green+Blue) = 114+104+123=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #72687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72687B is #8D9784. Grayscale: #6D6D6D. Windows color (decimal): -9279365 or 8087666. OLE color: 8087666.
HSL color Cylindrical-coordinate representation of color #72687B: hue angle of 271.58º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #72687B is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 104 | 123 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.52 |
| HSL | 271.58º | 0.08% | 0.45% | - |
| HSV(B) | 271.58º | 0.15% | 0.48% | - |
| XYZ | 15.46 | 14.91 | 20.8 | - |
| YUV | 109.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 123 | 0.07 | 0.15 | 0 | 0.52 | 271.58 | 0.08 | 0.45 |
| Hex | 72 | 68 | 7B | 7 | F | 0 | 34 | 110 | 8 | 2D |
| Octal | 162 | 150 | 173 | 7 | 17 | 0 | 64 | 420 | 10 | 55 |
| Binary | 1110010 | 1101000 | 1111011 | 111 | 1111 | 0 | 110100 | 100010000 | 1000 | 101101 |
Color Harmonies of #72687B
Complementary color
Monochromatic Colors of #72687B
Black with #72687B
Text Example
Text Example
White with #72687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72687B; }
p { color: rgb(114,104,123); }
H1.HeaderClassName
{
color: #72687B;
}
.AnyTagClassName
{
color: #72687B;
}
</style>
background-color css
<style>
a { background-color: #72687B; }
a { background-color: rgb(114,104,123); }
div.DivClassName
{
background-color: #72687B;
}
.BgClassName
{
background-color: #72687B;
}
</style>
border-color css
<style>
span { border-color: #72687B; }
span { border-color: rgb(114,104,123); }
td.TdClassName
{
border-color: #72687B;
}
.TagClassName
{
border-color: #72687B;
}
</style>