Shades of Scorpion #75686E
Tints of Scorpion #75686E
RGB
CMYK
RGB Variations
Color information
#75686E (or 0x75686E) is known color: Scorpion. HEX triplet: 75, 68 and 6E. RGB value is (117,104,110). Sum of RGB (Red+Green+Blue) = 117+104+110=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #75686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686E is #8A9791. Grayscale: #6C6C6C. Windows color (decimal): -9082770 or 7235701. OLE color: 7235701.
HSL color Cylindrical-coordinate representation of color #75686E: hue angle of 332.31º 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 #75686E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 110 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.54 |
| HSL | 332.31º | 0.06% | 0.43% | - |
| HSV(B) | 332.31º | 0.11% | 0.46% | - |
| XYZ | 15.1 | 14.81 | 16.81 | - |
| YUV | 108.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 110 | 0 | 0.11 | 0.06 | 0.54 | 332.31 | 0.06 | 0.43 |
| Hex | 75 | 68 | 6E | 0 | B | 6 | 36 | 14C | 6 | 2B |
| Octal | 165 | 150 | 156 | 0 | 13 | 6 | 66 | 514 | 6 | 53 |
| Binary | 1110101 | 1101000 | 1101110 | 0 | 1011 | 110 | 110110 | 101001100 | 110 | 101011 |
Color Harmonies of #75686E
Complementary color
Monochromatic Colors of #75686E
Black with #75686E
Text Example
Text Example
White with #75686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75686E; }
p { color: rgb(117,104,110); }
H1.HeaderClassName
{
color: #75686E;
}
.AnyTagClassName
{
color: #75686E;
}
</style>
background-color css
<style>
a { background-color: #75686E; }
a { background-color: rgb(117,104,110); }
div.DivClassName
{
background-color: #75686E;
}
.BgClassName
{
background-color: #75686E;
}
</style>
border-color css
<style>
span { border-color: #75686E; }
span { border-color: rgb(117,104,110); }
td.TdClassName
{
border-color: #75686E;
}
.TagClassName
{
border-color: #75686E;
}
</style>