Shades of Scampi #746E90
Tints of Scampi #746E90
RGB
CMYK
RGB Variations
Color information
#746E90 (or 0x746E90) is known color: Scampi. HEX triplet: 74, 6E and 90. RGB value is (116,110,144). Sum of RGB (Red+Green+Blue) = 116+110+144=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 110 (43.36% from 255 or 29.73% 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 #746E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E90 is #8B916F. Grayscale: #737373. Windows color (decimal): -9146736 or 9465460. OLE color: 9465460.
HSL color Cylindrical-coordinate representation of color #746E90: hue angle of 250.59º 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 #746E90 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 110 | 144 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.44 |
| HSL | 250.59º | 0.13% | 0.5% | - |
| HSV(B) | 250.59º | 0.24% | 0.56% | - |
| XYZ | 17.81 | 16.88 | 28.7 | - |
| YUV | 115.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 144 | 0.19 | 0.24 | 0 | 0.44 | 250.59 | 0.13 | 0.5 |
| Hex | 74 | 6E | 90 | 13 | 18 | 0 | 2C | FB | D | 32 |
| Octal | 164 | 156 | 220 | 23 | 30 | 0 | 54 | 373 | 15 | 62 |
| Binary | 1110100 | 1101110 | 10010000 | 10011 | 11000 | 0 | 101100 | 11111011 | 1101 | 110010 |
Color Harmonies of #746E90
Complementary color
Monochromatic Colors of #746E90
Black with #746E90
Text Example
Text Example
White with #746E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E90; }
p { color: rgb(116,110,144); }
H1.HeaderClassName
{
color: #746E90;
}
.AnyTagClassName
{
color: #746E90;
}
</style>
background-color css
<style>
a { background-color: #746E90; }
a { background-color: rgb(116,110,144); }
div.DivClassName
{
background-color: #746E90;
}
.BgClassName
{
background-color: #746E90;
}
</style>
border-color css
<style>
span { border-color: #746E90; }
span { border-color: rgb(116,110,144); }
td.TdClassName
{
border-color: #746E90;
}
.TagClassName
{
border-color: #746E90;
}
</style>