Shades of Scampi #707091
Tints of Scampi #707091
RGB
CMYK
RGB Variations
Color information
#707091 (or 0x707091) is known color: Scampi. HEX triplet: 70, 70 and 91. RGB value is (112,112,145). Sum of RGB (Red+Green+Blue) = 112+112+145=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #707091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707091 is #8F8F6E. Grayscale: #737373. Windows color (decimal): -9408367 or 9531504. OLE color: 9531504.
HSL color Cylindrical-coordinate representation of color #707091: hue angle of 240º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707091 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 112 | 145 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.43 |
| HSL | 240º | 0.13% | 0.5% | - |
| HSV(B) | 240º | 0.23% | 0.57% | - |
| XYZ | 17.59 | 17.08 | 29.16 | - |
| YUV | 115.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 145 | 0.23 | 0.23 | 0 | 0.43 | 240 | 0.13 | 0.5 |
| Hex | 70 | 70 | 91 | 17 | 17 | 0 | 2B | F0 | D | 32 |
| Octal | 160 | 160 | 221 | 27 | 27 | 0 | 53 | 360 | 15 | 62 |
| Binary | 1110000 | 1110000 | 10010001 | 10111 | 10111 | 0 | 101011 | 11110000 | 1101 | 110010 |
Color Harmonies of #707091
Complementary color
Monochromatic Colors of #707091
Black with #707091
Text Example
Text Example
White with #707091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707091; }
p { color: rgb(112,112,145); }
H1.HeaderClassName
{
color: #707091;
}
.AnyTagClassName
{
color: #707091;
}
</style>
background-color css
<style>
a { background-color: #707091; }
a { background-color: rgb(112,112,145); }
div.DivClassName
{
background-color: #707091;
}
.BgClassName
{
background-color: #707091;
}
</style>
border-color css
<style>
span { border-color: #707091; }
span { border-color: rgb(112,112,145); }
td.TdClassName
{
border-color: #707091;
}
.TagClassName
{
border-color: #707091;
}
</style>