Shades of Scorpion #775A63
Tints of Scorpion #775A63
RGB
CMYK
RGB Variations
Color information
#775A63 (or 0x775A63) is known color: Scorpion. HEX triplet: 77, 5A and 63. RGB value is (119,90,99). Sum of RGB (Red+Green+Blue) = 119+90+99=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A63 is #88A59C. Grayscale: #636363. Windows color (decimal): -8955293 or 6511223. OLE color: 6511223.
HSL color Cylindrical-coordinate representation of color #775A63: hue angle of 341.38º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775A63 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 99 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.53 |
| HSL | 341.38º | 0.14% | 0.41% | - |
| HSV(B) | 341.38º | 0.24% | 0.47% | - |
| XYZ | 13.52 | 12.14 | 13.43 | - |
| YUV | 99.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 99 | 0 | 0.24 | 0.17 | 0.53 | 341.38 | 0.14 | 0.41 |
| Hex | 77 | 5A | 63 | 0 | 18 | 11 | 35 | 155 | E | 29 |
| Octal | 167 | 132 | 143 | 0 | 30 | 21 | 65 | 525 | 16 | 51 |
| Binary | 1110111 | 1011010 | 1100011 | 0 | 11000 | 10001 | 110101 | 101010101 | 1110 | 101001 |
Color Harmonies of #775A63
Complementary color
Monochromatic Colors of #775A63
Black with #775A63
Text Example
Text Example
White with #775A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A63; }
p { color: rgb(119,90,99); }
H1.HeaderClassName
{
color: #775A63;
}
.AnyTagClassName
{
color: #775A63;
}
</style>
background-color css
<style>
a { background-color: #775A63; }
a { background-color: rgb(119,90,99); }
div.DivClassName
{
background-color: #775A63;
}
.BgClassName
{
background-color: #775A63;
}
</style>
border-color css
<style>
span { border-color: #775A63; }
span { border-color: rgb(119,90,99); }
td.TdClassName
{
border-color: #775A63;
}
.TagClassName
{
border-color: #775A63;
}
</style>