Shades of Scampi #757190
Tints of Scampi #757190
RGB
CMYK
RGB Variations
Color information
#757190 (or 0x757190) is known color: Scampi. HEX triplet: 75, 71 and 90. RGB value is (117,113,144). Sum of RGB (Red+Green+Blue) = 117+113+144=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #757190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757190 is #8A8E6F. Grayscale: #757575. Windows color (decimal): -9080432 or 9466229. OLE color: 9466229.
HSL color Cylindrical-coordinate representation of color #757190: hue angle of 247.74º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #757190 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 113 | 144 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.44 |
| HSL | 247.74º | 0.12% | 0.5% | - |
| HSV(B) | 247.74º | 0.22% | 0.56% | - |
| XYZ | 18.28 | 17.61 | 28.82 | - |
| YUV | 117.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 144 | 0.19 | 0.22 | 0 | 0.44 | 247.74 | 0.12 | 0.5 |
| Hex | 75 | 71 | 90 | 13 | 16 | 0 | 2C | F8 | C | 32 |
| Octal | 165 | 161 | 220 | 23 | 26 | 0 | 54 | 370 | 14 | 62 |
| Binary | 1110101 | 1110001 | 10010000 | 10011 | 10110 | 0 | 101100 | 11111000 | 1100 | 110010 |
Color Harmonies of #757190
Complementary color
Monochromatic Colors of #757190
Black with #757190
Text Example
Text Example
White with #757190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757190; }
p { color: rgb(117,113,144); }
H1.HeaderClassName
{
color: #757190;
}
.AnyTagClassName
{
color: #757190;
}
</style>
background-color css
<style>
a { background-color: #757190; }
a { background-color: rgb(117,113,144); }
div.DivClassName
{
background-color: #757190;
}
.BgClassName
{
background-color: #757190;
}
</style>
border-color css
<style>
span { border-color: #757190; }
span { border-color: rgb(117,113,144); }
td.TdClassName
{
border-color: #757190;
}
.TagClassName
{
border-color: #757190;
}
</style>