Shades of Scampi #757490
Tints of Scampi #757490
RGB
CMYK
RGB Variations
Color information
#757490 (or 0x757490) is known color: Scampi. HEX triplet: 75, 74 and 90. RGB value is (117,116,144). Sum of RGB (Red+Green+Blue) = 117+116+144=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #757490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757490 is #8A8B6F. Grayscale: #777777. Windows color (decimal): -9079664 or 9466997. OLE color: 9466997.
HSL color Cylindrical-coordinate representation of color #757490: hue angle of 242.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757490 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 116 | 144 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.44 |
| HSL | 242.14º | 0.11% | 0.51% | - |
| HSV(B) | 242.14º | 0.19% | 0.56% | - |
| XYZ | 18.62 | 18.29 | 28.93 | - |
| YUV | 119.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 144 | 0.19 | 0.19 | 0 | 0.44 | 242.14 | 0.11 | 0.51 |
| Hex | 75 | 74 | 90 | 13 | 13 | 0 | 2C | F2 | B | 33 |
| Octal | 165 | 164 | 220 | 23 | 23 | 0 | 54 | 362 | 13 | 63 |
| Binary | 1110101 | 1110100 | 10010000 | 10011 | 10011 | 0 | 101100 | 11110010 | 1011 | 110011 |
Color Harmonies of #757490
Complementary color
Monochromatic Colors of #757490
Black with #757490
Text Example
Text Example
White with #757490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757490; }
p { color: rgb(117,116,144); }
H1.HeaderClassName
{
color: #757490;
}
.AnyTagClassName
{
color: #757490;
}
</style>
background-color css
<style>
a { background-color: #757490; }
a { background-color: rgb(117,116,144); }
div.DivClassName
{
background-color: #757490;
}
.BgClassName
{
background-color: #757490;
}
</style>
border-color css
<style>
span { border-color: #757490; }
span { border-color: rgb(117,116,144); }
td.TdClassName
{
border-color: #757490;
}
.TagClassName
{
border-color: #757490;
}
</style>