Shades of Scorpion #716B6E
Tints of Scorpion #716B6E
RGB
CMYK
RGB Variations
Color information
#716B6E (or 0x716B6E) is known color: Scorpion. HEX triplet: 71, 6B and 6E. RGB value is (113,107,110). Sum of RGB (Red+Green+Blue) = 113+107+110=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #716B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B6E is #8E9491. Grayscale: #6D6D6D. Windows color (decimal): -9344146 or 7236465. OLE color: 7236465.
HSL color Cylindrical-coordinate representation of color #716B6E: hue angle of 330º 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 #716B6E is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 110 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.56 |
| HSL | 330º | 0.03% | 0.43% | - |
| HSV(B) | 330º | 0.05% | 0.44% | - |
| XYZ | 14.88 | 15.15 | 16.89 | - |
| YUV | 109.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 110 | 0 | 0.05 | 0.03 | 0.56 | 330 | 0.03 | 0.43 |
| Hex | 71 | 6B | 6E | 0 | 5 | 3 | 38 | 14A | 3 | 2B |
| Octal | 161 | 153 | 156 | 0 | 5 | 3 | 70 | 512 | 3 | 53 |
| Binary | 1110001 | 1101011 | 1101110 | 0 | 101 | 11 | 111000 | 101001010 | 11 | 101011 |
Color Harmonies of #716B6E
Complementary color
Monochromatic Colors of #716B6E
Black with #716B6E
Text Example
Text Example
White with #716B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B6E; }
p { color: rgb(113,107,110); }
H1.HeaderClassName
{
color: #716B6E;
}
.AnyTagClassName
{
color: #716B6E;
}
</style>
background-color css
<style>
a { background-color: #716B6E; }
a { background-color: rgb(113,107,110); }
div.DivClassName
{
background-color: #716B6E;
}
.BgClassName
{
background-color: #716B6E;
}
</style>
border-color css
<style>
span { border-color: #716B6E; }
span { border-color: rgb(113,107,110); }
td.TdClassName
{
border-color: #716B6E;
}
.TagClassName
{
border-color: #716B6E;
}
</style>