Shades of Scampi #756D90
Tints of Scampi #756D90
RGB
CMYK
RGB Variations
Color information
#756D90 (or 0x756D90) is known color: Scampi. HEX triplet: 75, 6D and 90. RGB value is (117,109,144). Sum of RGB (Red+Green+Blue) = 117+109+144=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #756D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D90 is #8A926F. Grayscale: #737373. Windows color (decimal): -9081456 or 9465205. OLE color: 9465205.
HSL color Cylindrical-coordinate representation of color #756D90: hue angle of 253.71º degrees, saturation: 0.14, 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 #756D90 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 109 | 144 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.44 |
| HSL | 253.71º | 0.14% | 0.5% | - |
| HSV(B) | 253.71º | 0.24% | 0.56% | - |
| XYZ | 17.84 | 16.73 | 28.68 | - |
| YUV | 115.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 144 | 0.19 | 0.24 | 0 | 0.44 | 253.71 | 0.14 | 0.5 |
| Hex | 75 | 6D | 90 | 13 | 18 | 0 | 2C | FE | E | 32 |
| Octal | 165 | 155 | 220 | 23 | 30 | 0 | 54 | 376 | 16 | 62 |
| Binary | 1110101 | 1101101 | 10010000 | 10011 | 11000 | 0 | 101100 | 11111110 | 1110 | 110010 |
Color Harmonies of #756D90
Complementary color
Monochromatic Colors of #756D90
Black with #756D90
Text Example
Text Example
White with #756D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D90; }
p { color: rgb(117,109,144); }
H1.HeaderClassName
{
color: #756D90;
}
.AnyTagClassName
{
color: #756D90;
}
</style>
background-color css
<style>
a { background-color: #756D90; }
a { background-color: rgb(117,109,144); }
div.DivClassName
{
background-color: #756D90;
}
.BgClassName
{
background-color: #756D90;
}
</style>
border-color css
<style>
span { border-color: #756D90; }
span { border-color: rgb(117,109,144); }
td.TdClassName
{
border-color: #756D90;
}
.TagClassName
{
border-color: #756D90;
}
</style>