Shades of Scorpion #7A5C65
Tints of Scorpion #7A5C65
RGB
CMYK
RGB Variations
Color information
#7A5C65 (or 0x7A5C65) is known color: Scorpion. HEX triplet: 7A, 5C and 65. RGB value is (122,92,101). Sum of RGB (Red+Green+Blue) = 122+92+101=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C65 is #85A39A. Grayscale: #656565. Windows color (decimal): -8758171 or 6642810. OLE color: 6642810.
HSL color Cylindrical-coordinate representation of color #7A5C65: hue angle of 342º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5C65 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 92 | 101 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.52 |
| HSL | 342º | 0.14% | 0.42% | - |
| HSV(B) | 342º | 0.25% | 0.48% | - |
| XYZ | 14.2 | 12.73 | 14.02 | - |
| YUV | 102 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 101 | 0 | 0.25 | 0.17 | 0.52 | 342 | 0.14 | 0.42 |
| Hex | 7A | 5C | 65 | 0 | 19 | 11 | 34 | 156 | E | 2A |
| Octal | 172 | 134 | 145 | 0 | 31 | 21 | 64 | 526 | 16 | 52 |
| Binary | 1111010 | 1011100 | 1100101 | 0 | 11001 | 10001 | 110100 | 101010110 | 1110 | 101010 |
Color Harmonies of #7A5C65
Complementary color
Monochromatic Colors of #7A5C65
Black with #7A5C65
Text Example
Text Example
White with #7A5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5C65; }
p { color: rgb(122,92,101); }
H1.HeaderClassName
{
color: #7A5C65;
}
.AnyTagClassName
{
color: #7A5C65;
}
</style>
background-color css
<style>
a { background-color: #7A5C65; }
a { background-color: rgb(122,92,101); }
div.DivClassName
{
background-color: #7A5C65;
}
.BgClassName
{
background-color: #7A5C65;
}
</style>
border-color css
<style>
span { border-color: #7A5C65; }
span { border-color: rgb(122,92,101); }
td.TdClassName
{
border-color: #7A5C65;
}
.TagClassName
{
border-color: #7A5C65;
}
</style>