Shades of Scampi #757098
Tints of Scampi #757098
RGB
CMYK
RGB Variations
Color information
#757098 (or 0x757098) is known color: Scampi. HEX triplet: 75, 70 and 98. RGB value is (117,112,152). Sum of RGB (Red+Green+Blue) = 117+112+152=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #757098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757098 is #8A8F67. Grayscale: #757575. Windows color (decimal): -9080680 or 9990261. OLE color: 9990261.
HSL color Cylindrical-coordinate representation of color #757098: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757098 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 112 | 152 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.40 |
| HSL | 247.5º | 0.16% | 0.52% | - |
| HSV(B) | 247.5º | 0.26% | 0.6% | - |
| XYZ | 18.8 | 17.64 | 32.12 | - |
| YUV | 118.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 152 | 0.23 | 0.26 | 0 | 0.40 | 247.5 | 0.16 | 0.52 |
| Hex | 75 | 70 | 98 | 17 | 1A | 0 | 28 | F8 | 10 | 34 |
| Octal | 165 | 160 | 230 | 27 | 32 | 0 | 50 | 370 | 20 | 64 |
| Binary | 1110101 | 1110000 | 10011000 | 10111 | 11010 | 0 | 101000 | 11111000 | 10000 | 110100 |
Color Harmonies of #757098
Complementary color
Monochromatic Colors of #757098
Black with #757098
Text Example
Text Example
White with #757098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757098; }
p { color: rgb(117,112,152); }
H1.HeaderClassName
{
color: #757098;
}
.AnyTagClassName
{
color: #757098;
}
</style>
background-color css
<style>
a { background-color: #757098; }
a { background-color: rgb(117,112,152); }
div.DivClassName
{
background-color: #757098;
}
.BgClassName
{
background-color: #757098;
}
</style>
border-color css
<style>
span { border-color: #757098; }
span { border-color: rgb(117,112,152); }
td.TdClassName
{
border-color: #757098;
}
.TagClassName
{
border-color: #757098;
}
</style>