Shades of Scampi #707199
Tints of Scampi #707199
RGB
CMYK
RGB Variations
Color information
#707199 (or 0x707199) is known color: Scampi. HEX triplet: 70, 71 and 99. RGB value is (112,113,153). Sum of RGB (Red+Green+Blue) = 112+113+153=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #707199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707199 is #8F8E66. Grayscale: #757575. Windows color (decimal): -9408103 or 10056048. OLE color: 10056048.
HSL color Cylindrical-coordinate representation of color #707199: hue angle of 238.54º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707199 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 113 | 153 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.4 |
| HSL | 238.54º | 0.17% | 0.52% | - |
| HSV(B) | 238.54º | 0.27% | 0.6% | - |
| XYZ | 18.34 | 17.55 | 32.56 | - |
| YUV | 117.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 153 | 0.27 | 0.26 | 0 | 0.4 | 238.54 | 0.17 | 0.52 |
| Hex | 70 | 71 | 99 | 1B | 1A | 0 | 28 | EF | 11 | 34 |
| Octal | 160 | 161 | 231 | 33 | 32 | 0 | 50 | 357 | 21 | 64 |
| Binary | 1110000 | 1110001 | 10011001 | 11011 | 11010 | 0 | 101000 | 11101111 | 10001 | 110100 |
Color Harmonies of #707199
Complementary color
Monochromatic Colors of #707199
Black with #707199
Text Example
Text Example
White with #707199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707199; }
p { color: rgb(112,113,153); }
H1.HeaderClassName
{
color: #707199;
}
.AnyTagClassName
{
color: #707199;
}
</style>
background-color css
<style>
a { background-color: #707199; }
a { background-color: rgb(112,113,153); }
div.DivClassName
{
background-color: #707199;
}
.BgClassName
{
background-color: #707199;
}
</style>
border-color css
<style>
span { border-color: #707199; }
span { border-color: rgb(112,113,153); }
td.TdClassName
{
border-color: #707199;
}
.TagClassName
{
border-color: #707199;
}
</style>