Shades of Scorpion #725F65
Tints of Scorpion #725F65
RGB
CMYK
RGB Variations
Color information
#725F65 (or 0x725F65) is known color: Scorpion. HEX triplet: 72, 5F and 65. RGB value is (114,95,101). Sum of RGB (Red+Green+Blue) = 114+95+101=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #725F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F65 is #8DA09A. Grayscale: #656565. Windows color (decimal): -9281691 or 6643570. OLE color: 6643570.
HSL color Cylindrical-coordinate representation of color #725F65: hue angle of 341.05º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #725F65 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 101 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.55 |
| HSL | 341.05º | 0.09% | 0.41% | - |
| HSV(B) | 341.05º | 0.17% | 0.45% | - |
| XYZ | 13.38 | 12.7 | 14.06 | - |
| YUV | 101.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 101 | 0 | 0.17 | 0.11 | 0.55 | 341.05 | 0.09 | 0.41 |
| Hex | 72 | 5F | 65 | 0 | 11 | B | 37 | 155 | 9 | 29 |
| Octal | 162 | 137 | 145 | 0 | 21 | 13 | 67 | 525 | 11 | 51 |
| Binary | 1110010 | 1011111 | 1100101 | 0 | 10001 | 1011 | 110111 | 101010101 | 1001 | 101001 |
Color Harmonies of #725F65
Complementary color
Monochromatic Colors of #725F65
Black with #725F65
Text Example
Text Example
White with #725F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F65; }
p { color: rgb(114,95,101); }
H1.HeaderClassName
{
color: #725F65;
}
.AnyTagClassName
{
color: #725F65;
}
</style>
background-color css
<style>
a { background-color: #725F65; }
a { background-color: rgb(114,95,101); }
div.DivClassName
{
background-color: #725F65;
}
.BgClassName
{
background-color: #725F65;
}
</style>
border-color css
<style>
span { border-color: #725F65; }
span { border-color: rgb(114,95,101); }
td.TdClassName
{
border-color: #725F65;
}
.TagClassName
{
border-color: #725F65;
}
</style>