Shades of Scorpion #725E68
Tints of Scorpion #725E68
RGB
CMYK
RGB Variations
Color information
#725E68 (or 0x725E68) is known color: Scorpion. HEX triplet: 72, 5E and 68. RGB value is (114,94,104). Sum of RGB (Red+Green+Blue) = 114+94+104=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #725E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E68 is #8DA197. Grayscale: #656565. Windows color (decimal): -9281944 or 6839922. OLE color: 6839922.
HSL color Cylindrical-coordinate representation of color #725E68: hue angle of 330º 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 #725E68 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 104 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.55 |
| HSL | 330º | 0.1% | 0.41% | - |
| HSV(B) | 330º | 0.18% | 0.45% | - |
| XYZ | 13.44 | 12.58 | 14.82 | - |
| YUV | 101.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 104 | 0 | 0.18 | 0.09 | 0.55 | 330 | 0.1 | 0.41 |
| Hex | 72 | 5E | 68 | 0 | 12 | 9 | 37 | 14A | A | 29 |
| Octal | 162 | 136 | 150 | 0 | 22 | 11 | 67 | 512 | 12 | 51 |
| Binary | 1110010 | 1011110 | 1101000 | 0 | 10010 | 1001 | 110111 | 101001010 | 1010 | 101001 |
Color Harmonies of #725E68
Complementary color
Monochromatic Colors of #725E68
Black with #725E68
Text Example
Text Example
White with #725E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E68; }
p { color: rgb(114,94,104); }
H1.HeaderClassName
{
color: #725E68;
}
.AnyTagClassName
{
color: #725E68;
}
</style>
background-color css
<style>
a { background-color: #725E68; }
a { background-color: rgb(114,94,104); }
div.DivClassName
{
background-color: #725E68;
}
.BgClassName
{
background-color: #725E68;
}
</style>
border-color css
<style>
span { border-color: #725E68; }
span { border-color: rgb(114,94,104); }
td.TdClassName
{
border-color: #725E68;
}
.TagClassName
{
border-color: #725E68;
}
</style>