Shades of Mamba #73667C
Tints of Mamba #73667C
RGB
CMYK
RGB Variations
Color information
#73667C (or 0x73667C) is known color: Mamba. HEX triplet: 73, 66 and 7C. RGB value is (115,102,124). Sum of RGB (Red+Green+Blue) = 115+102+124=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #73667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73667C is #8C9983. Grayscale: #6C6C6C. Windows color (decimal): -9214340 or 8152691. OLE color: 8152691.
HSL color Cylindrical-coordinate representation of color #73667C: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73667C is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 102 | 124 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.51 |
| HSL | 275.45º | 0.1% | 0.44% | - |
| HSV(B) | 275.45º | 0.18% | 0.49% | - |
| XYZ | 15.46 | 14.6 | 21.07 | - |
| YUV | 108.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 124 | 0.07 | 0.18 | 0 | 0.51 | 275.45 | 0.1 | 0.44 |
| Hex | 73 | 66 | 7C | 7 | 12 | 0 | 33 | 113 | A | 2C |
| Octal | 163 | 146 | 174 | 7 | 22 | 0 | 63 | 423 | 12 | 54 |
| Binary | 1110011 | 1100110 | 1111100 | 111 | 10010 | 0 | 110011 | 100010011 | 1010 | 101100 |
Color Harmonies of #73667C
Complementary color
Monochromatic Colors of #73667C
Black with #73667C
Text Example
Text Example
White with #73667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73667C; }
p { color: rgb(115,102,124); }
H1.HeaderClassName
{
color: #73667C;
}
.AnyTagClassName
{
color: #73667C;
}
</style>
background-color css
<style>
a { background-color: #73667C; }
a { background-color: rgb(115,102,124); }
div.DivClassName
{
background-color: #73667C;
}
.BgClassName
{
background-color: #73667C;
}
</style>
border-color css
<style>
span { border-color: #73667C; }
span { border-color: rgb(115,102,124); }
td.TdClassName
{
border-color: #73667C;
}
.TagClassName
{
border-color: #73667C;
}
</style>