Shades of Mamba #726F74
Tints of Mamba #726F74
RGB
CMYK
RGB Variations
Color information
#726F74 (or 0x726F74) is known color: Mamba. HEX triplet: 72, 6F and 74. RGB value is (114,111,116). Sum of RGB (Red+Green+Blue) = 114+111+116=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 116 - color contains mainly: blue. Hex color #726F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F74 is #8D908B. Grayscale: #707070. Windows color (decimal): -9277580 or 7630706. OLE color: 7630706.
HSL color Cylindrical-coordinate representation of color #726F74: hue angle of 276º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #726F74 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 111 | 116 | - |
CMYK | 0.02 | 0.04 | 0 | 0.55 |
HSL | 276º | 0.02% | 0.45% | - |
HSV(B) | 276º | 0.04% | 0.45% | - |
XYZ | 15.78 | 16.21 | 18.82 | - |
YUV | 112.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 111 | 116 | 0.02 | 0.04 | 0 | 0.55 | 276 | 0.02 | 0.45 |
Hex | 72 | 6F | 74 | 2 | 4 | 0 | 37 | 114 | 2 | 2D |
Octal | 162 | 157 | 164 | 2 | 4 | 0 | 67 | 424 | 2 | 55 |
Binary | 1110010 | 1101111 | 1110100 | 10 | 100 | 0 | 110111 | 100010100 | 10 | 101101 |
Color Harmonies of #726F74
Complementary color
Monochromatic Colors of #726F74
Black with #726F74
Text Example
Text Example
White with #726F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F74; }
p { color: rgb(114,111,116); }
H1.HeaderClassName
{
color: #726F74;
}
.AnyTagClassName
{
color: #726F74;
}
</style>
background-color css
<style>
a { background-color: #726F74; }
a { background-color: rgb(114,111,116); }
div.DivClassName
{
background-color: #726F74;
}
.BgClassName
{
background-color: #726F74;
}
</style>
border-color css
<style>
span { border-color: #726F74; }
span { border-color: rgb(114,111,116); }
td.TdClassName
{
border-color: #726F74;
}
.TagClassName
{
border-color: #726F74;
}
</style>