Shades of Scorpion #75636C
Tints of Scorpion #75636C
RGB
CMYK
RGB Variations
Color information
#75636C (or 0x75636C) is known color: Scorpion. HEX triplet: 75, 63 and 6C. RGB value is (117,99,108). Sum of RGB (Red+Green+Blue) = 117+99+108=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636C is #8A9C93. Grayscale: #696969. Windows color (decimal): -9084052 or 7103349. OLE color: 7103349.
HSL color Cylindrical-coordinate representation of color #75636C: hue angle of 330º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75636C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 99 | 108 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.54 |
| HSL | 330º | 0.08% | 0.42% | - |
| HSV(B) | 330º | 0.15% | 0.46% | - |
| XYZ | 14.5 | 13.79 | 16.08 | - |
| YUV | 105.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 108 | 0 | 0.15 | 0.08 | 0.54 | 330 | 0.08 | 0.42 |
| Hex | 75 | 63 | 6C | 0 | F | 8 | 36 | 14A | 8 | 2A |
| Octal | 165 | 143 | 154 | 0 | 17 | 10 | 66 | 512 | 10 | 52 |
| Binary | 1110101 | 1100011 | 1101100 | 0 | 1111 | 1000 | 110110 | 101001010 | 1000 | 101010 |
Color Harmonies of #75636C
Complementary color
Monochromatic Colors of #75636C
Black with #75636C
Text Example
Text Example
White with #75636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75636C; }
p { color: rgb(117,99,108); }
H1.HeaderClassName
{
color: #75636C;
}
.AnyTagClassName
{
color: #75636C;
}
</style>
background-color css
<style>
a { background-color: #75636C; }
a { background-color: rgb(117,99,108); }
div.DivClassName
{
background-color: #75636C;
}
.BgClassName
{
background-color: #75636C;
}
</style>
border-color css
<style>
span { border-color: #75636C; }
span { border-color: rgb(117,99,108); }
td.TdClassName
{
border-color: #75636C;
}
.TagClassName
{
border-color: #75636C;
}
</style>