Shades of Scampi #707293
Tints of Scampi #707293
RGB
CMYK
RGB Variations
Color information
#707293 (or 0x707293) is known color: Scampi. HEX triplet: 70, 72 and 93. RGB value is (112,114,147). Sum of RGB (Red+Green+Blue) = 112+114+147=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #707293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707293 is #8F8D6C. Grayscale: #757575. Windows color (decimal): -9407853 or 9663088. OLE color: 9663088.
HSL color Cylindrical-coordinate representation of color #707293: hue angle of 236.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707293 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 114 | 147 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.42 |
| HSL | 236.57º | 0.14% | 0.51% | - |
| HSV(B) | 236.57º | 0.24% | 0.58% | - |
| XYZ | 17.97 | 17.59 | 30.05 | - |
| YUV | 117.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 147 | 0.24 | 0.22 | 0 | 0.42 | 236.57 | 0.14 | 0.51 |
| Hex | 70 | 72 | 93 | 18 | 16 | 0 | 2A | ED | E | 33 |
| Octal | 160 | 162 | 223 | 30 | 26 | 0 | 52 | 355 | 16 | 63 |
| Binary | 1110000 | 1110010 | 10010011 | 11000 | 10110 | 0 | 101010 | 11101101 | 1110 | 110011 |
Color Harmonies of #707293
Complementary color
Monochromatic Colors of #707293
Black with #707293
Text Example
Text Example
White with #707293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707293; }
p { color: rgb(112,114,147); }
H1.HeaderClassName
{
color: #707293;
}
.AnyTagClassName
{
color: #707293;
}
</style>
background-color css
<style>
a { background-color: #707293; }
a { background-color: rgb(112,114,147); }
div.DivClassName
{
background-color: #707293;
}
.BgClassName
{
background-color: #707293;
}
</style>
border-color css
<style>
span { border-color: #707293; }
span { border-color: rgb(112,114,147); }
td.TdClassName
{
border-color: #707293;
}
.TagClassName
{
border-color: #707293;
}
</style>