Shades of Mamba #72677A
Tints of Mamba #72677A
RGB
CMYK
RGB Variations
Color information
#72677A (or 0x72677A) is known color: Mamba. HEX triplet: 72, 67 and 7A. RGB value is (114,103,122). Sum of RGB (Red+Green+Blue) = 114+103+122=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #72677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72677A is #8D9885. Grayscale: #6C6C6C. Windows color (decimal): -9279622 or 8021874. OLE color: 8021874.
HSL color Cylindrical-coordinate representation of color #72677A: hue angle of 274.74º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72677A is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 103 | 122 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.52 |
| HSL | 274.74º | 0.08% | 0.44% | - |
| HSV(B) | 274.74º | 0.16% | 0.48% | - |
| XYZ | 15.3 | 14.68 | 20.44 | - |
| YUV | 108.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 122 | 0.07 | 0.16 | 0 | 0.52 | 274.74 | 0.08 | 0.44 |
| Hex | 72 | 67 | 7A | 7 | 10 | 0 | 34 | 113 | 8 | 2C |
| Octal | 162 | 147 | 172 | 7 | 20 | 0 | 64 | 423 | 10 | 54 |
| Binary | 1110010 | 1100111 | 1111010 | 111 | 10000 | 0 | 110100 | 100010011 | 1000 | 101100 |
Color Harmonies of #72677A
Complementary color
Monochromatic Colors of #72677A
Black with #72677A
Text Example
Text Example
White with #72677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72677A; }
p { color: rgb(114,103,122); }
H1.HeaderClassName
{
color: #72677A;
}
.AnyTagClassName
{
color: #72677A;
}
</style>
background-color css
<style>
a { background-color: #72677A; }
a { background-color: rgb(114,103,122); }
div.DivClassName
{
background-color: #72677A;
}
.BgClassName
{
background-color: #72677A;
}
</style>
border-color css
<style>
span { border-color: #72677A; }
span { border-color: rgb(114,103,122); }
td.TdClassName
{
border-color: #72677A;
}
.TagClassName
{
border-color: #72677A;
}
</style>