Shades of Mamba #736A7D
Tints of Mamba #736A7D
RGB
CMYK
RGB Variations
Color information
#736A7D (or 0x736A7D) is known color: Mamba. HEX triplet: 73, 6A and 7D. RGB value is (115,106,125). Sum of RGB (Red+Green+Blue) = 115+106+125=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #736A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A7D is #8C9582. Grayscale: #6E6E6E. Windows color (decimal): -9213315 or 8219251. OLE color: 8219251.
HSL color Cylindrical-coordinate representation of color #736A7D: hue angle of 268.42º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #736A7D is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 115 | 106 | 125 | - |
CMYK | 0.08 | 0.15 | 0 | 0.51 |
HSL | 268.42º | 0.08% | 0.45% | - |
HSV(B) | 268.42º | 0.15% | 0.49% | - |
XYZ | 15.93 | 15.43 | 21.54 | - |
YUV | 110.86 | 135.98 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 106 | 125 | 0.08 | 0.15 | 0 | 0.51 | 268.42 | 0.08 | 0.45 |
Hex | 73 | 6A | 7D | 8 | F | 0 | 33 | 10C | 8 | 2D |
Octal | 163 | 152 | 175 | 10 | 17 | 0 | 63 | 414 | 10 | 55 |
Binary | 1110011 | 1101010 | 1111101 | 1000 | 1111 | 0 | 110011 | 100001100 | 1000 | 101101 |
Color Harmonies of #736A7D
Complementary color
Monochromatic Colors of #736A7D
Black with #736A7D
Text Example
Text Example
White with #736A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A7D; }
p { color: rgb(115,106,125); }
H1.HeaderClassName
{
color: #736A7D;
}
.AnyTagClassName
{
color: #736A7D;
}
</style>
background-color css
<style>
a { background-color: #736A7D; }
a { background-color: rgb(115,106,125); }
div.DivClassName
{
background-color: #736A7D;
}
.BgClassName
{
background-color: #736A7D;
}
</style>
border-color css
<style>
span { border-color: #736A7D; }
span { border-color: rgb(115,106,125); }
td.TdClassName
{
border-color: #736A7D;
}
.TagClassName
{
border-color: #736A7D;
}
</style>