Shades of Scorpion #7B6670
Tints of Scorpion #7B6670
RGB
CMYK
RGB Variations
Color information
#7B6670 (or 0x7B6670) is known color: Scorpion. HEX triplet: 7B, 66 and 70. RGB value is (123,102,112). Sum of RGB (Red+Green+Blue) = 123+102+112=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6670 is #84998F. Grayscale: #6D6D6D. Windows color (decimal): -8690064 or 7366267. OLE color: 7366267.
HSL color Cylindrical-coordinate representation of color #7B6670: hue angle of 331.43º 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 #7B6670 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 112 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.52 |
| HSL | 331.43º | 0.09% | 0.44% | - |
| HSV(B) | 331.43º | 0.17% | 0.48% | - |
| XYZ | 15.84 | 14.88 | 17.37 | - |
| YUV | 109.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 112 | 0 | 0.17 | 0.09 | 0.52 | 331.43 | 0.09 | 0.44 |
| Hex | 7B | 66 | 70 | 0 | 11 | 9 | 34 | 14B | 9 | 2C |
| Octal | 173 | 146 | 160 | 0 | 21 | 11 | 64 | 513 | 11 | 54 |
| Binary | 1111011 | 1100110 | 1110000 | 0 | 10001 | 1001 | 110100 | 101001011 | 1001 | 101100 |
Color Harmonies of #7B6670
Complementary color
Monochromatic Colors of #7B6670
Black with #7B6670
Text Example
Text Example
White with #7B6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6670; }
p { color: rgb(123,102,112); }
H1.HeaderClassName
{
color: #7B6670;
}
.AnyTagClassName
{
color: #7B6670;
}
</style>
background-color css
<style>
a { background-color: #7B6670; }
a { background-color: rgb(123,102,112); }
div.DivClassName
{
background-color: #7B6670;
}
.BgClassName
{
background-color: #7B6670;
}
</style>
border-color css
<style>
span { border-color: #7B6670; }
span { border-color: rgb(123,102,112); }
td.TdClassName
{
border-color: #7B6670;
}
.TagClassName
{
border-color: #7B6670;
}
</style>