Shades of Scorpion #765B63
Tints of Scorpion #765B63
RGB
CMYK
RGB Variations
Color information
#765B63 (or 0x765B63) is known color: Scorpion. HEX triplet: 76, 5B and 63. RGB value is (118,91,99). Sum of RGB (Red+Green+Blue) = 118+91+99=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B63 is #89A49C. Grayscale: #636363. Windows color (decimal): -9020573 or 6511478. OLE color: 6511478.
HSL color Cylindrical-coordinate representation of color #765B63: hue angle of 342.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765B63 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 99 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.54 |
| HSL | 342.22º | 0.13% | 0.41% | - |
| HSV(B) | 342.22º | 0.23% | 0.46% | - |
| XYZ | 13.46 | 12.23 | 13.46 | - |
| YUV | 99.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 99 | 0 | 0.23 | 0.16 | 0.54 | 342.22 | 0.13 | 0.41 |
| Hex | 76 | 5B | 63 | 0 | 17 | 10 | 36 | 156 | D | 29 |
| Octal | 166 | 133 | 143 | 0 | 27 | 20 | 66 | 526 | 15 | 51 |
| Binary | 1110110 | 1011011 | 1100011 | 0 | 10111 | 10000 | 110110 | 101010110 | 1101 | 101001 |
Color Harmonies of #765B63
Complementary color
Monochromatic Colors of #765B63
Black with #765B63
Text Example
Text Example
White with #765B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B63; }
p { color: rgb(118,91,99); }
H1.HeaderClassName
{
color: #765B63;
}
.AnyTagClassName
{
color: #765B63;
}
</style>
background-color css
<style>
a { background-color: #765B63; }
a { background-color: rgb(118,91,99); }
div.DivClassName
{
background-color: #765B63;
}
.BgClassName
{
background-color: #765B63;
}
</style>
border-color css
<style>
span { border-color: #765B63; }
span { border-color: rgb(118,91,99); }
td.TdClassName
{
border-color: #765B63;
}
.TagClassName
{
border-color: #765B63;
}
</style>