Shades of Scampi #746CAF
Tints of Scampi #746CAF
RGB
CMYK
RGB Variations
Color information
#746CAF (or 0x746CAF) is known color: Scampi. HEX triplet: 74, 6C and AF. RGB value is (116,108,175). Sum of RGB (Red+Green+Blue) = 116+108+175=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #746CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CAF is #8B9350. Grayscale: #757575. Windows color (decimal): -9147217 or 11496564. OLE color: 11496564.
HSL color Cylindrical-coordinate representation of color #746CAF: hue angle of 247.16º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746CAF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 108 | 175 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.31 |
| HSL | 247.16º | 0.3% | 0.55% | - |
| HSV(B) | 247.16º | 0.38% | 0.69% | - |
| XYZ | 20.3 | 17.53 | 42.87 | - |
| YUV | 118.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 175 | 0.34 | 0.38 | 0 | 0.31 | 247.16 | 0.3 | 0.55 |
| Hex | 74 | 6C | AF | 22 | 26 | 0 | 1F | F7 | 1E | 37 |
| Octal | 164 | 154 | 257 | 42 | 46 | 0 | 37 | 367 | 36 | 67 |
| Binary | 1110100 | 1101100 | 10101111 | 100010 | 100110 | 0 | 11111 | 11110111 | 11110 | 110111 |
Color Harmonies of #746CAF
Complementary color
Monochromatic Colors of #746CAF
Black with #746CAF
Text Example
Text Example
White with #746CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CAF; }
p { color: rgb(116,108,175); }
H1.HeaderClassName
{
color: #746CAF;
}
.AnyTagClassName
{
color: #746CAF;
}
</style>
background-color css
<style>
a { background-color: #746CAF; }
a { background-color: rgb(116,108,175); }
div.DivClassName
{
background-color: #746CAF;
}
.BgClassName
{
background-color: #746CAF;
}
</style>
border-color css
<style>
span { border-color: #746CAF; }
span { border-color: rgb(116,108,175); }
td.TdClassName
{
border-color: #746CAF;
}
.TagClassName
{
border-color: #746CAF;
}
</style>