Shades of Scampi #707197
Tints of Scampi #707197
RGB
CMYK
RGB Variations
Color information
#707197 (or 0x707197) is known color: Scampi. HEX triplet: 70, 71 and 97. RGB value is (112,113,151). Sum of RGB (Red+Green+Blue) = 112+113+151=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #707197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707197 is #8F8E68. Grayscale: #747474. Windows color (decimal): -9408105 or 9924976. OLE color: 9924976.
HSL color Cylindrical-coordinate representation of color #707197: hue angle of 238.46º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707197 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 113 | 151 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.41 |
| HSL | 238.46º | 0.16% | 0.52% | - |
| HSV(B) | 238.46º | 0.26% | 0.59% | - |
| XYZ | 18.17 | 17.49 | 31.7 | - |
| YUV | 117.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 151 | 0.26 | 0.25 | 0 | 0.41 | 238.46 | 0.16 | 0.52 |
| Hex | 70 | 71 | 97 | 1A | 19 | 0 | 29 | EE | 10 | 34 |
| Octal | 160 | 161 | 227 | 32 | 31 | 0 | 51 | 356 | 20 | 64 |
| Binary | 1110000 | 1110001 | 10010111 | 11010 | 11001 | 0 | 101001 | 11101110 | 10000 | 110100 |
Color Harmonies of #707197
Complementary color
Monochromatic Colors of #707197
Black with #707197
Text Example
Text Example
White with #707197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707197; }
p { color: rgb(112,113,151); }
H1.HeaderClassName
{
color: #707197;
}
.AnyTagClassName
{
color: #707197;
}
</style>
background-color css
<style>
a { background-color: #707197; }
a { background-color: rgb(112,113,151); }
div.DivClassName
{
background-color: #707197;
}
.BgClassName
{
background-color: #707197;
}
</style>
border-color css
<style>
span { border-color: #707197; }
span { border-color: rgb(112,113,151); }
td.TdClassName
{
border-color: #707197;
}
.TagClassName
{
border-color: #707197;
}
</style>