Shades of Scorpion #75656D
Tints of Scorpion #75656D
RGB
CMYK
RGB Variations
Color information
#75656D (or 0x75656D) is known color: Scorpion. HEX triplet: 75, 65 and 6D. RGB value is (117,101,109). Sum of RGB (Red+Green+Blue) = 117+101+109=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75656D is #8A9A92. Grayscale: #6A6A6A. Windows color (decimal): -9083539 or 7169397. OLE color: 7169397.
HSL color Cylindrical-coordinate representation of color #75656D: hue angle of 330º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #75656D is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 109 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.54 |
| HSL | 330º | 0.07% | 0.43% | - |
| HSV(B) | 330º | 0.14% | 0.46% | - |
| XYZ | 14.75 | 14.19 | 16.43 | - |
| YUV | 106.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 109 | 0 | 0.14 | 0.07 | 0.54 | 330 | 0.07 | 0.43 |
| Hex | 75 | 65 | 6D | 0 | E | 7 | 36 | 14A | 7 | 2B |
| Octal | 165 | 145 | 155 | 0 | 16 | 7 | 66 | 512 | 7 | 53 |
| Binary | 1110101 | 1100101 | 1101101 | 0 | 1110 | 111 | 110110 | 101001010 | 111 | 101011 |
Color Harmonies of #75656D
Complementary color
Monochromatic Colors of #75656D
Black with #75656D
Text Example
Text Example
White with #75656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75656D; }
p { color: rgb(117,101,109); }
H1.HeaderClassName
{
color: #75656D;
}
.AnyTagClassName
{
color: #75656D;
}
</style>
background-color css
<style>
a { background-color: #75656D; }
a { background-color: rgb(117,101,109); }
div.DivClassName
{
background-color: #75656D;
}
.BgClassName
{
background-color: #75656D;
}
</style>
border-color css
<style>
span { border-color: #75656D; }
span { border-color: rgb(117,101,109); }
td.TdClassName
{
border-color: #75656D;
}
.TagClassName
{
border-color: #75656D;
}
</style>