Shades of Scampi #757696
Tints of Scampi #757696
RGB
CMYK
RGB Variations
Color information
#757696 (or 0x757696) is known color: Scampi. HEX triplet: 75, 76 and 96. RGB value is (117,118,150). Sum of RGB (Red+Green+Blue) = 117+118+150=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #757696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757696 is #8A8969. Grayscale: #797979. Windows color (decimal): -9079146 or 9860725. OLE color: 9860725.
HSL color Cylindrical-coordinate representation of color #757696: hue angle of 238.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #757696 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 118 | 150 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.41 |
| HSL | 238.18º | 0.14% | 0.52% | - |
| HSV(B) | 238.18º | 0.22% | 0.59% | - |
| XYZ | 19.32 | 18.94 | 31.49 | - |
| YUV | 121.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 150 | 0.22 | 0.21 | 0 | 0.41 | 238.18 | 0.14 | 0.52 |
| Hex | 75 | 76 | 96 | 16 | 15 | 0 | 29 | EE | E | 34 |
| Octal | 165 | 166 | 226 | 26 | 25 | 0 | 51 | 356 | 16 | 64 |
| Binary | 1110101 | 1110110 | 10010110 | 10110 | 10101 | 0 | 101001 | 11101110 | 1110 | 110100 |
Color Harmonies of #757696
Complementary color
Monochromatic Colors of #757696
Black with #757696
Text Example
Text Example
White with #757696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757696; }
p { color: rgb(117,118,150); }
H1.HeaderClassName
{
color: #757696;
}
.AnyTagClassName
{
color: #757696;
}
</style>
background-color css
<style>
a { background-color: #757696; }
a { background-color: rgb(117,118,150); }
div.DivClassName
{
background-color: #757696;
}
.BgClassName
{
background-color: #757696;
}
</style>
border-color css
<style>
span { border-color: #757696; }
span { border-color: rgb(117,118,150); }
td.TdClassName
{
border-color: #757696;
}
.TagClassName
{
border-color: #757696;
}
</style>