Shades of Scorpion #7B646C
Tints of Scorpion #7B646C
RGB
CMYK
RGB Variations
Color information
#7B646C (or 0x7B646C) is known color: Scorpion. HEX triplet: 7B, 64 and 6C. RGB value is (123,100,108). Sum of RGB (Red+Green+Blue) = 123+100+108=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B646C is #849B93. Grayscale: #6B6B6B. Windows color (decimal): -8690580 or 7103611. OLE color: 7103611.
HSL color Cylindrical-coordinate representation of color #7B646C: hue angle of 339.13º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B646C is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 108 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.52 |
| HSL | 339.13º | 0.1% | 0.44% | - |
| HSV(B) | 339.13º | 0.19% | 0.48% | - |
| XYZ | 15.43 | 14.41 | 16.16 | - |
| YUV | 107.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 108 | 0 | 0.19 | 0.12 | 0.52 | 339.13 | 0.1 | 0.44 |
| Hex | 7B | 64 | 6C | 0 | 13 | C | 34 | 153 | A | 2C |
| Octal | 173 | 144 | 154 | 0 | 23 | 14 | 64 | 523 | 12 | 54 |
| Binary | 1111011 | 1100100 | 1101100 | 0 | 10011 | 1100 | 110100 | 101010011 | 1010 | 101100 |
Color Harmonies of #7B646C
Complementary color
Monochromatic Colors of #7B646C
Black with #7B646C
Text Example
Text Example
White with #7B646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B646C; }
p { color: rgb(123,100,108); }
H1.HeaderClassName
{
color: #7B646C;
}
.AnyTagClassName
{
color: #7B646C;
}
</style>
background-color css
<style>
a { background-color: #7B646C; }
a { background-color: rgb(123,100,108); }
div.DivClassName
{
background-color: #7B646C;
}
.BgClassName
{
background-color: #7B646C;
}
</style>
border-color css
<style>
span { border-color: #7B646C; }
span { border-color: rgb(123,100,108); }
td.TdClassName
{
border-color: #7B646C;
}
.TagClassName
{
border-color: #7B646C;
}
</style>