Shades of Scorpion #745C64
Tints of Scorpion #745C64
RGB
CMYK
RGB Variations
Color information
#745C64 (or 0x745C64) is known color: Scorpion. HEX triplet: 74, 5C and 64. RGB value is (116,92,100). Sum of RGB (Red+Green+Blue) = 116+92+100=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #745C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C64 is #8BA39B. Grayscale: #646464. Windows color (decimal): -9151388 or 6577268. OLE color: 6577268.
HSL color Cylindrical-coordinate representation of color #745C64: hue angle of 340º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #745C64 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 100 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.55 |
| HSL | 340º | 0.12% | 0.41% | - |
| HSV(B) | 340º | 0.21% | 0.45% | - |
| XYZ | 13.33 | 12.29 | 13.73 | - |
| YUV | 100.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 100 | 0 | 0.21 | 0.14 | 0.55 | 340 | 0.12 | 0.41 |
| Hex | 74 | 5C | 64 | 0 | 15 | E | 37 | 154 | C | 29 |
| Octal | 164 | 134 | 144 | 0 | 25 | 16 | 67 | 524 | 14 | 51 |
| Binary | 1110100 | 1011100 | 1100100 | 0 | 10101 | 1110 | 110111 | 101010100 | 1100 | 101001 |
Color Harmonies of #745C64
Complementary color
Monochromatic Colors of #745C64
Black with #745C64
Text Example
Text Example
White with #745C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C64; }
p { color: rgb(116,92,100); }
H1.HeaderClassName
{
color: #745C64;
}
.AnyTagClassName
{
color: #745C64;
}
</style>
background-color css
<style>
a { background-color: #745C64; }
a { background-color: rgb(116,92,100); }
div.DivClassName
{
background-color: #745C64;
}
.BgClassName
{
background-color: #745C64;
}
</style>
border-color css
<style>
span { border-color: #745C64; }
span { border-color: rgb(116,92,100); }
td.TdClassName
{
border-color: #745C64;
}
.TagClassName
{
border-color: #745C64;
}
</style>