Shades of Scorpion #726165
Tints of Scorpion #726165
RGB
CMYK
RGB Variations
Color information
#726165 (or 0x726165) is known color: Scorpion. HEX triplet: 72, 61 and 65. RGB value is (114,97,101). Sum of RGB (Red+Green+Blue) = 114+97+101=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726165 is #8D9E9A. Grayscale: #666666. Windows color (decimal): -9281179 or 6644082. OLE color: 6644082.
HSL color Cylindrical-coordinate representation of color #726165: hue angle of 345.88º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726165 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 101 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.55 |
| HSL | 345.88º | 0.08% | 0.41% | - |
| HSV(B) | 345.88º | 0.15% | 0.45% | - |
| XYZ | 13.56 | 13.07 | 14.12 | - |
| YUV | 102.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 101 | 0 | 0.15 | 0.11 | 0.55 | 345.88 | 0.08 | 0.41 |
| Hex | 72 | 61 | 65 | 0 | F | B | 37 | 15A | 8 | 29 |
| Octal | 162 | 141 | 145 | 0 | 17 | 13 | 67 | 532 | 10 | 51 |
| Binary | 1110010 | 1100001 | 1100101 | 0 | 1111 | 1011 | 110111 | 101011010 | 1000 | 101001 |
Color Harmonies of #726165
Complementary color
Monochromatic Colors of #726165
Black with #726165
Text Example
Text Example
White with #726165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726165; }
p { color: rgb(114,97,101); }
H1.HeaderClassName
{
color: #726165;
}
.AnyTagClassName
{
color: #726165;
}
</style>
background-color css
<style>
a { background-color: #726165; }
a { background-color: rgb(114,97,101); }
div.DivClassName
{
background-color: #726165;
}
.BgClassName
{
background-color: #726165;
}
</style>
border-color css
<style>
span { border-color: #726165; }
span { border-color: rgb(114,97,101); }
td.TdClassName
{
border-color: #726165;
}
.TagClassName
{
border-color: #726165;
}
</style>