Shades of Scorpion #756A6F
Tints of Scorpion #756A6F
RGB
CMYK
RGB Variations
Color information
#756A6F (or 0x756A6F) is known color: Scorpion. HEX triplet: 75, 6A and 6F. RGB value is (117,106,111). Sum of RGB (Red+Green+Blue) = 117+106+111=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A6F is #8A9590. Grayscale: #6D6D6D. Windows color (decimal): -9082257 or 7301749. OLE color: 7301749.
HSL color Cylindrical-coordinate representation of color #756A6F: hue angle of 332.73º degrees, saturation: 0.05, 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 #756A6F is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 111 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.54 |
| HSL | 332.73º | 0.05% | 0.44% | - |
| HSV(B) | 332.73º | 0.09% | 0.46% | - |
| XYZ | 15.36 | 15.24 | 17.17 | - |
| YUV | 109.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 111 | 0 | 0.09 | 0.05 | 0.54 | 332.73 | 0.05 | 0.44 |
| Hex | 75 | 6A | 6F | 0 | 9 | 5 | 36 | 14D | 5 | 2C |
| Octal | 165 | 152 | 157 | 0 | 11 | 5 | 66 | 515 | 5 | 54 |
| Binary | 1110101 | 1101010 | 1101111 | 0 | 1001 | 101 | 110110 | 101001101 | 101 | 101100 |
Color Harmonies of #756A6F
Complementary color
Monochromatic Colors of #756A6F
Black with #756A6F
Text Example
Text Example
White with #756A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A6F; }
p { color: rgb(117,106,111); }
H1.HeaderClassName
{
color: #756A6F;
}
.AnyTagClassName
{
color: #756A6F;
}
</style>
background-color css
<style>
a { background-color: #756A6F; }
a { background-color: rgb(117,106,111); }
div.DivClassName
{
background-color: #756A6F;
}
.BgClassName
{
background-color: #756A6F;
}
</style>
border-color css
<style>
span { border-color: #756A6F; }
span { border-color: rgb(117,106,111); }
td.TdClassName
{
border-color: #756A6F;
}
.TagClassName
{
border-color: #756A6F;
}
</style>