Shades of Scorpion #71686B
Tints of Scorpion #71686B
RGB
CMYK
RGB Variations
Color information
#71686B (or 0x71686B) is known color: Scorpion. HEX triplet: 71, 68 and 6B. RGB value is (113,104,107). Sum of RGB (Red+Green+Blue) = 113+104+107=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #71686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71686B is #8E9794. Grayscale: #6B6B6B. Windows color (decimal): -9344917 or 7039089. OLE color: 7039089.
HSL color Cylindrical-coordinate representation of color #71686B: hue angle of 340º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71686B is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 107 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.56 |
| HSL | 340º | 0.04% | 0.43% | - |
| HSV(B) | 340º | 0.08% | 0.44% | - |
| XYZ | 14.41 | 14.47 | 15.94 | - |
| YUV | 107.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 107 | 0 | 0.08 | 0.05 | 0.56 | 340 | 0.04 | 0.43 |
| Hex | 71 | 68 | 6B | 0 | 8 | 5 | 38 | 154 | 4 | 2B |
| Octal | 161 | 150 | 153 | 0 | 10 | 5 | 70 | 524 | 4 | 53 |
| Binary | 1110001 | 1101000 | 1101011 | 0 | 1000 | 101 | 111000 | 101010100 | 100 | 101011 |
Color Harmonies of #71686B
Complementary color
Monochromatic Colors of #71686B
Black with #71686B
Text Example
Text Example
White with #71686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71686B; }
p { color: rgb(113,104,107); }
H1.HeaderClassName
{
color: #71686B;
}
.AnyTagClassName
{
color: #71686B;
}
</style>
background-color css
<style>
a { background-color: #71686B; }
a { background-color: rgb(113,104,107); }
div.DivClassName
{
background-color: #71686B;
}
.BgClassName
{
background-color: #71686B;
}
</style>
border-color css
<style>
span { border-color: #71686B; }
span { border-color: rgb(113,104,107); }
td.TdClassName
{
border-color: #71686B;
}
.TagClassName
{
border-color: #71686B;
}
</style>