Shades of Scampi #757798
Tints of Scampi #757798
RGB
CMYK
RGB Variations
Color information
#757798 (or 0x757798) is known color: Scampi. HEX triplet: 75, 77 and 98. RGB value is (117,119,152). Sum of RGB (Red+Green+Blue) = 117+119+152=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #757798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757798 is #8A8867. Grayscale: #7A7A7A. Windows color (decimal): -9078888 or 9992053. OLE color: 9992053.
HSL color Cylindrical-coordinate representation of color #757798: hue angle of 236.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757798 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 119 | 152 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.40 |
| HSL | 236.57º | 0.15% | 0.53% | - |
| HSV(B) | 236.57º | 0.23% | 0.6% | - |
| XYZ | 19.6 | 19.24 | 32.39 | - |
| YUV | 122.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 152 | 0.23 | 0.22 | 0 | 0.40 | 236.57 | 0.15 | 0.53 |
| Hex | 75 | 77 | 98 | 17 | 16 | 0 | 28 | ED | F | 35 |
| Octal | 165 | 167 | 230 | 27 | 26 | 0 | 50 | 355 | 17 | 65 |
| Binary | 1110101 | 1110111 | 10011000 | 10111 | 10110 | 0 | 101000 | 11101101 | 1111 | 110101 |
Color Harmonies of #757798
Complementary color
Monochromatic Colors of #757798
Black with #757798
Text Example
Text Example
White with #757798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757798; }
p { color: rgb(117,119,152); }
H1.HeaderClassName
{
color: #757798;
}
.AnyTagClassName
{
color: #757798;
}
</style>
background-color css
<style>
a { background-color: #757798; }
a { background-color: rgb(117,119,152); }
div.DivClassName
{
background-color: #757798;
}
.BgClassName
{
background-color: #757798;
}
</style>
border-color css
<style>
span { border-color: #757798; }
span { border-color: rgb(117,119,152); }
td.TdClassName
{
border-color: #757798;
}
.TagClassName
{
border-color: #757798;
}
</style>