Shades of Scampi #756599
Tints of Scampi #756599
RGB
CMYK
RGB Variations
Color information
#756599 (or 0x756599) is known color: Scampi. HEX triplet: 75, 65 and 99. RGB value is (117,101,153). Sum of RGB (Red+Green+Blue) = 117+101+153=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #756599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756599 is #8A9A66. Grayscale: #6F6F6F. Windows color (decimal): -9083495 or 10052981. OLE color: 10052981.
HSL color Cylindrical-coordinate representation of color #756599: hue angle of 258.46º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756599 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 101 | 153 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.4 |
| HSL | 258.46º | 0.2% | 0.5% | - |
| HSV(B) | 258.46º | 0.34% | 0.6% | - |
| XYZ | 17.74 | 15.39 | 32.17 | - |
| YUV | 111.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 153 | 0.24 | 0.34 | 0 | 0.4 | 258.46 | 0.2 | 0.5 |
| Hex | 75 | 65 | 99 | 18 | 22 | 0 | 28 | 102 | 14 | 32 |
| Octal | 165 | 145 | 231 | 30 | 42 | 0 | 50 | 402 | 24 | 62 |
| Binary | 1110101 | 1100101 | 10011001 | 11000 | 100010 | 0 | 101000 | 100000010 | 10100 | 110010 |
Color Harmonies of #756599
Complementary color
Monochromatic Colors of #756599
Black with #756599
Text Example
Text Example
White with #756599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756599; }
p { color: rgb(117,101,153); }
H1.HeaderClassName
{
color: #756599;
}
.AnyTagClassName
{
color: #756599;
}
</style>
background-color css
<style>
a { background-color: #756599; }
a { background-color: rgb(117,101,153); }
div.DivClassName
{
background-color: #756599;
}
.BgClassName
{
background-color: #756599;
}
</style>
border-color css
<style>
span { border-color: #756599; }
span { border-color: rgb(117,101,153); }
td.TdClassName
{
border-color: #756599;
}
.TagClassName
{
border-color: #756599;
}
</style>