Shades of Scorpion #756B6F
Tints of Scorpion #756B6F
RGB
CMYK
RGB Variations
Color information
#756B6F (or 0x756B6F) is known color: Scorpion. HEX triplet: 75, 6B and 6F. RGB value is (117,107,111). Sum of RGB (Red+Green+Blue) = 117+107+111=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B6F is #8A9490. Grayscale: #6E6E6E. Windows color (decimal): -9082001 or 7302005. OLE color: 7302005.
HSL color Cylindrical-coordinate representation of color #756B6F: hue angle of 336º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756B6F is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 111 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.54 |
| HSL | 336º | 0.04% | 0.44% | - |
| HSV(B) | 336º | 0.09% | 0.46% | - |
| XYZ | 15.46 | 15.45 | 17.21 | - |
| YUV | 110.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 111 | 0 | 0.09 | 0.05 | 0.54 | 336 | 0.04 | 0.44 |
| Hex | 75 | 6B | 6F | 0 | 9 | 5 | 36 | 150 | 4 | 2C |
| Octal | 165 | 153 | 157 | 0 | 11 | 5 | 66 | 520 | 4 | 54 |
| Binary | 1110101 | 1101011 | 1101111 | 0 | 1001 | 101 | 110110 | 101010000 | 100 | 101100 |
Color Harmonies of #756B6F
Complementary color
Monochromatic Colors of #756B6F
Black with #756B6F
Text Example
Text Example
White with #756B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B6F; }
p { color: rgb(117,107,111); }
H1.HeaderClassName
{
color: #756B6F;
}
.AnyTagClassName
{
color: #756B6F;
}
</style>
background-color css
<style>
a { background-color: #756B6F; }
a { background-color: rgb(117,107,111); }
div.DivClassName
{
background-color: #756B6F;
}
.BgClassName
{
background-color: #756B6F;
}
</style>
border-color css
<style>
span { border-color: #756B6F; }
span { border-color: rgb(117,107,111); }
td.TdClassName
{
border-color: #756B6F;
}
.TagClassName
{
border-color: #756B6F;
}
</style>