Shades of Scorpion #765B64
Tints of Scorpion #765B64
RGB
CMYK
RGB Variations
Color information
#765B64 (or 0x765B64) is known color: Scorpion. HEX triplet: 76, 5B and 64. RGB value is (118,91,100). Sum of RGB (Red+Green+Blue) = 118+91+100=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B64 is #89A49B. Grayscale: #646464. Windows color (decimal): -9020572 or 6577014. OLE color: 6577014.
HSL color Cylindrical-coordinate representation of color #765B64: hue angle of 340º 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 #765B64 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 100 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.54 |
| HSL | 340º | 0.13% | 0.41% | - |
| HSV(B) | 340º | 0.23% | 0.46% | - |
| XYZ | 13.51 | 12.25 | 13.71 | - |
| YUV | 100.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 100 | 0 | 0.23 | 0.15 | 0.54 | 340 | 0.13 | 0.41 |
| Hex | 76 | 5B | 64 | 0 | 17 | F | 36 | 154 | D | 29 |
| Octal | 166 | 133 | 144 | 0 | 27 | 17 | 66 | 524 | 15 | 51 |
| Binary | 1110110 | 1011011 | 1100100 | 0 | 10111 | 1111 | 110110 | 101010100 | 1101 | 101001 |
Color Harmonies of #765B64
Complementary color
Monochromatic Colors of #765B64
Black with #765B64
Text Example
Text Example
White with #765B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B64; }
p { color: rgb(118,91,100); }
H1.HeaderClassName
{
color: #765B64;
}
.AnyTagClassName
{
color: #765B64;
}
</style>
background-color css
<style>
a { background-color: #765B64; }
a { background-color: rgb(118,91,100); }
div.DivClassName
{
background-color: #765B64;
}
.BgClassName
{
background-color: #765B64;
}
</style>
border-color css
<style>
span { border-color: #765B64; }
span { border-color: rgb(118,91,100); }
td.TdClassName
{
border-color: #765B64;
}
.TagClassName
{
border-color: #765B64;
}
</style>