Shades of Scorpion #75636A
Tints of Scorpion #75636A
RGB
CMYK
RGB Variations
Color information
#75636A (or 0x75636A) is known color: Scorpion. HEX triplet: 75, 63 and 6A. RGB value is (117,99,106). Sum of RGB (Red+Green+Blue) = 117+99+106=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636A is #8A9C95. Grayscale: #696969. Windows color (decimal): -9084054 or 6972277. OLE color: 6972277.
HSL color Cylindrical-coordinate representation of color #75636A: hue angle of 336.67º 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 #75636A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 99 | 106 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.54 |
| HSL | 336.67º | 0.08% | 0.42% | - |
| HSV(B) | 336.67º | 0.15% | 0.46% | - |
| XYZ | 14.4 | 13.75 | 15.53 | - |
| YUV | 105.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 106 | 0 | 0.15 | 0.09 | 0.54 | 336.67 | 0.08 | 0.42 |
| Hex | 75 | 63 | 6A | 0 | F | 9 | 36 | 151 | 8 | 2A |
| Octal | 165 | 143 | 152 | 0 | 17 | 11 | 66 | 521 | 10 | 52 |
| Binary | 1110101 | 1100011 | 1101010 | 0 | 1111 | 1001 | 110110 | 101010001 | 1000 | 101010 |
Color Harmonies of #75636A
Complementary color
Monochromatic Colors of #75636A
Black with #75636A
Text Example
Text Example
White with #75636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75636A; }
p { color: rgb(117,99,106); }
H1.HeaderClassName
{
color: #75636A;
}
.AnyTagClassName
{
color: #75636A;
}
</style>
background-color css
<style>
a { background-color: #75636A; }
a { background-color: rgb(117,99,106); }
div.DivClassName
{
background-color: #75636A;
}
.BgClassName
{
background-color: #75636A;
}
</style>
border-color css
<style>
span { border-color: #75636A; }
span { border-color: rgb(117,99,106); }
td.TdClassName
{
border-color: #75636A;
}
.TagClassName
{
border-color: #75636A;
}
</style>