Shades of Scorpion #745D66
Tints of Scorpion #745D66
RGB
CMYK
RGB Variations
Color information
#745D66 (or 0x745D66) is known color: Scorpion. HEX triplet: 74, 5D and 66. RGB value is (116,93,102). Sum of RGB (Red+Green+Blue) = 116+93+102=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #745D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D66 is #8BA299. Grayscale: #646464. Windows color (decimal): -9151130 or 6708596. OLE color: 6708596.
HSL color Cylindrical-coordinate representation of color #745D66: hue angle of 336.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745D66 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 102 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.55 |
| HSL | 336.52º | 0.11% | 0.41% | - |
| HSV(B) | 336.52º | 0.2% | 0.45% | - |
| XYZ | 13.52 | 12.5 | 14.27 | - |
| YUV | 100.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 102 | 0 | 0.20 | 0.12 | 0.55 | 336.52 | 0.11 | 0.41 |
| Hex | 74 | 5D | 66 | 0 | 14 | C | 37 | 151 | B | 29 |
| Octal | 164 | 135 | 146 | 0 | 24 | 14 | 67 | 521 | 13 | 51 |
| Binary | 1110100 | 1011101 | 1100110 | 0 | 10100 | 1100 | 110111 | 101010001 | 1011 | 101001 |
Color Harmonies of #745D66
Complementary color
Monochromatic Colors of #745D66
Black with #745D66
Text Example
Text Example
White with #745D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D66; }
p { color: rgb(116,93,102); }
H1.HeaderClassName
{
color: #745D66;
}
.AnyTagClassName
{
color: #745D66;
}
</style>
background-color css
<style>
a { background-color: #745D66; }
a { background-color: rgb(116,93,102); }
div.DivClassName
{
background-color: #745D66;
}
.BgClassName
{
background-color: #745D66;
}
</style>
border-color css
<style>
span { border-color: #745D66; }
span { border-color: rgb(116,93,102); }
td.TdClassName
{
border-color: #745D66;
}
.TagClassName
{
border-color: #745D66;
}
</style>