Shades of Scampi #707098
Tints of Scampi #707098
RGB
CMYK
RGB Variations
Color information
#707098 (or 0x707098) is known color: Scampi. HEX triplet: 70, 70 and 98. RGB value is (112,112,152). Sum of RGB (Red+Green+Blue) = 112+112+152=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #707098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707098 is #8F8F67. Grayscale: #747474. Windows color (decimal): -9408360 or 9990256. OLE color: 9990256.
HSL color Cylindrical-coordinate representation of color #707098: hue angle of 240º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707098 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 112 | 152 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.40 |
| HSL | 240º | 0.16% | 0.52% | - |
| HSV(B) | 240º | 0.26% | 0.6% | - |
| XYZ | 18.14 | 17.3 | 32.09 | - |
| YUV | 116.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 152 | 0.26 | 0.26 | 0 | 0.40 | 240 | 0.16 | 0.52 |
| Hex | 70 | 70 | 98 | 1A | 1A | 0 | 28 | F0 | 10 | 34 |
| Octal | 160 | 160 | 230 | 32 | 32 | 0 | 50 | 360 | 20 | 64 |
| Binary | 1110000 | 1110000 | 10011000 | 11010 | 11010 | 0 | 101000 | 11110000 | 10000 | 110100 |
Color Harmonies of #707098
Complementary color
Monochromatic Colors of #707098
Black with #707098
Text Example
Text Example
White with #707098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707098; }
p { color: rgb(112,112,152); }
H1.HeaderClassName
{
color: #707098;
}
.AnyTagClassName
{
color: #707098;
}
</style>
background-color css
<style>
a { background-color: #707098; }
a { background-color: rgb(112,112,152); }
div.DivClassName
{
background-color: #707098;
}
.BgClassName
{
background-color: #707098;
}
</style>
border-color css
<style>
span { border-color: #707098; }
span { border-color: rgb(112,112,152); }
td.TdClassName
{
border-color: #707098;
}
.TagClassName
{
border-color: #707098;
}
</style>