Shades of Scampi #716E92
Tints of Scampi #716E92
RGB
CMYK
RGB Variations
Color information
#716E92 (or 0x716E92) is known color: Scampi. HEX triplet: 71, 6E and 92. RGB value is (113,110,146). Sum of RGB (Red+Green+Blue) = 113+110+146=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #716E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E92 is #8E916D. Grayscale: #727272. Windows color (decimal): -9343342 or 9596529. OLE color: 9596529.
HSL color Cylindrical-coordinate representation of color #716E92: hue angle of 245º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716E92 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 110 | 146 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.43 |
| HSL | 245º | 0.14% | 0.5% | - |
| HSV(B) | 245º | 0.25% | 0.57% | - |
| XYZ | 17.57 | 16.74 | 29.5 | - |
| YUV | 115 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 146 | 0.23 | 0.25 | 0 | 0.43 | 245 | 0.14 | 0.5 |
| Hex | 71 | 6E | 92 | 17 | 19 | 0 | 2B | F5 | E | 32 |
| Octal | 161 | 156 | 222 | 27 | 31 | 0 | 53 | 365 | 16 | 62 |
| Binary | 1110001 | 1101110 | 10010010 | 10111 | 11001 | 0 | 101011 | 11110101 | 1110 | 110010 |
Color Harmonies of #716E92
Complementary color
Monochromatic Colors of #716E92
Black with #716E92
Text Example
Text Example
White with #716E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E92; }
p { color: rgb(113,110,146); }
H1.HeaderClassName
{
color: #716E92;
}
.AnyTagClassName
{
color: #716E92;
}
</style>
background-color css
<style>
a { background-color: #716E92; }
a { background-color: rgb(113,110,146); }
div.DivClassName
{
background-color: #716E92;
}
.BgClassName
{
background-color: #716E92;
}
</style>
border-color css
<style>
span { border-color: #716E92; }
span { border-color: rgb(113,110,146); }
td.TdClassName
{
border-color: #716E92;
}
.TagClassName
{
border-color: #716E92;
}
</style>