Shades of Scorpion #736064
Tints of Scorpion #736064
RGB
CMYK
RGB Variations
Color information
#736064 (or 0x736064) is known color: Scorpion. HEX triplet: 73, 60 and 64. RGB value is (115,96,100). Sum of RGB (Red+Green+Blue) = 115+96+100=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #736064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736064 is #8C9F9B. Grayscale: #666666. Windows color (decimal): -9215900 or 6578291. OLE color: 6578291.
HSL color Cylindrical-coordinate representation of color #736064: hue angle of 347.37º 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 #736064 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 100 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.55 |
| HSL | 347.37º | 0.09% | 0.41% | - |
| HSV(B) | 347.37º | 0.17% | 0.45% | - |
| XYZ | 13.55 | 12.93 | 13.84 | - |
| YUV | 102.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 100 | 0 | 0.17 | 0.13 | 0.55 | 347.37 | 0.09 | 0.41 |
| Hex | 73 | 60 | 64 | 0 | 11 | D | 37 | 15B | 9 | 29 |
| Octal | 163 | 140 | 144 | 0 | 21 | 15 | 67 | 533 | 11 | 51 |
| Binary | 1110011 | 1100000 | 1100100 | 0 | 10001 | 1101 | 110111 | 101011011 | 1001 | 101001 |
Color Harmonies of #736064
Complementary color
Monochromatic Colors of #736064
Black with #736064
Text Example
Text Example
White with #736064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736064; }
p { color: rgb(115,96,100); }
H1.HeaderClassName
{
color: #736064;
}
.AnyTagClassName
{
color: #736064;
}
</style>
background-color css
<style>
a { background-color: #736064; }
a { background-color: rgb(115,96,100); }
div.DivClassName
{
background-color: #736064;
}
.BgClassName
{
background-color: #736064;
}
</style>
border-color css
<style>
span { border-color: #736064; }
span { border-color: rgb(115,96,100); }
td.TdClassName
{
border-color: #736064;
}
.TagClassName
{
border-color: #736064;
}
</style>