Shades of Scorpion #746369
Tints of Scorpion #746369
RGB
CMYK
RGB Variations
Color information
#746369 (or 0x746369) is known color: Scorpion. HEX triplet: 74, 63 and 69. RGB value is (116,99,105). Sum of RGB (Red+Green+Blue) = 116+99+105=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746369 is #8B9C96. Grayscale: #686868. Windows color (decimal): -9149591 or 6906740. OLE color: 6906740.
HSL color Cylindrical-coordinate representation of color #746369: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746369 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 105 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.55 |
| HSL | 338.82º | 0.08% | 0.42% | - |
| HSV(B) | 338.82º | 0.15% | 0.45% | - |
| XYZ | 14.21 | 13.66 | 15.25 | - |
| YUV | 104.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 105 | 0 | 0.15 | 0.09 | 0.55 | 338.82 | 0.08 | 0.42 |
| Hex | 74 | 63 | 69 | 0 | F | 9 | 37 | 153 | 8 | 2A |
| Octal | 164 | 143 | 151 | 0 | 17 | 11 | 67 | 523 | 10 | 52 |
| Binary | 1110100 | 1100011 | 1101001 | 0 | 1111 | 1001 | 110111 | 101010011 | 1000 | 101010 |
Color Harmonies of #746369
Complementary color
Monochromatic Colors of #746369
Black with #746369
Text Example
Text Example
White with #746369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746369; }
p { color: rgb(116,99,105); }
H1.HeaderClassName
{
color: #746369;
}
.AnyTagClassName
{
color: #746369;
}
</style>
background-color css
<style>
a { background-color: #746369; }
a { background-color: rgb(116,99,105); }
div.DivClassName
{
background-color: #746369;
}
.BgClassName
{
background-color: #746369;
}
</style>
border-color css
<style>
span { border-color: #746369; }
span { border-color: rgb(116,99,105); }
td.TdClassName
{
border-color: #746369;
}
.TagClassName
{
border-color: #746369;
}
</style>