Shades of Scampi #757093
Tints of Scampi #757093
RGB
CMYK
RGB Variations
Color information
#757093 (or 0x757093) is known color: Scampi. HEX triplet: 75, 70 and 93. RGB value is (117,112,147). Sum of RGB (Red+Green+Blue) = 117+112+147=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #757093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757093 is #8A8F6C. Grayscale: #757575. Windows color (decimal): -9080685 or 9662581. OLE color: 9662581.
HSL color Cylindrical-coordinate representation of color #757093: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757093 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 112 | 147 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.42 |
| HSL | 248.57º | 0.14% | 0.51% | - |
| HSV(B) | 248.57º | 0.24% | 0.58% | - |
| XYZ | 18.4 | 17.48 | 30.01 | - |
| YUV | 117.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 147 | 0.20 | 0.24 | 0 | 0.42 | 248.57 | 0.14 | 0.51 |
| Hex | 75 | 70 | 93 | 14 | 18 | 0 | 2A | F9 | E | 33 |
| Octal | 165 | 160 | 223 | 24 | 30 | 0 | 52 | 371 | 16 | 63 |
| Binary | 1110101 | 1110000 | 10010011 | 10100 | 11000 | 0 | 101010 | 11111001 | 1110 | 110011 |
Color Harmonies of #757093
Complementary color
Monochromatic Colors of #757093
Black with #757093
Text Example
Text Example
White with #757093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757093; }
p { color: rgb(117,112,147); }
H1.HeaderClassName
{
color: #757093;
}
.AnyTagClassName
{
color: #757093;
}
</style>
background-color css
<style>
a { background-color: #757093; }
a { background-color: rgb(117,112,147); }
div.DivClassName
{
background-color: #757093;
}
.BgClassName
{
background-color: #757093;
}
</style>
border-color css
<style>
span { border-color: #757093; }
span { border-color: rgb(117,112,147); }
td.TdClassName
{
border-color: #757093;
}
.TagClassName
{
border-color: #757093;
}
</style>