Shades of Scorpion #726065
Tints of Scorpion #726065
RGB
CMYK
RGB Variations
Color information
#726065 (or 0x726065) is known color: Scorpion. HEX triplet: 72, 60 and 65. RGB value is (114,96,101). Sum of RGB (Red+Green+Blue) = 114+96+101=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726065 is #8D9F9A. Grayscale: #656565. Windows color (decimal): -9281435 or 6643826. OLE color: 6643826.
HSL color Cylindrical-coordinate representation of color #726065: hue angle of 343.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726065 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 101 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.55 |
| HSL | 343.33º | 0.09% | 0.41% | - |
| HSV(B) | 343.33º | 0.16% | 0.45% | - |
| XYZ | 13.47 | 12.88 | 14.09 | - |
| YUV | 101.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 101 | 0 | 0.16 | 0.11 | 0.55 | 343.33 | 0.09 | 0.41 |
| Hex | 72 | 60 | 65 | 0 | 10 | B | 37 | 157 | 9 | 29 |
| Octal | 162 | 140 | 145 | 0 | 20 | 13 | 67 | 527 | 11 | 51 |
| Binary | 1110010 | 1100000 | 1100101 | 0 | 10000 | 1011 | 110111 | 101010111 | 1001 | 101001 |
Color Harmonies of #726065
Complementary color
Monochromatic Colors of #726065
Black with #726065
Text Example
Text Example
White with #726065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726065; }
p { color: rgb(114,96,101); }
H1.HeaderClassName
{
color: #726065;
}
.AnyTagClassName
{
color: #726065;
}
</style>
background-color css
<style>
a { background-color: #726065; }
a { background-color: rgb(114,96,101); }
div.DivClassName
{
background-color: #726065;
}
.BgClassName
{
background-color: #726065;
}
</style>
border-color css
<style>
span { border-color: #726065; }
span { border-color: rgb(114,96,101); }
td.TdClassName
{
border-color: #726065;
}
.TagClassName
{
border-color: #726065;
}
</style>