Shades of Scampi #757797
Tints of Scampi #757797
RGB
CMYK
RGB Variations
Color information
#757797 (or 0x757797) is known color: Scampi. HEX triplet: 75, 77 and 97. RGB value is (117,119,151). Sum of RGB (Red+Green+Blue) = 117+119+151=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #757797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757797 is #8A8868. Grayscale: #797979. Windows color (decimal): -9078889 or 9926517. OLE color: 9926517.
HSL color Cylindrical-coordinate representation of color #757797: hue angle of 236.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757797 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 119 | 151 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.41 |
| HSL | 236.47º | 0.14% | 0.53% | - |
| HSV(B) | 236.47º | 0.23% | 0.59% | - |
| XYZ | 19.52 | 19.21 | 31.96 | - |
| YUV | 122.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 151 | 0.23 | 0.21 | 0 | 0.41 | 236.47 | 0.14 | 0.53 |
| Hex | 75 | 77 | 97 | 17 | 15 | 0 | 29 | EC | E | 35 |
| Octal | 165 | 167 | 227 | 27 | 25 | 0 | 51 | 354 | 16 | 65 |
| Binary | 1110101 | 1110111 | 10010111 | 10111 | 10101 | 0 | 101001 | 11101100 | 1110 | 110101 |
Color Harmonies of #757797
Complementary color
Monochromatic Colors of #757797
Black with #757797
Text Example
Text Example
White with #757797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757797; }
p { color: rgb(117,119,151); }
H1.HeaderClassName
{
color: #757797;
}
.AnyTagClassName
{
color: #757797;
}
</style>
background-color css
<style>
a { background-color: #757797; }
a { background-color: rgb(117,119,151); }
div.DivClassName
{
background-color: #757797;
}
.BgClassName
{
background-color: #757797;
}
</style>
border-color css
<style>
span { border-color: #757797; }
span { border-color: rgb(117,119,151); }
td.TdClassName
{
border-color: #757797;
}
.TagClassName
{
border-color: #757797;
}
</style>