Shades of Scorpion #75646C
Tints of Scorpion #75646C
RGB
CMYK
RGB Variations
Color information
#75646C (or 0x75646C) is known color: Scorpion. HEX triplet: 75, 64 and 6C. RGB value is (117,100,108). Sum of RGB (Red+Green+Blue) = 117+100+108=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75646C is #8A9B93. Grayscale: #696969. Windows color (decimal): -9083796 or 7103605. OLE color: 7103605.
HSL color Cylindrical-coordinate representation of color #75646C: hue angle of 331.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75646C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 108 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.54 |
| HSL | 331.76º | 0.08% | 0.43% | - |
| HSV(B) | 331.76º | 0.15% | 0.46% | - |
| XYZ | 14.6 | 13.98 | 16.12 | - |
| YUV | 106 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 108 | 0 | 0.15 | 0.08 | 0.54 | 331.76 | 0.08 | 0.43 |
| Hex | 75 | 64 | 6C | 0 | F | 8 | 36 | 14C | 8 | 2B |
| Octal | 165 | 144 | 154 | 0 | 17 | 10 | 66 | 514 | 10 | 53 |
| Binary | 1110101 | 1100100 | 1101100 | 0 | 1111 | 1000 | 110110 | 101001100 | 1000 | 101011 |
Color Harmonies of #75646C
Complementary color
Monochromatic Colors of #75646C
Black with #75646C
Text Example
Text Example
White with #75646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75646C; }
p { color: rgb(117,100,108); }
H1.HeaderClassName
{
color: #75646C;
}
.AnyTagClassName
{
color: #75646C;
}
</style>
background-color css
<style>
a { background-color: #75646C; }
a { background-color: rgb(117,100,108); }
div.DivClassName
{
background-color: #75646C;
}
.BgClassName
{
background-color: #75646C;
}
</style>
border-color css
<style>
span { border-color: #75646C; }
span { border-color: rgb(117,100,108); }
td.TdClassName
{
border-color: #75646C;
}
.TagClassName
{
border-color: #75646C;
}
</style>