Shades of Scorpion #745C65
Tints of Scorpion #745C65
RGB
CMYK
RGB Variations
Color information
#745C65 (or 0x745C65) is known color: Scorpion. HEX triplet: 74, 5C and 65. RGB value is (116,92,101). Sum of RGB (Red+Green+Blue) = 116+92+101=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #745C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C65 is #8BA39A. Grayscale: #646464. Windows color (decimal): -9151387 or 6642804. OLE color: 6642804.
HSL color Cylindrical-coordinate representation of color #745C65: hue angle of 337.5º 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 #745C65 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 101 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.55 |
| HSL | 337.5º | 0.12% | 0.41% | - |
| HSV(B) | 337.5º | 0.21% | 0.45% | - |
| XYZ | 13.38 | 12.31 | 13.98 | - |
| YUV | 100.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 101 | 0 | 0.21 | 0.13 | 0.55 | 337.5 | 0.12 | 0.41 |
| Hex | 74 | 5C | 65 | 0 | 15 | D | 37 | 152 | C | 29 |
| Octal | 164 | 134 | 145 | 0 | 25 | 15 | 67 | 522 | 14 | 51 |
| Binary | 1110100 | 1011100 | 1100101 | 0 | 10101 | 1101 | 110111 | 101010010 | 1100 | 101001 |
Color Harmonies of #745C65
Complementary color
Monochromatic Colors of #745C65
Black with #745C65
Text Example
Text Example
White with #745C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C65; }
p { color: rgb(116,92,101); }
H1.HeaderClassName
{
color: #745C65;
}
.AnyTagClassName
{
color: #745C65;
}
</style>
background-color css
<style>
a { background-color: #745C65; }
a { background-color: rgb(116,92,101); }
div.DivClassName
{
background-color: #745C65;
}
.BgClassName
{
background-color: #745C65;
}
</style>
border-color css
<style>
span { border-color: #745C65; }
span { border-color: rgb(116,92,101); }
td.TdClassName
{
border-color: #745C65;
}
.TagClassName
{
border-color: #745C65;
}
</style>