Shades of Scorpion #775C65
Tints of Scorpion #775C65
RGB
CMYK
RGB Variations
Color information
#775C65 (or 0x775C65) is known color: Scorpion. HEX triplet: 77, 5C and 65. RGB value is (119,92,101). Sum of RGB (Red+Green+Blue) = 119+92+101=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #775C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C65 is #88A39A. Grayscale: #656565. Windows color (decimal): -8954779 or 6642807. OLE color: 6642807.
HSL color Cylindrical-coordinate representation of color #775C65: hue angle of 340º 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 #775C65 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 101 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.53 |
| HSL | 340º | 0.13% | 0.41% | - |
| HSV(B) | 340º | 0.23% | 0.47% | - |
| XYZ | 13.78 | 12.52 | 14 | - |
| YUV | 101.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 101 | 0 | 0.23 | 0.15 | 0.53 | 340 | 0.13 | 0.41 |
| Hex | 77 | 5C | 65 | 0 | 17 | F | 35 | 154 | D | 29 |
| Octal | 167 | 134 | 145 | 0 | 27 | 17 | 65 | 524 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1100101 | 0 | 10111 | 1111 | 110101 | 101010100 | 1101 | 101001 |
Color Harmonies of #775C65
Complementary color
Monochromatic Colors of #775C65
Black with #775C65
Text Example
Text Example
White with #775C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C65; }
p { color: rgb(119,92,101); }
H1.HeaderClassName
{
color: #775C65;
}
.AnyTagClassName
{
color: #775C65;
}
</style>
background-color css
<style>
a { background-color: #775C65; }
a { background-color: rgb(119,92,101); }
div.DivClassName
{
background-color: #775C65;
}
.BgClassName
{
background-color: #775C65;
}
</style>
border-color css
<style>
span { border-color: #775C65; }
span { border-color: rgb(119,92,101); }
td.TdClassName
{
border-color: #775C65;
}
.TagClassName
{
border-color: #775C65;
}
</style>