Shades of Scorpion #725C65
Tints of Scorpion #725C65
RGB
CMYK
RGB Variations
Color information
#725C65 (or 0x725C65) is known color: Scorpion. HEX triplet: 72, 5C and 65. RGB value is (114,92,101). Sum of RGB (Red+Green+Blue) = 114+92+101=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #725C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C65 is #8DA39A. Grayscale: #636363. Windows color (decimal): -9282459 or 6642802. OLE color: 6642802.
HSL color Cylindrical-coordinate representation of color #725C65: hue angle of 335.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #725C65 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 101 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.55 |
| HSL | 335.45º | 0.11% | 0.4% | - |
| HSV(B) | 335.45º | 0.19% | 0.45% | - |
| XYZ | 13.12 | 12.17 | 13.97 | - |
| YUV | 99.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 101 | 0 | 0.19 | 0.11 | 0.55 | 335.45 | 0.11 | 0.4 |
| Hex | 72 | 5C | 65 | 0 | 13 | B | 37 | 14F | B | 28 |
| Octal | 162 | 134 | 145 | 0 | 23 | 13 | 67 | 517 | 13 | 50 |
| Binary | 1110010 | 1011100 | 1100101 | 0 | 10011 | 1011 | 110111 | 101001111 | 1011 | 101000 |
Color Harmonies of #725C65
Complementary color
Monochromatic Colors of #725C65
Black with #725C65
Text Example
Text Example
White with #725C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C65; }
p { color: rgb(114,92,101); }
H1.HeaderClassName
{
color: #725C65;
}
.AnyTagClassName
{
color: #725C65;
}
</style>
background-color css
<style>
a { background-color: #725C65; }
a { background-color: rgb(114,92,101); }
div.DivClassName
{
background-color: #725C65;
}
.BgClassName
{
background-color: #725C65;
}
</style>
border-color css
<style>
span { border-color: #725C65; }
span { border-color: rgb(114,92,101); }
td.TdClassName
{
border-color: #725C65;
}
.TagClassName
{
border-color: #725C65;
}
</style>