Shades of Scorpion #7B636C
Tints of Scorpion #7B636C
RGB
CMYK
RGB Variations
Color information
#7B636C (or 0x7B636C) is known color: Scorpion. HEX triplet: 7B, 63 and 6C. RGB value is (123,99,108). Sum of RGB (Red+Green+Blue) = 123+99+108=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B636C is #849C93. Grayscale: #6B6B6B. Windows color (decimal): -8690836 or 7103355. OLE color: 7103355.
HSL color Cylindrical-coordinate representation of color #7B636C: hue angle of 337.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B636C is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 108 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.52 |
| HSL | 337.5º | 0.11% | 0.44% | - |
| HSV(B) | 337.5º | 0.2% | 0.48% | - |
| XYZ | 15.34 | 14.22 | 16.12 | - |
| YUV | 107.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 108 | 0 | 0.20 | 0.12 | 0.52 | 337.5 | 0.11 | 0.44 |
| Hex | 7B | 63 | 6C | 0 | 14 | C | 34 | 152 | B | 2C |
| Octal | 173 | 143 | 154 | 0 | 24 | 14 | 64 | 522 | 13 | 54 |
| Binary | 1111011 | 1100011 | 1101100 | 0 | 10100 | 1100 | 110100 | 101010010 | 1011 | 101100 |
Color Harmonies of #7B636C
Complementary color
Monochromatic Colors of #7B636C
Black with #7B636C
Text Example
Text Example
White with #7B636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B636C; }
p { color: rgb(123,99,108); }
H1.HeaderClassName
{
color: #7B636C;
}
.AnyTagClassName
{
color: #7B636C;
}
</style>
background-color css
<style>
a { background-color: #7B636C; }
a { background-color: rgb(123,99,108); }
div.DivClassName
{
background-color: #7B636C;
}
.BgClassName
{
background-color: #7B636C;
}
</style>
border-color css
<style>
span { border-color: #7B636C; }
span { border-color: rgb(123,99,108); }
td.TdClassName
{
border-color: #7B636C;
}
.TagClassName
{
border-color: #7B636C;
}
</style>