Shades of Scorpion #775C64
Tints of Scorpion #775C64
RGB
CMYK
RGB Variations
Color information
#775C64 (or 0x775C64) is known color: Scorpion. HEX triplet: 77, 5C and 64. RGB value is (119,92,100). Sum of RGB (Red+Green+Blue) = 119+92+100=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #775C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C64 is #88A39B. Grayscale: #646464. Windows color (decimal): -8954780 or 6577271. OLE color: 6577271.
HSL color Cylindrical-coordinate representation of color #775C64: hue angle of 342.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C64 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 100 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.53 |
| HSL | 342.22º | 0.13% | 0.41% | - |
| HSV(B) | 342.22º | 0.23% | 0.47% | - |
| XYZ | 13.74 | 12.5 | 13.74 | - |
| YUV | 100.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 100 | 0 | 0.23 | 0.16 | 0.53 | 342.22 | 0.13 | 0.41 |
| Hex | 77 | 5C | 64 | 0 | 17 | 10 | 35 | 156 | D | 29 |
| Octal | 167 | 134 | 144 | 0 | 27 | 20 | 65 | 526 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1100100 | 0 | 10111 | 10000 | 110101 | 101010110 | 1101 | 101001 |
Color Harmonies of #775C64
Complementary color
Monochromatic Colors of #775C64
Black with #775C64
Text Example
Text Example
White with #775C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C64; }
p { color: rgb(119,92,100); }
H1.HeaderClassName
{
color: #775C64;
}
.AnyTagClassName
{
color: #775C64;
}
</style>
background-color css
<style>
a { background-color: #775C64; }
a { background-color: rgb(119,92,100); }
div.DivClassName
{
background-color: #775C64;
}
.BgClassName
{
background-color: #775C64;
}
</style>
border-color css
<style>
span { border-color: #775C64; }
span { border-color: rgb(119,92,100); }
td.TdClassName
{
border-color: #775C64;
}
.TagClassName
{
border-color: #775C64;
}
</style>