Shades of Scorpion #7A5F6C
Tints of Scorpion #7A5F6C
RGB
CMYK
RGB Variations
Color information
#7A5F6C (or 0x7A5F6C) is known color: Scorpion. HEX triplet: 7A, 5F and 6C. RGB value is (122,95,108). Sum of RGB (Red+Green+Blue) = 122+95+108=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F6C is #85A093. Grayscale: #686868. Windows color (decimal): -8757396 or 7102330. OLE color: 7102330.
HSL color Cylindrical-coordinate representation of color #7A5F6C: hue angle of 331.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A5F6C is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 108 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.52 |
| HSL | 331.11º | 0.12% | 0.43% | - |
| HSV(B) | 331.11º | 0.22% | 0.48% | - |
| XYZ | 14.83 | 13.4 | 15.99 | - |
| YUV | 104.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 108 | 0 | 0.22 | 0.11 | 0.52 | 331.11 | 0.12 | 0.43 |
| Hex | 7A | 5F | 6C | 0 | 16 | B | 34 | 14B | C | 2B |
| Octal | 172 | 137 | 154 | 0 | 26 | 13 | 64 | 513 | 14 | 53 |
| Binary | 1111010 | 1011111 | 1101100 | 0 | 10110 | 1011 | 110100 | 101001011 | 1100 | 101011 |
Color Harmonies of #7A5F6C
Complementary color
Monochromatic Colors of #7A5F6C
Black with #7A5F6C
Text Example
Text Example
White with #7A5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F6C; }
p { color: rgb(122,95,108); }
H1.HeaderClassName
{
color: #7A5F6C;
}
.AnyTagClassName
{
color: #7A5F6C;
}
</style>
background-color css
<style>
a { background-color: #7A5F6C; }
a { background-color: rgb(122,95,108); }
div.DivClassName
{
background-color: #7A5F6C;
}
.BgClassName
{
background-color: #7A5F6C;
}
</style>
border-color css
<style>
span { border-color: #7A5F6C; }
span { border-color: rgb(122,95,108); }
td.TdClassName
{
border-color: #7A5F6C;
}
.TagClassName
{
border-color: #7A5F6C;
}
</style>