Shades of Scorpion #746A6D
Tints of Scorpion #746A6D
RGB
CMYK
RGB Variations
Color information
#746A6D (or 0x746A6D) is known color: Scorpion. HEX triplet: 74, 6A and 6D. RGB value is (116,106,109). Sum of RGB (Red+Green+Blue) = 116+106+109=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6D is #8B9592. Grayscale: #6D6D6D. Windows color (decimal): -9147795 or 7170676. OLE color: 7170676.
HSL color Cylindrical-coordinate representation of color #746A6D: hue angle of 342º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746A6D is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 109 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.55 |
| HSL | 342º | 0.05% | 0.44% | - |
| HSV(B) | 342º | 0.09% | 0.45% | - |
| XYZ | 15.12 | 15.13 | 16.59 | - |
| YUV | 109.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 109 | 0 | 0.09 | 0.06 | 0.55 | 342 | 0.05 | 0.44 |
| Hex | 74 | 6A | 6D | 0 | 9 | 6 | 37 | 156 | 5 | 2C |
| Octal | 164 | 152 | 155 | 0 | 11 | 6 | 67 | 526 | 5 | 54 |
| Binary | 1110100 | 1101010 | 1101101 | 0 | 1001 | 110 | 110111 | 101010110 | 101 | 101100 |
Color Harmonies of #746A6D
Complementary color
Monochromatic Colors of #746A6D
Black with #746A6D
Text Example
Text Example
White with #746A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A6D; }
p { color: rgb(116,106,109); }
H1.HeaderClassName
{
color: #746A6D;
}
.AnyTagClassName
{
color: #746A6D;
}
</style>
background-color css
<style>
a { background-color: #746A6D; }
a { background-color: rgb(116,106,109); }
div.DivClassName
{
background-color: #746A6D;
}
.BgClassName
{
background-color: #746A6D;
}
</style>
border-color css
<style>
span { border-color: #746A6D; }
span { border-color: rgb(116,106,109); }
td.TdClassName
{
border-color: #746A6D;
}
.TagClassName
{
border-color: #746A6D;
}
</style>