Shades of Scorpion #75686C
Tints of Scorpion #75686C
RGB
CMYK
RGB Variations
Color information
#75686C (or 0x75686C) is known color: Scorpion. HEX triplet: 75, 68 and 6C. RGB value is (117,104,108). Sum of RGB (Red+Green+Blue) = 117+104+108=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #75686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686C is #8A9793. Grayscale: #6C6C6C. Windows color (decimal): -9082772 or 7104629. OLE color: 7104629.
HSL color Cylindrical-coordinate representation of color #75686C: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75686C is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 108 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.54 |
| HSL | 341.54º | 0.06% | 0.43% | - |
| HSV(B) | 341.54º | 0.11% | 0.46% | - |
| XYZ | 14.99 | 14.77 | 16.25 | - |
| YUV | 108.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 108 | 0 | 0.11 | 0.08 | 0.54 | 341.54 | 0.06 | 0.43 |
| Hex | 75 | 68 | 6C | 0 | B | 8 | 36 | 156 | 6 | 2B |
| Octal | 165 | 150 | 154 | 0 | 13 | 10 | 66 | 526 | 6 | 53 |
| Binary | 1110101 | 1101000 | 1101100 | 0 | 1011 | 1000 | 110110 | 101010110 | 110 | 101011 |
Color Harmonies of #75686C
Complementary color
Monochromatic Colors of #75686C
Black with #75686C
Text Example
Text Example
White with #75686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75686C; }
p { color: rgb(117,104,108); }
H1.HeaderClassName
{
color: #75686C;
}
.AnyTagClassName
{
color: #75686C;
}
</style>
background-color css
<style>
a { background-color: #75686C; }
a { background-color: rgb(117,104,108); }
div.DivClassName
{
background-color: #75686C;
}
.BgClassName
{
background-color: #75686C;
}
</style>
border-color css
<style>
span { border-color: #75686C; }
span { border-color: rgb(117,104,108); }
td.TdClassName
{
border-color: #75686C;
}
.TagClassName
{
border-color: #75686C;
}
</style>