Shades of Scampi #747494
Tints of Scampi #747494
RGB
CMYK
RGB Variations
Color information
#747494 (or 0x747494) is known color: Scampi. HEX triplet: 74, 74 and 94. RGB value is (116,116,148). Sum of RGB (Red+Green+Blue) = 116+116+148=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #747494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747494 is #8B8B6B. Grayscale: #777777. Windows color (decimal): -9145196 or 9729140. OLE color: 9729140.
HSL color Cylindrical-coordinate representation of color #747494: hue angle of 240º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #747494 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 116 | 148 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.42 |
| HSL | 240º | 0.13% | 0.52% | - |
| HSV(B) | 240º | 0.22% | 0.58% | - |
| XYZ | 18.79 | 18.34 | 30.57 | - |
| YUV | 119.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 148 | 0.22 | 0.22 | 0 | 0.42 | 240 | 0.13 | 0.52 |
| Hex | 74 | 74 | 94 | 16 | 16 | 0 | 2A | F0 | D | 34 |
| Octal | 164 | 164 | 224 | 26 | 26 | 0 | 52 | 360 | 15 | 64 |
| Binary | 1110100 | 1110100 | 10010100 | 10110 | 10110 | 0 | 101010 | 11110000 | 1101 | 110100 |
Color Harmonies of #747494
Complementary color
Monochromatic Colors of #747494
Black with #747494
Text Example
Text Example
White with #747494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747494; }
p { color: rgb(116,116,148); }
H1.HeaderClassName
{
color: #747494;
}
.AnyTagClassName
{
color: #747494;
}
</style>
background-color css
<style>
a { background-color: #747494; }
a { background-color: rgb(116,116,148); }
div.DivClassName
{
background-color: #747494;
}
.BgClassName
{
background-color: #747494;
}
</style>
border-color css
<style>
span { border-color: #747494; }
span { border-color: rgb(116,116,148); }
td.TdClassName
{
border-color: #747494;
}
.TagClassName
{
border-color: #747494;
}
</style>