Shades of Scorpion #725A60
Tints of Scorpion #725A60
RGB
CMYK
RGB Variations
Color information
#725A60 (or 0x725A60) is known color: Scorpion. HEX triplet: 72, 5A and 60. RGB value is (114,90,96). Sum of RGB (Red+Green+Blue) = 114+90+96=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A60 is #8DA59F. Grayscale: #616161. Windows color (decimal): -9282976 or 6314610. OLE color: 6314610.
HSL color Cylindrical-coordinate representation of color #725A60: hue angle of 345º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A60 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 96 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.55 |
| HSL | 345º | 0.12% | 0.4% | - |
| HSV(B) | 345º | 0.21% | 0.45% | - |
| XYZ | 12.71 | 11.73 | 12.66 | - |
| YUV | 97.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 96 | 0 | 0.21 | 0.16 | 0.55 | 345 | 0.12 | 0.4 |
| Hex | 72 | 5A | 60 | 0 | 15 | 10 | 37 | 159 | C | 28 |
| Octal | 162 | 132 | 140 | 0 | 25 | 20 | 67 | 531 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1100000 | 0 | 10101 | 10000 | 110111 | 101011001 | 1100 | 101000 |
Color Harmonies of #725A60
Complementary color
Monochromatic Colors of #725A60
Black with #725A60
Text Example
Text Example
White with #725A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A60; }
p { color: rgb(114,90,96); }
H1.HeaderClassName
{
color: #725A60;
}
.AnyTagClassName
{
color: #725A60;
}
</style>
background-color css
<style>
a { background-color: #725A60; }
a { background-color: rgb(114,90,96); }
div.DivClassName
{
background-color: #725A60;
}
.BgClassName
{
background-color: #725A60;
}
</style>
border-color css
<style>
span { border-color: #725A60; }
span { border-color: rgb(114,90,96); }
td.TdClassName
{
border-color: #725A60;
}
.TagClassName
{
border-color: #725A60;
}
</style>