Shades of Scorpion #756D70
Tints of Scorpion #756D70
RGB
CMYK
RGB Variations
Color information
#756D70 (or 0x756D70) is known color: Scorpion. HEX triplet: 75, 6D and 70. RGB value is (117,109,112). Sum of RGB (Red+Green+Blue) = 117+109+112=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #756D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D70 is #8A928F. Grayscale: #6F6F6F. Windows color (decimal): -9081488 or 7368053. OLE color: 7368053.
HSL color Cylindrical-coordinate representation of color #756D70: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D70 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 112 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.54 |
| HSL | 337.5º | 0.04% | 0.44% | - |
| HSV(B) | 337.5º | 0.07% | 0.46% | - |
| XYZ | 15.73 | 15.89 | 17.57 | - |
| YUV | 111.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 112 | 0 | 0.07 | 0.04 | 0.54 | 337.5 | 0.04 | 0.44 |
| Hex | 75 | 6D | 70 | 0 | 7 | 4 | 36 | 152 | 4 | 2C |
| Octal | 165 | 155 | 160 | 0 | 7 | 4 | 66 | 522 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1110000 | 0 | 111 | 100 | 110110 | 101010010 | 100 | 101100 |
Color Harmonies of #756D70
Complementary color
Monochromatic Colors of #756D70
Black with #756D70
Text Example
Text Example
White with #756D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D70; }
p { color: rgb(117,109,112); }
H1.HeaderClassName
{
color: #756D70;
}
.AnyTagClassName
{
color: #756D70;
}
</style>
background-color css
<style>
a { background-color: #756D70; }
a { background-color: rgb(117,109,112); }
div.DivClassName
{
background-color: #756D70;
}
.BgClassName
{
background-color: #756D70;
}
</style>
border-color css
<style>
span { border-color: #756D70; }
span { border-color: rgb(117,109,112); }
td.TdClassName
{
border-color: #756D70;
}
.TagClassName
{
border-color: #756D70;
}
</style>