Shades of Scampi #746C95
Tints of Scampi #746C95
RGB
CMYK
RGB Variations
Color information
#746C95 (or 0x746C95) is known color: Scampi. HEX triplet: 74, 6C and 95. RGB value is (116,108,149). Sum of RGB (Red+Green+Blue) = 116+108+149=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #746C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746C95 is #8B936A. Grayscale: #727272. Windows color (decimal): -9147243 or 9792628. OLE color: 9792628.
HSL color Cylindrical-coordinate representation of color #746C95: hue angle of 251.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746C95 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 108 | 149 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.42 |
| HSL | 251.71º | 0.16% | 0.5% | - |
| HSV(B) | 251.71º | 0.28% | 0.58% | - |
| XYZ | 17.99 | 16.61 | 30.69 | - |
| YUV | 115.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 149 | 0.22 | 0.28 | 0 | 0.42 | 251.71 | 0.16 | 0.5 |
| Hex | 74 | 6C | 95 | 16 | 1C | 0 | 2A | FC | 10 | 32 |
| Octal | 164 | 154 | 225 | 26 | 34 | 0 | 52 | 374 | 20 | 62 |
| Binary | 1110100 | 1101100 | 10010101 | 10110 | 11100 | 0 | 101010 | 11111100 | 10000 | 110010 |
Color Harmonies of #746C95
Complementary color
Monochromatic Colors of #746C95
Black with #746C95
Text Example
Text Example
White with #746C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C95; }
p { color: rgb(116,108,149); }
H1.HeaderClassName
{
color: #746C95;
}
.AnyTagClassName
{
color: #746C95;
}
</style>
background-color css
<style>
a { background-color: #746C95; }
a { background-color: rgb(116,108,149); }
div.DivClassName
{
background-color: #746C95;
}
.BgClassName
{
background-color: #746C95;
}
</style>
border-color css
<style>
span { border-color: #746C95; }
span { border-color: rgb(116,108,149); }
td.TdClassName
{
border-color: #746C95;
}
.TagClassName
{
border-color: #746C95;
}
</style>