Shades of Scorpion #7B656C
Tints of Scorpion #7B656C
RGB
CMYK
RGB Variations
Color information
#7B656C (or 0x7B656C) is known color: Scorpion. HEX triplet: 7B, 65 and 6C. RGB value is (123,101,108). Sum of RGB (Red+Green+Blue) = 123+101+108=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B656C is #849A93. Grayscale: #6C6C6C. Windows color (decimal): -8690324 or 7103867. OLE color: 7103867.
HSL color Cylindrical-coordinate representation of color #7B656C: hue angle of 340.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B656C is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 108 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.52 |
| HSL | 340.91º | 0.1% | 0.44% | - |
| HSV(B) | 340.91º | 0.18% | 0.48% | - |
| XYZ | 15.53 | 14.6 | 16.19 | - |
| YUV | 108.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 108 | 0 | 0.18 | 0.12 | 0.52 | 340.91 | 0.1 | 0.44 |
| Hex | 7B | 65 | 6C | 0 | 12 | C | 34 | 155 | A | 2C |
| Octal | 173 | 145 | 154 | 0 | 22 | 14 | 64 | 525 | 12 | 54 |
| Binary | 1111011 | 1100101 | 1101100 | 0 | 10010 | 1100 | 110100 | 101010101 | 1010 | 101100 |
Color Harmonies of #7B656C
Complementary color
Monochromatic Colors of #7B656C
Black with #7B656C
Text Example
Text Example
White with #7B656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B656C; }
p { color: rgb(123,101,108); }
H1.HeaderClassName
{
color: #7B656C;
}
.AnyTagClassName
{
color: #7B656C;
}
</style>
background-color css
<style>
a { background-color: #7B656C; }
a { background-color: rgb(123,101,108); }
div.DivClassName
{
background-color: #7B656C;
}
.BgClassName
{
background-color: #7B656C;
}
</style>
border-color css
<style>
span { border-color: #7B656C; }
span { border-color: rgb(123,101,108); }
td.TdClassName
{
border-color: #7B656C;
}
.TagClassName
{
border-color: #7B656C;
}
</style>