Shades of Scorpion #726064
Tints of Scorpion #726064
RGB
CMYK
RGB Variations
Color information
#726064 (or 0x726064) is known color: Scorpion. HEX triplet: 72, 60 and 64. RGB value is (114,96,100). Sum of RGB (Red+Green+Blue) = 114+96+100=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726064 is #8D9F9B. Grayscale: #656565. Windows color (decimal): -9281436 or 6578290. OLE color: 6578290.
HSL color Cylindrical-coordinate representation of color #726064: hue angle of 346.67º 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 #726064 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 100 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.55 |
| HSL | 346.67º | 0.09% | 0.41% | - |
| HSV(B) | 346.67º | 0.16% | 0.45% | - |
| XYZ | 13.42 | 12.86 | 13.83 | - |
| YUV | 101.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 100 | 0 | 0.16 | 0.12 | 0.55 | 346.67 | 0.09 | 0.41 |
| Hex | 72 | 60 | 64 | 0 | 10 | C | 37 | 15B | 9 | 29 |
| Octal | 162 | 140 | 144 | 0 | 20 | 14 | 67 | 533 | 11 | 51 |
| Binary | 1110010 | 1100000 | 1100100 | 0 | 10000 | 1100 | 110111 | 101011011 | 1001 | 101001 |
Color Harmonies of #726064
Complementary color
Monochromatic Colors of #726064
Black with #726064
Text Example
Text Example
White with #726064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726064; }
p { color: rgb(114,96,100); }
H1.HeaderClassName
{
color: #726064;
}
.AnyTagClassName
{
color: #726064;
}
</style>
background-color css
<style>
a { background-color: #726064; }
a { background-color: rgb(114,96,100); }
div.DivClassName
{
background-color: #726064;
}
.BgClassName
{
background-color: #726064;
}
</style>
border-color css
<style>
span { border-color: #726064; }
span { border-color: rgb(114,96,100); }
td.TdClassName
{
border-color: #726064;
}
.TagClassName
{
border-color: #726064;
}
</style>