Shades of Mamba #72687A
Tints of Mamba #72687A
RGB
CMYK
RGB Variations
Color information
#72687A (or 0x72687A) is known color: Mamba. HEX triplet: 72, 68 and 7A. RGB value is (114,104,122). Sum of RGB (Red+Green+Blue) = 114+104+122=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #72687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72687A is #8D9785. Grayscale: #6C6C6C. Windows color (decimal): -9279366 or 8022130. OLE color: 8022130.
HSL color Cylindrical-coordinate representation of color #72687A: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #72687A is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 104 | 122 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.52 |
| HSL | 273.33º | 0.08% | 0.44% | - |
| HSV(B) | 273.33º | 0.15% | 0.48% | - |
| XYZ | 15.4 | 14.88 | 20.47 | - |
| YUV | 109.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 122 | 0.07 | 0.15 | 0 | 0.52 | 273.33 | 0.08 | 0.44 |
| Hex | 72 | 68 | 7A | 7 | F | 0 | 34 | 111 | 8 | 2C |
| Octal | 162 | 150 | 172 | 7 | 17 | 0 | 64 | 421 | 10 | 54 |
| Binary | 1110010 | 1101000 | 1111010 | 111 | 1111 | 0 | 110100 | 100010001 | 1000 | 101100 |
Color Harmonies of #72687A
Complementary color
Monochromatic Colors of #72687A
Black with #72687A
Text Example
Text Example
White with #72687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72687A; }
p { color: rgb(114,104,122); }
H1.HeaderClassName
{
color: #72687A;
}
.AnyTagClassName
{
color: #72687A;
}
</style>
background-color css
<style>
a { background-color: #72687A; }
a { background-color: rgb(114,104,122); }
div.DivClassName
{
background-color: #72687A;
}
.BgClassName
{
background-color: #72687A;
}
</style>
border-color css
<style>
span { border-color: #72687A; }
span { border-color: rgb(114,104,122); }
td.TdClassName
{
border-color: #72687A;
}
.TagClassName
{
border-color: #72687A;
}
</style>