Shades of Scorpion #725E66
Tints of Scorpion #725E66
RGB
CMYK
RGB Variations
Color information
#725E66 (or 0x725E66) is known color: Scorpion. HEX triplet: 72, 5E and 66. RGB value is (114,94,102). Sum of RGB (Red+Green+Blue) = 114+94+102=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #725E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E66 is #8DA199. Grayscale: #646464. Windows color (decimal): -9281946 or 6708850. OLE color: 6708850.
HSL color Cylindrical-coordinate representation of color #725E66: hue angle of 336º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725E66 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 102 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.55 |
| HSL | 336º | 0.1% | 0.41% | - |
| HSV(B) | 336º | 0.18% | 0.45% | - |
| XYZ | 13.34 | 12.54 | 14.29 | - |
| YUV | 100.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 102 | 0 | 0.18 | 0.11 | 0.55 | 336 | 0.1 | 0.41 |
| Hex | 72 | 5E | 66 | 0 | 12 | B | 37 | 150 | A | 29 |
| Octal | 162 | 136 | 146 | 0 | 22 | 13 | 67 | 520 | 12 | 51 |
| Binary | 1110010 | 1011110 | 1100110 | 0 | 10010 | 1011 | 110111 | 101010000 | 1010 | 101001 |
Color Harmonies of #725E66
Complementary color
Monochromatic Colors of #725E66
Black with #725E66
Text Example
Text Example
White with #725E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E66; }
p { color: rgb(114,94,102); }
H1.HeaderClassName
{
color: #725E66;
}
.AnyTagClassName
{
color: #725E66;
}
</style>
background-color css
<style>
a { background-color: #725E66; }
a { background-color: rgb(114,94,102); }
div.DivClassName
{
background-color: #725E66;
}
.BgClassName
{
background-color: #725E66;
}
</style>
border-color css
<style>
span { border-color: #725E66; }
span { border-color: rgb(114,94,102); }
td.TdClassName
{
border-color: #725E66;
}
.TagClassName
{
border-color: #725E66;
}
</style>