Shades of Scampi #707397
Tints of Scampi #707397
RGB
CMYK
RGB Variations
Color information
#707397 (or 0x707397) is known color: Scampi. HEX triplet: 70, 73 and 97. RGB value is (112,115,151). Sum of RGB (Red+Green+Blue) = 112+115+151=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #707397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707397 is #8F8C68. Grayscale: #767676. Windows color (decimal): -9407593 or 9925488. OLE color: 9925488.
HSL color Cylindrical-coordinate representation of color #707397: hue angle of 235.38º 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 #707397 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 115 | 151 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.41 |
| HSL | 235.38º | 0.16% | 0.52% | - |
| HSV(B) | 235.38º | 0.26% | 0.59% | - |
| XYZ | 18.4 | 17.94 | 31.77 | - |
| YUV | 118.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 151 | 0.26 | 0.24 | 0 | 0.41 | 235.38 | 0.16 | 0.52 |
| Hex | 70 | 73 | 97 | 1A | 18 | 0 | 29 | EB | 10 | 34 |
| Octal | 160 | 163 | 227 | 32 | 30 | 0 | 51 | 353 | 20 | 64 |
| Binary | 1110000 | 1110011 | 10010111 | 11010 | 11000 | 0 | 101001 | 11101011 | 10000 | 110100 |
Color Harmonies of #707397
Complementary color
Monochromatic Colors of #707397
Black with #707397
Text Example
Text Example
White with #707397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707397; }
p { color: rgb(112,115,151); }
H1.HeaderClassName
{
color: #707397;
}
.AnyTagClassName
{
color: #707397;
}
</style>
background-color css
<style>
a { background-color: #707397; }
a { background-color: rgb(112,115,151); }
div.DivClassName
{
background-color: #707397;
}
.BgClassName
{
background-color: #707397;
}
</style>
border-color css
<style>
span { border-color: #707397; }
span { border-color: rgb(112,115,151); }
td.TdClassName
{
border-color: #707397;
}
.TagClassName
{
border-color: #707397;
}
</style>