Shades of Scorpion #755A63
Tints of Scorpion #755A63
RGB
CMYK
RGB Variations
Color information
#755A63 (or 0x755A63) is known color: Scorpion. HEX triplet: 75, 5A and 63. RGB value is (117,90,99). Sum of RGB (Red+Green+Blue) = 117+90+99=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A63 is #8AA59C. Grayscale: #636363. Windows color (decimal): -9086365 or 6511221. OLE color: 6511221.
HSL color Cylindrical-coordinate representation of color #755A63: 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 #755A63 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 99 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.54 |
| HSL | 340º | 0.13% | 0.41% | - |
| HSV(B) | 340º | 0.23% | 0.46% | - |
| XYZ | 13.24 | 12 | 13.42 | - |
| YUV | 99.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 99 | 0 | 0.23 | 0.15 | 0.54 | 340 | 0.13 | 0.41 |
| Hex | 75 | 5A | 63 | 0 | 17 | F | 36 | 154 | D | 29 |
| Octal | 165 | 132 | 143 | 0 | 27 | 17 | 66 | 524 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1100011 | 0 | 10111 | 1111 | 110110 | 101010100 | 1101 | 101001 |
Color Harmonies of #755A63
Complementary color
Monochromatic Colors of #755A63
Black with #755A63
Text Example
Text Example
White with #755A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A63; }
p { color: rgb(117,90,99); }
H1.HeaderClassName
{
color: #755A63;
}
.AnyTagClassName
{
color: #755A63;
}
</style>
background-color css
<style>
a { background-color: #755A63; }
a { background-color: rgb(117,90,99); }
div.DivClassName
{
background-color: #755A63;
}
.BgClassName
{
background-color: #755A63;
}
</style>
border-color css
<style>
span { border-color: #755A63; }
span { border-color: rgb(117,90,99); }
td.TdClassName
{
border-color: #755A63;
}
.TagClassName
{
border-color: #755A63;
}
</style>