Shades of Scampi #757192
Tints of Scampi #757192
RGB
CMYK
RGB Variations
Color information
#757192 (or 0x757192) is known color: Scampi. HEX triplet: 75, 71 and 92. RGB value is (117,113,146). Sum of RGB (Red+Green+Blue) = 117+113+146=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #757192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757192 is #8A8E6D. Grayscale: #757575. Windows color (decimal): -9080430 or 9597301. OLE color: 9597301.
HSL color Cylindrical-coordinate representation of color #757192: hue angle of 247.27º 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 #757192 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 113 | 146 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.43 |
| HSL | 247.27º | 0.13% | 0.51% | - |
| HSV(B) | 247.27º | 0.23% | 0.57% | - |
| XYZ | 18.43 | 17.67 | 29.63 | - |
| YUV | 117.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 146 | 0.20 | 0.23 | 0 | 0.43 | 247.27 | 0.13 | 0.51 |
| Hex | 75 | 71 | 92 | 14 | 17 | 0 | 2B | F7 | D | 33 |
| Octal | 165 | 161 | 222 | 24 | 27 | 0 | 53 | 367 | 15 | 63 |
| Binary | 1110101 | 1110001 | 10010010 | 10100 | 10111 | 0 | 101011 | 11110111 | 1101 | 110011 |
Color Harmonies of #757192
Complementary color
Monochromatic Colors of #757192
Black with #757192
Text Example
Text Example
White with #757192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757192; }
p { color: rgb(117,113,146); }
H1.HeaderClassName
{
color: #757192;
}
.AnyTagClassName
{
color: #757192;
}
</style>
background-color css
<style>
a { background-color: #757192; }
a { background-color: rgb(117,113,146); }
div.DivClassName
{
background-color: #757192;
}
.BgClassName
{
background-color: #757192;
}
</style>
border-color css
<style>
span { border-color: #757192; }
span { border-color: rgb(117,113,146); }
td.TdClassName
{
border-color: #757192;
}
.TagClassName
{
border-color: #757192;
}
</style>