Shades of Scorpion #775D65
Tints of Scorpion #775D65
RGB
CMYK
RGB Variations
Color information
#775D65 (or 0x775D65) is known color: Scorpion. HEX triplet: 77, 5D and 65. RGB value is (119,93,101). Sum of RGB (Red+Green+Blue) = 119+93+101=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D65 is #88A29A. Grayscale: #656565. Windows color (decimal): -8954523 or 6643063. OLE color: 6643063.
HSL color Cylindrical-coordinate representation of color #775D65: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #775D65 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 101 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.53 |
| HSL | 341.54º | 0.12% | 0.42% | - |
| HSV(B) | 341.54º | 0.22% | 0.47% | - |
| XYZ | 13.87 | 12.69 | 14.03 | - |
| YUV | 101.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 101 | 0 | 0.22 | 0.15 | 0.53 | 341.54 | 0.12 | 0.42 |
| Hex | 77 | 5D | 65 | 0 | 16 | F | 35 | 156 | C | 2A |
| Octal | 167 | 135 | 145 | 0 | 26 | 17 | 65 | 526 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1100101 | 0 | 10110 | 1111 | 110101 | 101010110 | 1100 | 101010 |
Color Harmonies of #775D65
Complementary color
Monochromatic Colors of #775D65
Black with #775D65
Text Example
Text Example
White with #775D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D65; }
p { color: rgb(119,93,101); }
H1.HeaderClassName
{
color: #775D65;
}
.AnyTagClassName
{
color: #775D65;
}
</style>
background-color css
<style>
a { background-color: #775D65; }
a { background-color: rgb(119,93,101); }
div.DivClassName
{
background-color: #775D65;
}
.BgClassName
{
background-color: #775D65;
}
</style>
border-color css
<style>
span { border-color: #775D65; }
span { border-color: rgb(119,93,101); }
td.TdClassName
{
border-color: #775D65;
}
.TagClassName
{
border-color: #775D65;
}
</style>