Shades of Scampi #747495
Tints of Scampi #747495
RGB
CMYK
RGB Variations
Color information
#747495 (or 0x747495) is known color: Scampi. HEX triplet: 74, 74 and 95. RGB value is (116,116,149). Sum of RGB (Red+Green+Blue) = 116+116+149=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #747495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747495 is #8B8B6A. Grayscale: #777777. Windows color (decimal): -9145195 or 9794676. OLE color: 9794676.
HSL color Cylindrical-coordinate representation of color #747495: 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 #747495 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 116 | 149 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.42 |
| HSL | 240º | 0.13% | 0.52% | - |
| HSV(B) | 240º | 0.22% | 0.58% | - |
| XYZ | 18.87 | 18.37 | 30.99 | - |
| YUV | 119.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 149 | 0.22 | 0.22 | 0 | 0.42 | 240 | 0.13 | 0.52 |
| Hex | 74 | 74 | 95 | 16 | 16 | 0 | 2A | F0 | D | 34 |
| Octal | 164 | 164 | 225 | 26 | 26 | 0 | 52 | 360 | 15 | 64 |
| Binary | 1110100 | 1110100 | 10010101 | 10110 | 10110 | 0 | 101010 | 11110000 | 1101 | 110100 |
Color Harmonies of #747495
Complementary color
Monochromatic Colors of #747495
Black with #747495
Text Example
Text Example
White with #747495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747495; }
p { color: rgb(116,116,149); }
H1.HeaderClassName
{
color: #747495;
}
.AnyTagClassName
{
color: #747495;
}
</style>
background-color css
<style>
a { background-color: #747495; }
a { background-color: rgb(116,116,149); }
div.DivClassName
{
background-color: #747495;
}
.BgClassName
{
background-color: #747495;
}
</style>
border-color css
<style>
span { border-color: #747495; }
span { border-color: rgb(116,116,149); }
td.TdClassName
{
border-color: #747495;
}
.TagClassName
{
border-color: #747495;
}
</style>