Shades of Scorpion #78636B
Tints of Scorpion #78636B
RGB
CMYK
RGB Variations
Color information
#78636B (or 0x78636B) is known color: Scorpion. HEX triplet: 78, 63 and 6B. RGB value is (120,99,107). Sum of RGB (Red+Green+Blue) = 120+99+107=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78636B is #879C94. Grayscale: #6A6A6A. Windows color (decimal): -8887445 or 7037816. OLE color: 7037816.
HSL color Cylindrical-coordinate representation of color #78636B: hue angle of 337.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78636B is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 99 | 107 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.53 |
| HSL | 337.14º | 0.1% | 0.43% | - |
| HSV(B) | 337.14º | 0.18% | 0.47% | - |
| XYZ | 14.86 | 13.98 | 15.82 | - |
| YUV | 106.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 107 | 0 | 0.17 | 0.11 | 0.53 | 337.14 | 0.1 | 0.43 |
| Hex | 78 | 63 | 6B | 0 | 11 | B | 35 | 151 | A | 2B |
| Octal | 170 | 143 | 153 | 0 | 21 | 13 | 65 | 521 | 12 | 53 |
| Binary | 1111000 | 1100011 | 1101011 | 0 | 10001 | 1011 | 110101 | 101010001 | 1010 | 101011 |
Color Harmonies of #78636B
Complementary color
Monochromatic Colors of #78636B
Black with #78636B
Text Example
Text Example
White with #78636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78636B; }
p { color: rgb(120,99,107); }
H1.HeaderClassName
{
color: #78636B;
}
.AnyTagClassName
{
color: #78636B;
}
</style>
background-color css
<style>
a { background-color: #78636B; }
a { background-color: rgb(120,99,107); }
div.DivClassName
{
background-color: #78636B;
}
.BgClassName
{
background-color: #78636B;
}
</style>
border-color css
<style>
span { border-color: #78636B; }
span { border-color: rgb(120,99,107); }
td.TdClassName
{
border-color: #78636B;
}
.TagClassName
{
border-color: #78636B;
}
</style>