Shades of Scorpion #755B64
Tints of Scorpion #755B64
RGB
CMYK
RGB Variations
Color information
#755B64 (or 0x755B64) is known color: Scorpion. HEX triplet: 75, 5B and 64. RGB value is (117,91,100). Sum of RGB (Red+Green+Blue) = 117+91+100=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #755B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B64 is #8AA49B. Grayscale: #636363. Windows color (decimal): -9086108 or 6577013. OLE color: 6577013.
HSL color Cylindrical-coordinate representation of color #755B64: hue angle of 339.23º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755B64 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 100 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.54 |
| HSL | 339.23º | 0.13% | 0.41% | - |
| HSV(B) | 339.23º | 0.22% | 0.46% | - |
| XYZ | 13.38 | 12.18 | 13.7 | - |
| YUV | 99.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 100 | 0 | 0.22 | 0.15 | 0.54 | 339.23 | 0.13 | 0.41 |
| Hex | 75 | 5B | 64 | 0 | 16 | F | 36 | 153 | C | 29 |
| Octal | 165 | 133 | 144 | 0 | 26 | 17 | 66 | 523 | 14 | 51 |
| Binary | 1110101 | 1011011 | 1100100 | 0 | 10110 | 1111 | 110110 | 101010011 | 1100 | 101001 |
Color Harmonies of #755B64
Complementary color
Monochromatic Colors of #755B64
Black with #755B64
Text Example
Text Example
White with #755B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B64; }
p { color: rgb(117,91,100); }
H1.HeaderClassName
{
color: #755B64;
}
.AnyTagClassName
{
color: #755B64;
}
</style>
background-color css
<style>
a { background-color: #755B64; }
a { background-color: rgb(117,91,100); }
div.DivClassName
{
background-color: #755B64;
}
.BgClassName
{
background-color: #755B64;
}
</style>
border-color css
<style>
span { border-color: #755B64; }
span { border-color: rgb(117,91,100); }
td.TdClassName
{
border-color: #755B64;
}
.TagClassName
{
border-color: #755B64;
}
</style>