Shades of Scorpion #716B6D
Tints of Scorpion #716B6D
RGB
CMYK
RGB Variations
Color information
#716B6D (or 0x716B6D) is known color: Scorpion. HEX triplet: 71, 6B and 6D. RGB value is (113,107,109). Sum of RGB (Red+Green+Blue) = 113+107+109=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #716B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B6D is #8E9492. Grayscale: #6D6D6D. Windows color (decimal): -9344147 or 7170929. OLE color: 7170929.
HSL color Cylindrical-coordinate representation of color #716B6D: hue angle of 340º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716B6D is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 109 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.56 |
| HSL | 340º | 0.03% | 0.43% | - |
| HSV(B) | 340º | 0.05% | 0.44% | - |
| XYZ | 14.83 | 15.13 | 16.61 | - |
| YUV | 109.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 109 | 0 | 0.05 | 0.04 | 0.56 | 340 | 0.03 | 0.43 |
| Hex | 71 | 6B | 6D | 0 | 5 | 4 | 38 | 154 | 3 | 2B |
| Octal | 161 | 153 | 155 | 0 | 5 | 4 | 70 | 524 | 3 | 53 |
| Binary | 1110001 | 1101011 | 1101101 | 0 | 101 | 100 | 111000 | 101010100 | 11 | 101011 |
Color Harmonies of #716B6D
Complementary color
Monochromatic Colors of #716B6D
Black with #716B6D
Text Example
Text Example
White with #716B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B6D; }
p { color: rgb(113,107,109); }
H1.HeaderClassName
{
color: #716B6D;
}
.AnyTagClassName
{
color: #716B6D;
}
</style>
background-color css
<style>
a { background-color: #716B6D; }
a { background-color: rgb(113,107,109); }
div.DivClassName
{
background-color: #716B6D;
}
.BgClassName
{
background-color: #716B6D;
}
</style>
border-color css
<style>
span { border-color: #716B6D; }
span { border-color: rgb(113,107,109); }
td.TdClassName
{
border-color: #716B6D;
}
.TagClassName
{
border-color: #716B6D;
}
</style>