Shades of Scorpion #725D68
Tints of Scorpion #725D68
RGB
CMYK
RGB Variations
Color information
#725D68 (or 0x725D68) is known color: Scorpion. HEX triplet: 72, 5D and 68. RGB value is (114,93,104). Sum of RGB (Red+Green+Blue) = 114+93+104=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #725D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D68 is #8DA297. Grayscale: #646464. Windows color (decimal): -9282200 or 6839666. OLE color: 6839666.
HSL color Cylindrical-coordinate representation of color #725D68: hue angle of 328.57º 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 #725D68 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 104 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.55 |
| HSL | 328.57º | 0.1% | 0.41% | - |
| HSV(B) | 328.57º | 0.18% | 0.45% | - |
| XYZ | 13.35 | 12.41 | 14.79 | - |
| YUV | 100.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 104 | 0 | 0.18 | 0.09 | 0.55 | 328.57 | 0.1 | 0.41 |
| Hex | 72 | 5D | 68 | 0 | 12 | 9 | 37 | 149 | A | 29 |
| Octal | 162 | 135 | 150 | 0 | 22 | 11 | 67 | 511 | 12 | 51 |
| Binary | 1110010 | 1011101 | 1101000 | 0 | 10010 | 1001 | 110111 | 101001001 | 1010 | 101001 |
Color Harmonies of #725D68
Complementary color
Monochromatic Colors of #725D68
Black with #725D68
Text Example
Text Example
White with #725D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D68; }
p { color: rgb(114,93,104); }
H1.HeaderClassName
{
color: #725D68;
}
.AnyTagClassName
{
color: #725D68;
}
</style>
background-color css
<style>
a { background-color: #725D68; }
a { background-color: rgb(114,93,104); }
div.DivClassName
{
background-color: #725D68;
}
.BgClassName
{
background-color: #725D68;
}
</style>
border-color css
<style>
span { border-color: #725D68; }
span { border-color: rgb(114,93,104); }
td.TdClassName
{
border-color: #725D68;
}
.TagClassName
{
border-color: #725D68;
}
</style>