Shades of Scampi #716E91
Tints of Scampi #716E91
RGB
CMYK
RGB Variations
Color information
#716E91 (or 0x716E91) is known color: Scampi. HEX triplet: 71, 6E and 91. RGB value is (113,110,145). Sum of RGB (Red+Green+Blue) = 113+110+145=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #716E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E91 is #8E916E. Grayscale: #727272. Windows color (decimal): -9343343 or 9530993. OLE color: 9530993.
HSL color Cylindrical-coordinate representation of color #716E91: hue angle of 245.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716E91 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 110 | 145 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.43 |
| HSL | 245.14º | 0.14% | 0.5% | - |
| HSV(B) | 245.14º | 0.24% | 0.57% | - |
| XYZ | 17.5 | 16.71 | 29.09 | - |
| YUV | 114.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 145 | 0.22 | 0.24 | 0 | 0.43 | 245.14 | 0.14 | 0.5 |
| Hex | 71 | 6E | 91 | 16 | 18 | 0 | 2B | F5 | E | 32 |
| Octal | 161 | 156 | 221 | 26 | 30 | 0 | 53 | 365 | 16 | 62 |
| Binary | 1110001 | 1101110 | 10010001 | 10110 | 11000 | 0 | 101011 | 11110101 | 1110 | 110010 |
Color Harmonies of #716E91
Complementary color
Monochromatic Colors of #716E91
Black with #716E91
Text Example
Text Example
White with #716E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E91; }
p { color: rgb(113,110,145); }
H1.HeaderClassName
{
color: #716E91;
}
.AnyTagClassName
{
color: #716E91;
}
</style>
background-color css
<style>
a { background-color: #716E91; }
a { background-color: rgb(113,110,145); }
div.DivClassName
{
background-color: #716E91;
}
.BgClassName
{
background-color: #716E91;
}
</style>
border-color css
<style>
span { border-color: #716E91; }
span { border-color: rgb(113,110,145); }
td.TdClassName
{
border-color: #716E91;
}
.TagClassName
{
border-color: #716E91;
}
</style>