Shades of Scorpion #75616B
Tints of Scorpion #75616B
RGB
CMYK
RGB Variations
Color information
#75616B (or 0x75616B) is known color: Scorpion. HEX triplet: 75, 61 and 6B. RGB value is (117,97,107). Sum of RGB (Red+Green+Blue) = 117+97+107=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #75616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75616B is #8A9E94. Grayscale: #686868. Windows color (decimal): -9084565 or 7037301. OLE color: 7037301.
HSL color Cylindrical-coordinate representation of color #75616B: hue angle of 330º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75616B is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 97 | 107 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.54 |
| HSL | 330º | 0.09% | 0.42% | - |
| HSV(B) | 330º | 0.17% | 0.46% | - |
| XYZ | 14.26 | 13.39 | 15.74 | - |
| YUV | 104.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 107 | 0 | 0.17 | 0.09 | 0.54 | 330 | 0.09 | 0.42 |
| Hex | 75 | 61 | 6B | 0 | 11 | 9 | 36 | 14A | 9 | 2A |
| Octal | 165 | 141 | 153 | 0 | 21 | 11 | 66 | 512 | 11 | 52 |
| Binary | 1110101 | 1100001 | 1101011 | 0 | 10001 | 1001 | 110110 | 101001010 | 1001 | 101010 |
Color Harmonies of #75616B
Complementary color
Monochromatic Colors of #75616B
Black with #75616B
Text Example
Text Example
White with #75616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75616B; }
p { color: rgb(117,97,107); }
H1.HeaderClassName
{
color: #75616B;
}
.AnyTagClassName
{
color: #75616B;
}
</style>
background-color css
<style>
a { background-color: #75616B; }
a { background-color: rgb(117,97,107); }
div.DivClassName
{
background-color: #75616B;
}
.BgClassName
{
background-color: #75616B;
}
</style>
border-color css
<style>
span { border-color: #75616B; }
span { border-color: rgb(117,97,107); }
td.TdClassName
{
border-color: #75616B;
}
.TagClassName
{
border-color: #75616B;
}
</style>