Shades of Scorpion #75606C
Tints of Scorpion #75606C
RGB
CMYK
RGB Variations
Color information
#75606C (or 0x75606C) is known color: Scorpion. HEX triplet: 75, 60 and 6C. RGB value is (117,96,108). Sum of RGB (Red+Green+Blue) = 117+96+108=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #75606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75606C is #8A9F93. Grayscale: #676767. Windows color (decimal): -9084820 or 7102581. OLE color: 7102581.
HSL color Cylindrical-coordinate representation of color #75606C: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75606C is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 96 | 108 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.54 |
| HSL | 325.71º | 0.1% | 0.42% | - |
| HSV(B) | 325.71º | 0.18% | 0.46% | - |
| XYZ | 14.23 | 13.23 | 15.99 | - |
| YUV | 103.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 108 | 0 | 0.18 | 0.08 | 0.54 | 325.71 | 0.1 | 0.42 |
| Hex | 75 | 60 | 6C | 0 | 12 | 8 | 36 | 146 | A | 2A |
| Octal | 165 | 140 | 154 | 0 | 22 | 10 | 66 | 506 | 12 | 52 |
| Binary | 1110101 | 1100000 | 1101100 | 0 | 10010 | 1000 | 110110 | 101000110 | 1010 | 101010 |
Color Harmonies of #75606C
Complementary color
Monochromatic Colors of #75606C
Black with #75606C
Text Example
Text Example
White with #75606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75606C; }
p { color: rgb(117,96,108); }
H1.HeaderClassName
{
color: #75606C;
}
.AnyTagClassName
{
color: #75606C;
}
</style>
background-color css
<style>
a { background-color: #75606C; }
a { background-color: rgb(117,96,108); }
div.DivClassName
{
background-color: #75606C;
}
.BgClassName
{
background-color: #75606C;
}
</style>
border-color css
<style>
span { border-color: #75606C; }
span { border-color: rgb(117,96,108); }
td.TdClassName
{
border-color: #75606C;
}
.TagClassName
{
border-color: #75606C;
}
</style>