Shades of Scampi #757097
Tints of Scampi #757097
RGB
CMYK
RGB Variations
Color information
#757097 (or 0x757097) is known color: Scampi. HEX triplet: 75, 70 and 97. RGB value is (117,112,151). Sum of RGB (Red+Green+Blue) = 117+112+151=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #757097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757097 is #8A8F68. Grayscale: #757575. Windows color (decimal): -9080681 or 9924725. OLE color: 9924725.
HSL color Cylindrical-coordinate representation of color #757097: hue angle of 247.69º 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 #757097 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 112 | 151 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.41 |
| HSL | 247.69º | 0.16% | 0.52% | - |
| HSV(B) | 247.69º | 0.26% | 0.59% | - |
| XYZ | 18.72 | 17.6 | 31.69 | - |
| YUV | 117.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 151 | 0.23 | 0.26 | 0 | 0.41 | 247.69 | 0.16 | 0.52 |
| Hex | 75 | 70 | 97 | 17 | 1A | 0 | 29 | F8 | 10 | 34 |
| Octal | 165 | 160 | 227 | 27 | 32 | 0 | 51 | 370 | 20 | 64 |
| Binary | 1110101 | 1110000 | 10010111 | 10111 | 11010 | 0 | 101001 | 11111000 | 10000 | 110100 |
Color Harmonies of #757097
Complementary color
Monochromatic Colors of #757097
Black with #757097
Text Example
Text Example
White with #757097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757097; }
p { color: rgb(117,112,151); }
H1.HeaderClassName
{
color: #757097;
}
.AnyTagClassName
{
color: #757097;
}
</style>
background-color css
<style>
a { background-color: #757097; }
a { background-color: rgb(117,112,151); }
div.DivClassName
{
background-color: #757097;
}
.BgClassName
{
background-color: #757097;
}
</style>
border-color css
<style>
span { border-color: #757097; }
span { border-color: rgb(117,112,151); }
td.TdClassName
{
border-color: #757097;
}
.TagClassName
{
border-color: #757097;
}
</style>