Shades of Scorpion #7A666F
Tints of Scorpion #7A666F
RGB
CMYK
RGB Variations
Color information
#7A666F (or 0x7A666F) is known color: Scorpion. HEX triplet: 7A, 66 and 6F. RGB value is (122,102,111). Sum of RGB (Red+Green+Blue) = 122+102+111=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A666F is #859990. Grayscale: #6C6C6C. Windows color (decimal): -8755601 or 7300730. OLE color: 7300730.
HSL color Cylindrical-coordinate representation of color #7A666F: hue angle of 333º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A666F is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 111 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.52 |
| HSL | 333º | 0.09% | 0.44% | - |
| HSV(B) | 333º | 0.16% | 0.48% | - |
| XYZ | 15.65 | 14.79 | 17.07 | - |
| YUV | 109.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 111 | 0 | 0.16 | 0.09 | 0.52 | 333 | 0.09 | 0.44 |
| Hex | 7A | 66 | 6F | 0 | 10 | 9 | 34 | 14D | 9 | 2C |
| Octal | 172 | 146 | 157 | 0 | 20 | 11 | 64 | 515 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1101111 | 0 | 10000 | 1001 | 110100 | 101001101 | 1001 | 101100 |
Color Harmonies of #7A666F
Complementary color
Monochromatic Colors of #7A666F
Black with #7A666F
Text Example
Text Example
White with #7A666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A666F; }
p { color: rgb(122,102,111); }
H1.HeaderClassName
{
color: #7A666F;
}
.AnyTagClassName
{
color: #7A666F;
}
</style>
background-color css
<style>
a { background-color: #7A666F; }
a { background-color: rgb(122,102,111); }
div.DivClassName
{
background-color: #7A666F;
}
.BgClassName
{
background-color: #7A666F;
}
</style>
border-color css
<style>
span { border-color: #7A666F; }
span { border-color: rgb(122,102,111); }
td.TdClassName
{
border-color: #7A666F;
}
.TagClassName
{
border-color: #7A666F;
}
</style>