Shades of Scampi #707092
Tints of Scampi #707092
RGB
CMYK
RGB Variations
Color information
#707092 (or 0x707092) is known color: Scampi. HEX triplet: 70, 70 and 92. RGB value is (112,112,146). Sum of RGB (Red+Green+Blue) = 112+112+146=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #707092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707092 is #8F8F6D. Grayscale: #737373. Windows color (decimal): -9408366 or 9597040. OLE color: 9597040.
HSL color Cylindrical-coordinate representation of color #707092: hue angle of 240º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707092 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 112 | 146 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.43 |
| HSL | 240º | 0.13% | 0.51% | - |
| HSV(B) | 240º | 0.23% | 0.57% | - |
| XYZ | 17.66 | 17.11 | 29.57 | - |
| YUV | 115.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 146 | 0.23 | 0.23 | 0 | 0.43 | 240 | 0.13 | 0.51 |
| Hex | 70 | 70 | 92 | 17 | 17 | 0 | 2B | F0 | D | 33 |
| Octal | 160 | 160 | 222 | 27 | 27 | 0 | 53 | 360 | 15 | 63 |
| Binary | 1110000 | 1110000 | 10010010 | 10111 | 10111 | 0 | 101011 | 11110000 | 1101 | 110011 |
Color Harmonies of #707092
Complementary color
Monochromatic Colors of #707092
Black with #707092
Text Example
Text Example
White with #707092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707092; }
p { color: rgb(112,112,146); }
H1.HeaderClassName
{
color: #707092;
}
.AnyTagClassName
{
color: #707092;
}
</style>
background-color css
<style>
a { background-color: #707092; }
a { background-color: rgb(112,112,146); }
div.DivClassName
{
background-color: #707092;
}
.BgClassName
{
background-color: #707092;
}
</style>
border-color css
<style>
span { border-color: #707092; }
span { border-color: rgb(112,112,146); }
td.TdClassName
{
border-color: #707092;
}
.TagClassName
{
border-color: #707092;
}
</style>