Shades of Scorpion #75656E
Tints of Scorpion #75656E
RGB
CMYK
RGB Variations
Color information
#75656E (or 0x75656E) is known color: Scorpion. HEX triplet: 75, 65 and 6E. RGB value is (117,101,110). Sum of RGB (Red+Green+Blue) = 117+101+110=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75656E is #8A9A91. Grayscale: #6A6A6A. Windows color (decimal): -9083538 or 7234933. OLE color: 7234933.
HSL color Cylindrical-coordinate representation of color #75656E: hue angle of 326.25º 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 #75656E is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 110 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.54 |
| HSL | 326.25º | 0.07% | 0.43% | - |
| HSV(B) | 326.25º | 0.14% | 0.46% | - |
| XYZ | 14.8 | 14.22 | 16.72 | - |
| YUV | 106.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 110 | 0 | 0.14 | 0.06 | 0.54 | 326.25 | 0.07 | 0.43 |
| Hex | 75 | 65 | 6E | 0 | E | 6 | 36 | 146 | 7 | 2B |
| Octal | 165 | 145 | 156 | 0 | 16 | 6 | 66 | 506 | 7 | 53 |
| Binary | 1110101 | 1100101 | 1101110 | 0 | 1110 | 110 | 110110 | 101000110 | 111 | 101011 |
Color Harmonies of #75656E
Complementary color
Monochromatic Colors of #75656E
Black with #75656E
Text Example
Text Example
White with #75656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75656E; }
p { color: rgb(117,101,110); }
H1.HeaderClassName
{
color: #75656E;
}
.AnyTagClassName
{
color: #75656E;
}
</style>
background-color css
<style>
a { background-color: #75656E; }
a { background-color: rgb(117,101,110); }
div.DivClassName
{
background-color: #75656E;
}
.BgClassName
{
background-color: #75656E;
}
</style>
border-color css
<style>
span { border-color: #75656E; }
span { border-color: rgb(117,101,110); }
td.TdClassName
{
border-color: #75656E;
}
.TagClassName
{
border-color: #75656E;
}
</style>