Shades of Scorpion #75666B
Tints of Scorpion #75666B
RGB
CMYK
RGB Variations
Color information
#75666B (or 0x75666B) is known color: Scorpion. HEX triplet: 75, 66 and 6B. RGB value is (117,102,107). Sum of RGB (Red+Green+Blue) = 117+102+107=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75666B is #8A9994. Grayscale: #6B6B6B. Windows color (decimal): -9083285 or 7038581. OLE color: 7038581.
HSL color Cylindrical-coordinate representation of color #75666B: hue angle of 340º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75666B is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 107 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.54 |
| HSL | 340º | 0.07% | 0.43% | - |
| HSV(B) | 340º | 0.13% | 0.46% | - |
| XYZ | 14.74 | 14.35 | 15.9 | - |
| YUV | 107.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 107 | 0 | 0.13 | 0.09 | 0.54 | 340 | 0.07 | 0.43 |
| Hex | 75 | 66 | 6B | 0 | D | 9 | 36 | 154 | 7 | 2B |
| Octal | 165 | 146 | 153 | 0 | 15 | 11 | 66 | 524 | 7 | 53 |
| Binary | 1110101 | 1100110 | 1101011 | 0 | 1101 | 1001 | 110110 | 101010100 | 111 | 101011 |
Color Harmonies of #75666B
Complementary color
Monochromatic Colors of #75666B
Black with #75666B
Text Example
Text Example
White with #75666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75666B; }
p { color: rgb(117,102,107); }
H1.HeaderClassName
{
color: #75666B;
}
.AnyTagClassName
{
color: #75666B;
}
</style>
background-color css
<style>
a { background-color: #75666B; }
a { background-color: rgb(117,102,107); }
div.DivClassName
{
background-color: #75666B;
}
.BgClassName
{
background-color: #75666B;
}
</style>
border-color css
<style>
span { border-color: #75666B; }
span { border-color: rgb(117,102,107); }
td.TdClassName
{
border-color: #75666B;
}
.TagClassName
{
border-color: #75666B;
}
</style>