Shades of Scampi #757090
Tints of Scampi #757090
RGB
CMYK
RGB Variations
Color information
#757090 (or 0x757090) is known color: Scampi. HEX triplet: 75, 70 and 90. RGB value is (117,112,144). Sum of RGB (Red+Green+Blue) = 117+112+144=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #757090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757090 is #8A8F6F. Grayscale: #757575. Windows color (decimal): -9080688 or 9465973. OLE color: 9465973.
HSL color Cylindrical-coordinate representation of color #757090: hue angle of 249.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #757090 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 112 | 144 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.44 |
| HSL | 249.38º | 0.13% | 0.5% | - |
| HSV(B) | 249.38º | 0.22% | 0.56% | - |
| XYZ | 18.16 | 17.38 | 28.78 | - |
| YUV | 117.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 144 | 0.19 | 0.22 | 0 | 0.44 | 249.38 | 0.13 | 0.5 |
| Hex | 75 | 70 | 90 | 13 | 16 | 0 | 2C | F9 | D | 32 |
| Octal | 165 | 160 | 220 | 23 | 26 | 0 | 54 | 371 | 15 | 62 |
| Binary | 1110101 | 1110000 | 10010000 | 10011 | 10110 | 0 | 101100 | 11111001 | 1101 | 110010 |
Color Harmonies of #757090
Complementary color
Monochromatic Colors of #757090
Black with #757090
Text Example
Text Example
White with #757090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757090; }
p { color: rgb(117,112,144); }
H1.HeaderClassName
{
color: #757090;
}
.AnyTagClassName
{
color: #757090;
}
</style>
background-color css
<style>
a { background-color: #757090; }
a { background-color: rgb(117,112,144); }
div.DivClassName
{
background-color: #757090;
}
.BgClassName
{
background-color: #757090;
}
</style>
border-color css
<style>
span { border-color: #757090; }
span { border-color: rgb(117,112,144); }
td.TdClassName
{
border-color: #757090;
}
.TagClassName
{
border-color: #757090;
}
</style>