Shades of Scampi #756E90
Tints of Scampi #756E90
RGB
CMYK
RGB Variations
Color information
#756E90 (or 0x756E90) is known color: Scampi. HEX triplet: 75, 6E and 90. RGB value is (117,110,144). Sum of RGB (Red+Green+Blue) = 117+110+144=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #756E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E90 is #8A916F. Grayscale: #737373. Windows color (decimal): -9081200 or 9465461. OLE color: 9465461.
HSL color Cylindrical-coordinate representation of color #756E90: hue angle of 252.35º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756E90 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 110 | 144 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.44 |
| HSL | 252.35º | 0.13% | 0.5% | - |
| HSV(B) | 252.35º | 0.24% | 0.56% | - |
| XYZ | 17.95 | 16.95 | 28.71 | - |
| YUV | 115.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 144 | 0.19 | 0.24 | 0 | 0.44 | 252.35 | 0.13 | 0.5 |
| Hex | 75 | 6E | 90 | 13 | 18 | 0 | 2C | FC | D | 32 |
| Octal | 165 | 156 | 220 | 23 | 30 | 0 | 54 | 374 | 15 | 62 |
| Binary | 1110101 | 1101110 | 10010000 | 10011 | 11000 | 0 | 101100 | 11111100 | 1101 | 110010 |
Color Harmonies of #756E90
Complementary color
Monochromatic Colors of #756E90
Black with #756E90
Text Example
Text Example
White with #756E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E90; }
p { color: rgb(117,110,144); }
H1.HeaderClassName
{
color: #756E90;
}
.AnyTagClassName
{
color: #756E90;
}
</style>
background-color css
<style>
a { background-color: #756E90; }
a { background-color: rgb(117,110,144); }
div.DivClassName
{
background-color: #756E90;
}
.BgClassName
{
background-color: #756E90;
}
</style>
border-color css
<style>
span { border-color: #756E90; }
span { border-color: rgb(117,110,144); }
td.TdClassName
{
border-color: #756E90;
}
.TagClassName
{
border-color: #756E90;
}
</style>