Shades of Scorpion #725B63
Tints of Scorpion #725B63
RGB
CMYK
RGB Variations
Color information
#725B63 (or 0x725B63) is known color: Scorpion. HEX triplet: 72, 5B and 63. RGB value is (114,91,99). Sum of RGB (Red+Green+Blue) = 114+91+99=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #725B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B63 is #8DA49C. Grayscale: #626262. Windows color (decimal): -9282717 or 6511474. OLE color: 6511474.
HSL color Cylindrical-coordinate representation of color #725B63: hue angle of 339.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725B63 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 99 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.55 |
| HSL | 339.13º | 0.11% | 0.4% | - |
| HSV(B) | 339.13º | 0.2% | 0.45% | - |
| XYZ | 12.93 | 11.96 | 13.43 | - |
| YUV | 98.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 99 | 0 | 0.20 | 0.13 | 0.55 | 339.13 | 0.11 | 0.4 |
| Hex | 72 | 5B | 63 | 0 | 14 | D | 37 | 153 | B | 28 |
| Octal | 162 | 133 | 143 | 0 | 24 | 15 | 67 | 523 | 13 | 50 |
| Binary | 1110010 | 1011011 | 1100011 | 0 | 10100 | 1101 | 110111 | 101010011 | 1011 | 101000 |
Color Harmonies of #725B63
Complementary color
Monochromatic Colors of #725B63
Black with #725B63
Text Example
Text Example
White with #725B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B63; }
p { color: rgb(114,91,99); }
H1.HeaderClassName
{
color: #725B63;
}
.AnyTagClassName
{
color: #725B63;
}
</style>
background-color css
<style>
a { background-color: #725B63; }
a { background-color: rgb(114,91,99); }
div.DivClassName
{
background-color: #725B63;
}
.BgClassName
{
background-color: #725B63;
}
</style>
border-color css
<style>
span { border-color: #725B63; }
span { border-color: rgb(114,91,99); }
td.TdClassName
{
border-color: #725B63;
}
.TagClassName
{
border-color: #725B63;
}
</style>