Shades of Scampi #757597
Tints of Scampi #757597
RGB
CMYK
RGB Variations
Color information
#757597 (or 0x757597) is known color: Scampi. HEX triplet: 75, 75 and 97. RGB value is (117,117,151). Sum of RGB (Red+Green+Blue) = 117+117+151=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #757597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757597 is #8A8A68. Grayscale: #787878. Windows color (decimal): -9079401 or 9926005. OLE color: 9926005.
HSL color Cylindrical-coordinate representation of color #757597: hue angle of 240º 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 #757597 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 117 | 151 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.41 |
| HSL | 240º | 0.14% | 0.53% | - |
| HSV(B) | 240º | 0.23% | 0.59% | - |
| XYZ | 19.28 | 18.74 | 31.88 | - |
| YUV | 120.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 151 | 0.23 | 0.23 | 0 | 0.41 | 240 | 0.14 | 0.53 |
| Hex | 75 | 75 | 97 | 17 | 17 | 0 | 29 | F0 | E | 35 |
| Octal | 165 | 165 | 227 | 27 | 27 | 0 | 51 | 360 | 16 | 65 |
| Binary | 1110101 | 1110101 | 10010111 | 10111 | 10111 | 0 | 101001 | 11110000 | 1110 | 110101 |
Color Harmonies of #757597
Complementary color
Monochromatic Colors of #757597
Black with #757597
Text Example
Text Example
White with #757597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757597; }
p { color: rgb(117,117,151); }
H1.HeaderClassName
{
color: #757597;
}
.AnyTagClassName
{
color: #757597;
}
</style>
background-color css
<style>
a { background-color: #757597; }
a { background-color: rgb(117,117,151); }
div.DivClassName
{
background-color: #757597;
}
.BgClassName
{
background-color: #757597;
}
</style>
border-color css
<style>
span { border-color: #757597; }
span { border-color: rgb(117,117,151); }
td.TdClassName
{
border-color: #757597;
}
.TagClassName
{
border-color: #757597;
}
</style>