Shades of Scorpion #746A6E
Tints of Scorpion #746A6E
RGB
CMYK
RGB Variations
Color information
#746A6E (or 0x746A6E) is known color: Scorpion. HEX triplet: 74, 6A and 6E. RGB value is (116,106,110). Sum of RGB (Red+Green+Blue) = 116+106+110=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6E is #8B9591. Grayscale: #6D6D6D. Windows color (decimal): -9147794 or 7236212. OLE color: 7236212.
HSL color Cylindrical-coordinate representation of color #746A6E: hue angle of 336º 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 #746A6E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 110 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.55 |
| HSL | 336º | 0.05% | 0.44% | - |
| HSV(B) | 336º | 0.09% | 0.45% | - |
| XYZ | 15.17 | 15.15 | 16.88 | - |
| YUV | 109.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 110 | 0 | 0.09 | 0.05 | 0.55 | 336 | 0.05 | 0.44 |
| Hex | 74 | 6A | 6E | 0 | 9 | 5 | 37 | 150 | 5 | 2C |
| Octal | 164 | 152 | 156 | 0 | 11 | 5 | 67 | 520 | 5 | 54 |
| Binary | 1110100 | 1101010 | 1101110 | 0 | 1001 | 101 | 110111 | 101010000 | 101 | 101100 |
Color Harmonies of #746A6E
Complementary color
Monochromatic Colors of #746A6E
Black with #746A6E
Text Example
Text Example
White with #746A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A6E; }
p { color: rgb(116,106,110); }
H1.HeaderClassName
{
color: #746A6E;
}
.AnyTagClassName
{
color: #746A6E;
}
</style>
background-color css
<style>
a { background-color: #746A6E; }
a { background-color: rgb(116,106,110); }
div.DivClassName
{
background-color: #746A6E;
}
.BgClassName
{
background-color: #746A6E;
}
</style>
border-color css
<style>
span { border-color: #746A6E; }
span { border-color: rgb(116,106,110); }
td.TdClassName
{
border-color: #746A6E;
}
.TagClassName
{
border-color: #746A6E;
}
</style>