Shades of Scorpion #745D68
Tints of Scorpion #745D68
RGB
CMYK
RGB Variations
Color information
#745D68 (or 0x745D68) is known color: Scorpion. HEX triplet: 74, 5D and 68. RGB value is (116,93,104). Sum of RGB (Red+Green+Blue) = 116+93+104=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #745D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D68 is #8BA297. Grayscale: #656565. Windows color (decimal): -9151128 or 6839668. OLE color: 6839668.
HSL color Cylindrical-coordinate representation of color #745D68: hue angle of 331.3º 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 #745D68 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 104 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.55 |
| HSL | 331.3º | 0.11% | 0.41% | - |
| HSV(B) | 331.3º | 0.2% | 0.45% | - |
| XYZ | 13.62 | 12.54 | 14.8 | - |
| YUV | 101.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 104 | 0 | 0.20 | 0.10 | 0.55 | 331.3 | 0.11 | 0.41 |
| Hex | 74 | 5D | 68 | 0 | 14 | A | 37 | 14B | B | 29 |
| Octal | 164 | 135 | 150 | 0 | 24 | 12 | 67 | 513 | 13 | 51 |
| Binary | 1110100 | 1011101 | 1101000 | 0 | 10100 | 1010 | 110111 | 101001011 | 1011 | 101001 |
Color Harmonies of #745D68
Complementary color
Monochromatic Colors of #745D68
Black with #745D68
Text Example
Text Example
White with #745D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D68; }
p { color: rgb(116,93,104); }
H1.HeaderClassName
{
color: #745D68;
}
.AnyTagClassName
{
color: #745D68;
}
</style>
background-color css
<style>
a { background-color: #745D68; }
a { background-color: rgb(116,93,104); }
div.DivClassName
{
background-color: #745D68;
}
.BgClassName
{
background-color: #745D68;
}
</style>
border-color css
<style>
span { border-color: #745D68; }
span { border-color: rgb(116,93,104); }
td.TdClassName
{
border-color: #745D68;
}
.TagClassName
{
border-color: #745D68;
}
</style>