Shades of Scorpion #765E64
Tints of Scorpion #765E64
RGB
CMYK
RGB Variations
Color information
#765E64 (or 0x765E64) is known color: Scorpion. HEX triplet: 76, 5E and 64. RGB value is (118,94,100). Sum of RGB (Red+Green+Blue) = 118+94+100=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E64 is #89A19B. Grayscale: #656565. Windows color (decimal): -9019804 or 6577782. OLE color: 6577782.
HSL color Cylindrical-coordinate representation of color #765E64: hue angle of 345º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765E64 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 100 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.54 |
| HSL | 345º | 0.11% | 0.42% | - |
| HSV(B) | 345º | 0.2% | 0.46% | - |
| XYZ | 13.77 | 12.78 | 13.8 | - |
| YUV | 101.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 100 | 0 | 0.20 | 0.15 | 0.54 | 345 | 0.11 | 0.42 |
| Hex | 76 | 5E | 64 | 0 | 14 | F | 36 | 159 | B | 2A |
| Octal | 166 | 136 | 144 | 0 | 24 | 17 | 66 | 531 | 13 | 52 |
| Binary | 1110110 | 1011110 | 1100100 | 0 | 10100 | 1111 | 110110 | 101011001 | 1011 | 101010 |
Color Harmonies of #765E64
Complementary color
Monochromatic Colors of #765E64
Black with #765E64
Text Example
Text Example
White with #765E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E64; }
p { color: rgb(118,94,100); }
H1.HeaderClassName
{
color: #765E64;
}
.AnyTagClassName
{
color: #765E64;
}
</style>
background-color css
<style>
a { background-color: #765E64; }
a { background-color: rgb(118,94,100); }
div.DivClassName
{
background-color: #765E64;
}
.BgClassName
{
background-color: #765E64;
}
</style>
border-color css
<style>
span { border-color: #765E64; }
span { border-color: rgb(118,94,100); }
td.TdClassName
{
border-color: #765E64;
}
.TagClassName
{
border-color: #765E64;
}
</style>