Shades of Scampi #746F90
Tints of Scampi #746F90
RGB
CMYK
RGB Variations
Color information
#746F90 (or 0x746F90) is known color: Scampi. HEX triplet: 74, 6F and 90. RGB value is (116,111,144). Sum of RGB (Red+Green+Blue) = 116+111+144=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 111 (43.75% from 255 or 29.92% 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 #746F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F90 is #8B906F. Grayscale: #747474. Windows color (decimal): -9146480 or 9465716. OLE color: 9465716.
HSL color Cylindrical-coordinate representation of color #746F90: hue angle of 249.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746F90 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 111 | 144 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.44 |
| HSL | 249.09º | 0.13% | 0.5% | - |
| HSV(B) | 249.09º | 0.23% | 0.56% | - |
| XYZ | 17.92 | 17.1 | 28.74 | - |
| YUV | 116.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 144 | 0.19 | 0.23 | 0 | 0.44 | 249.09 | 0.13 | 0.5 |
| Hex | 74 | 6F | 90 | 13 | 17 | 0 | 2C | F9 | D | 32 |
| Octal | 164 | 157 | 220 | 23 | 27 | 0 | 54 | 371 | 15 | 62 |
| Binary | 1110100 | 1101111 | 10010000 | 10011 | 10111 | 0 | 101100 | 11111001 | 1101 | 110010 |
Color Harmonies of #746F90
Complementary color
Monochromatic Colors of #746F90
Black with #746F90
Text Example
Text Example
White with #746F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F90; }
p { color: rgb(116,111,144); }
H1.HeaderClassName
{
color: #746F90;
}
.AnyTagClassName
{
color: #746F90;
}
</style>
background-color css
<style>
a { background-color: #746F90; }
a { background-color: rgb(116,111,144); }
div.DivClassName
{
background-color: #746F90;
}
.BgClassName
{
background-color: #746F90;
}
</style>
border-color css
<style>
span { border-color: #746F90; }
span { border-color: rgb(116,111,144); }
td.TdClassName
{
border-color: #746F90;
}
.TagClassName
{
border-color: #746F90;
}
</style>