Shades of Scampi #70718E
Tints of Scampi #70718E
RGB
CMYK
RGB Variations
Color information
#70718E (or 0x70718E) is known color: Scampi. HEX triplet: 70, 71 and 8E. RGB value is (112,113,142). Sum of RGB (Red+Green+Blue) = 112+113+142=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #70718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70718E is #8F8E71. Grayscale: #737373. Windows color (decimal): -9408114 or 9335152. OLE color: 9335152.
HSL color Cylindrical-coordinate representation of color #70718E: hue angle of 238º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70718E is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 113 | 142 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.44 |
| HSL | 238º | 0.12% | 0.5% | - |
| HSV(B) | 238º | 0.21% | 0.56% | - |
| XYZ | 17.47 | 17.21 | 27.99 | - |
| YUV | 116.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 142 | 0.21 | 0.20 | 0 | 0.44 | 238 | 0.12 | 0.5 |
| Hex | 70 | 71 | 8E | 15 | 14 | 0 | 2C | EE | C | 32 |
| Octal | 160 | 161 | 216 | 25 | 24 | 0 | 54 | 356 | 14 | 62 |
| Binary | 1110000 | 1110001 | 10001110 | 10101 | 10100 | 0 | 101100 | 11101110 | 1100 | 110010 |
Color Harmonies of #70718E
Complementary color
Monochromatic Colors of #70718E
Black with #70718E
Text Example
Text Example
White with #70718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70718E; }
p { color: rgb(112,113,142); }
H1.HeaderClassName
{
color: #70718E;
}
.AnyTagClassName
{
color: #70718E;
}
</style>
background-color css
<style>
a { background-color: #70718E; }
a { background-color: rgb(112,113,142); }
div.DivClassName
{
background-color: #70718E;
}
.BgClassName
{
background-color: #70718E;
}
</style>
border-color css
<style>
span { border-color: #70718E; }
span { border-color: rgb(112,113,142); }
td.TdClassName
{
border-color: #70718E;
}
.TagClassName
{
border-color: #70718E;
}
</style>