Shades of Scorpion #7B606B
Tints of Scorpion #7B606B
RGB
CMYK
RGB Variations
Color information
#7B606B (or 0x7B606B) is known color: Scorpion. HEX triplet: 7B, 60 and 6B. RGB value is (123,96,107). Sum of RGB (Red+Green+Blue) = 123+96+107=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B606B is #849F94. Grayscale: #696969. Windows color (decimal): -8691605 or 7037051. OLE color: 7037051.
HSL color Cylindrical-coordinate representation of color #7B606B: hue angle of 335.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B606B is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 107 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.52 |
| HSL | 335.56º | 0.12% | 0.43% | - |
| HSV(B) | 335.56º | 0.22% | 0.48% | - |
| XYZ | 15.01 | 13.64 | 15.75 | - |
| YUV | 105.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 107 | 0 | 0.22 | 0.13 | 0.52 | 335.56 | 0.12 | 0.43 |
| Hex | 7B | 60 | 6B | 0 | 16 | D | 34 | 150 | C | 2B |
| Octal | 173 | 140 | 153 | 0 | 26 | 15 | 64 | 520 | 14 | 53 |
| Binary | 1111011 | 1100000 | 1101011 | 0 | 10110 | 1101 | 110100 | 101010000 | 1100 | 101011 |
Color Harmonies of #7B606B
Complementary color
Monochromatic Colors of #7B606B
Black with #7B606B
Text Example
Text Example
White with #7B606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B606B; }
p { color: rgb(123,96,107); }
H1.HeaderClassName
{
color: #7B606B;
}
.AnyTagClassName
{
color: #7B606B;
}
</style>
background-color css
<style>
a { background-color: #7B606B; }
a { background-color: rgb(123,96,107); }
div.DivClassName
{
background-color: #7B606B;
}
.BgClassName
{
background-color: #7B606B;
}
</style>
border-color css
<style>
span { border-color: #7B606B; }
span { border-color: rgb(123,96,107); }
td.TdClassName
{
border-color: #7B606B;
}
.TagClassName
{
border-color: #7B606B;
}
</style>