Shades of Scampi #756E93
Tints of Scampi #756E93
RGB
CMYK
RGB Variations
Color information
#756E93 (or 0x756E93) is known color: Scampi. HEX triplet: 75, 6E and 93. RGB value is (117,110,147). Sum of RGB (Red+Green+Blue) = 117+110+147=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #756E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E93 is #8A916C. Grayscale: #747474. Windows color (decimal): -9081197 or 9662069. OLE color: 9662069.
HSL color Cylindrical-coordinate representation of color #756E93: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756E93 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 110 | 147 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.42 |
| HSL | 251.35º | 0.15% | 0.5% | - |
| HSV(B) | 251.35º | 0.25% | 0.58% | - |
| XYZ | 18.18 | 17.04 | 29.93 | - |
| YUV | 116.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 147 | 0.20 | 0.25 | 0 | 0.42 | 251.35 | 0.15 | 0.5 |
| Hex | 75 | 6E | 93 | 14 | 19 | 0 | 2A | FB | F | 32 |
| Octal | 165 | 156 | 223 | 24 | 31 | 0 | 52 | 373 | 17 | 62 |
| Binary | 1110101 | 1101110 | 10010011 | 10100 | 11001 | 0 | 101010 | 11111011 | 1111 | 110010 |
Color Harmonies of #756E93
Complementary color
Monochromatic Colors of #756E93
Black with #756E93
Text Example
Text Example
White with #756E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E93; }
p { color: rgb(117,110,147); }
H1.HeaderClassName
{
color: #756E93;
}
.AnyTagClassName
{
color: #756E93;
}
</style>
background-color css
<style>
a { background-color: #756E93; }
a { background-color: rgb(117,110,147); }
div.DivClassName
{
background-color: #756E93;
}
.BgClassName
{
background-color: #756E93;
}
</style>
border-color css
<style>
span { border-color: #756E93; }
span { border-color: rgb(117,110,147); }
td.TdClassName
{
border-color: #756E93;
}
.TagClassName
{
border-color: #756E93;
}
</style>