Shades of Scampi #756C93
Tints of Scampi #756C93
RGB
CMYK
RGB Variations
Color information
#756C93 (or 0x756C93) is known color: Scampi. HEX triplet: 75, 6C and 93. RGB value is (117,108,147). Sum of RGB (Red+Green+Blue) = 117+108+147=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #756C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C93 is #8A936C. Grayscale: #727272. Windows color (decimal): -9081709 or 9661557. OLE color: 9661557.
HSL color Cylindrical-coordinate representation of color #756C93: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756C93 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 108 | 147 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.42 |
| HSL | 253.85º | 0.15% | 0.5% | - |
| HSV(B) | 253.85º | 0.27% | 0.58% | - |
| XYZ | 17.97 | 16.61 | 29.86 | - |
| YUV | 115.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 147 | 0.20 | 0.27 | 0 | 0.42 | 253.85 | 0.15 | 0.5 |
| Hex | 75 | 6C | 93 | 14 | 1B | 0 | 2A | FE | F | 32 |
| Octal | 165 | 154 | 223 | 24 | 33 | 0 | 52 | 376 | 17 | 62 |
| Binary | 1110101 | 1101100 | 10010011 | 10100 | 11011 | 0 | 101010 | 11111110 | 1111 | 110010 |
Color Harmonies of #756C93
Complementary color
Monochromatic Colors of #756C93
Black with #756C93
Text Example
Text Example
White with #756C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C93; }
p { color: rgb(117,108,147); }
H1.HeaderClassName
{
color: #756C93;
}
.AnyTagClassName
{
color: #756C93;
}
</style>
background-color css
<style>
a { background-color: #756C93; }
a { background-color: rgb(117,108,147); }
div.DivClassName
{
background-color: #756C93;
}
.BgClassName
{
background-color: #756C93;
}
</style>
border-color css
<style>
span { border-color: #756C93; }
span { border-color: rgb(117,108,147); }
td.TdClassName
{
border-color: #756C93;
}
.TagClassName
{
border-color: #756C93;
}
</style>