Shades of Scorpion #746065
Tints of Scorpion #746065
RGB
CMYK
RGB Variations
Color information
#746065 (or 0x746065) is known color: Scorpion. HEX triplet: 74, 60 and 65. RGB value is (116,96,101). Sum of RGB (Red+Green+Blue) = 116+96+101=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #746065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746065 is #8B9F9A. Grayscale: #666666. Windows color (decimal): -9150363 or 6643828. OLE color: 6643828.
HSL color Cylindrical-coordinate representation of color #746065: hue angle of 345º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #746065 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 101 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.55 |
| HSL | 345º | 0.09% | 0.42% | - |
| HSV(B) | 345º | 0.17% | 0.45% | - |
| XYZ | 13.73 | 13.02 | 14.1 | - |
| YUV | 102.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 101 | 0 | 0.17 | 0.13 | 0.55 | 345 | 0.09 | 0.42 |
| Hex | 74 | 60 | 65 | 0 | 11 | D | 37 | 159 | 9 | 2A |
| Octal | 164 | 140 | 145 | 0 | 21 | 15 | 67 | 531 | 11 | 52 |
| Binary | 1110100 | 1100000 | 1100101 | 0 | 10001 | 1101 | 110111 | 101011001 | 1001 | 101010 |
Color Harmonies of #746065
Complementary color
Monochromatic Colors of #746065
Black with #746065
Text Example
Text Example
White with #746065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746065; }
p { color: rgb(116,96,101); }
H1.HeaderClassName
{
color: #746065;
}
.AnyTagClassName
{
color: #746065;
}
</style>
background-color css
<style>
a { background-color: #746065; }
a { background-color: rgb(116,96,101); }
div.DivClassName
{
background-color: #746065;
}
.BgClassName
{
background-color: #746065;
}
</style>
border-color css
<style>
span { border-color: #746065; }
span { border-color: rgb(116,96,101); }
td.TdClassName
{
border-color: #746065;
}
.TagClassName
{
border-color: #746065;
}
</style>