Shades of Scorpion #7A636B
Tints of Scorpion #7A636B
RGB
CMYK
RGB Variations
Color information
#7A636B (or 0x7A636B) is known color: Scorpion. HEX triplet: 7A, 63 and 6B. RGB value is (122,99,107). Sum of RGB (Red+Green+Blue) = 122+99+107=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A636B is #859C94. Grayscale: #6A6A6A. Windows color (decimal): -8756373 or 7037818. OLE color: 7037818.
HSL color Cylindrical-coordinate representation of color #7A636B: hue angle of 339.13º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A636B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 107 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.52 |
| HSL | 339.13º | 0.1% | 0.43% | - |
| HSV(B) | 339.13º | 0.19% | 0.48% | - |
| XYZ | 15.14 | 14.12 | 15.84 | - |
| YUV | 106.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 107 | 0 | 0.19 | 0.12 | 0.52 | 339.13 | 0.1 | 0.43 |
| Hex | 7A | 63 | 6B | 0 | 13 | C | 34 | 153 | A | 2B |
| Octal | 172 | 143 | 153 | 0 | 23 | 14 | 64 | 523 | 12 | 53 |
| Binary | 1111010 | 1100011 | 1101011 | 0 | 10011 | 1100 | 110100 | 101010011 | 1010 | 101011 |
Color Harmonies of #7A636B
Complementary color
Monochromatic Colors of #7A636B
Black with #7A636B
Text Example
Text Example
White with #7A636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A636B; }
p { color: rgb(122,99,107); }
H1.HeaderClassName
{
color: #7A636B;
}
.AnyTagClassName
{
color: #7A636B;
}
</style>
background-color css
<style>
a { background-color: #7A636B; }
a { background-color: rgb(122,99,107); }
div.DivClassName
{
background-color: #7A636B;
}
.BgClassName
{
background-color: #7A636B;
}
</style>
border-color css
<style>
span { border-color: #7A636B; }
span { border-color: rgb(122,99,107); }
td.TdClassName
{
border-color: #7A636B;
}
.TagClassName
{
border-color: #7A636B;
}
</style>