Shades of Scorpion #71686D
Tints of Scorpion #71686D
RGB
CMYK
RGB Variations
Color information
#71686D (or 0x71686D) is known color: Scorpion. HEX triplet: 71, 68 and 6D. RGB value is (113,104,109). Sum of RGB (Red+Green+Blue) = 113+104+109=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #71686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71686D is #8E9792. Grayscale: #6B6B6B. Windows color (decimal): -9344915 or 7170161. OLE color: 7170161.
HSL color Cylindrical-coordinate representation of color #71686D: hue angle of 326.67º 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 #71686D is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 109 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.56 |
| HSL | 326.67º | 0.04% | 0.43% | - |
| HSV(B) | 326.67º | 0.08% | 0.44% | - |
| XYZ | 14.52 | 14.52 | 16.5 | - |
| YUV | 107.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 109 | 0 | 0.08 | 0.04 | 0.56 | 326.67 | 0.04 | 0.43 |
| Hex | 71 | 68 | 6D | 0 | 8 | 4 | 38 | 147 | 4 | 2B |
| Octal | 161 | 150 | 155 | 0 | 10 | 4 | 70 | 507 | 4 | 53 |
| Binary | 1110001 | 1101000 | 1101101 | 0 | 1000 | 100 | 111000 | 101000111 | 100 | 101011 |
Color Harmonies of #71686D
Complementary color
Monochromatic Colors of #71686D
Black with #71686D
Text Example
Text Example
White with #71686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71686D; }
p { color: rgb(113,104,109); }
H1.HeaderClassName
{
color: #71686D;
}
.AnyTagClassName
{
color: #71686D;
}
</style>
background-color css
<style>
a { background-color: #71686D; }
a { background-color: rgb(113,104,109); }
div.DivClassName
{
background-color: #71686D;
}
.BgClassName
{
background-color: #71686D;
}
</style>
border-color css
<style>
span { border-color: #71686D; }
span { border-color: rgb(113,104,109); }
td.TdClassName
{
border-color: #71686D;
}
.TagClassName
{
border-color: #71686D;
}
</style>