Shades of Scorpion #7B6671
Tints of Scorpion #7B6671
RGB
CMYK
RGB Variations
Color information
#7B6671 (or 0x7B6671) is known color: Scorpion. HEX triplet: 7B, 66 and 71. RGB value is (123,102,113). Sum of RGB (Red+Green+Blue) = 123+102+113=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6671 is #84998E. Grayscale: #6D6D6D. Windows color (decimal): -8690063 or 7431803. OLE color: 7431803.
HSL color Cylindrical-coordinate representation of color #7B6671: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B6671 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 113 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.52 |
| HSL | 328.57º | 0.09% | 0.44% | - |
| HSV(B) | 328.57º | 0.17% | 0.48% | - |
| XYZ | 15.9 | 14.91 | 17.66 | - |
| YUV | 109.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 113 | 0 | 0.17 | 0.08 | 0.52 | 328.57 | 0.09 | 0.44 |
| Hex | 7B | 66 | 71 | 0 | 11 | 8 | 34 | 149 | 9 | 2C |
| Octal | 173 | 146 | 161 | 0 | 21 | 10 | 64 | 511 | 11 | 54 |
| Binary | 1111011 | 1100110 | 1110001 | 0 | 10001 | 1000 | 110100 | 101001001 | 1001 | 101100 |
Color Harmonies of #7B6671
Complementary color
Monochromatic Colors of #7B6671
Black with #7B6671
Text Example
Text Example
White with #7B6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6671; }
p { color: rgb(123,102,113); }
H1.HeaderClassName
{
color: #7B6671;
}
.AnyTagClassName
{
color: #7B6671;
}
</style>
background-color css
<style>
a { background-color: #7B6671; }
a { background-color: rgb(123,102,113); }
div.DivClassName
{
background-color: #7B6671;
}
.BgClassName
{
background-color: #7B6671;
}
</style>
border-color css
<style>
span { border-color: #7B6671; }
span { border-color: rgb(123,102,113); }
td.TdClassName
{
border-color: #7B6671;
}
.TagClassName
{
border-color: #7B6671;
}
</style>