Shades of Scampi #736396
Tints of Scampi #736396
RGB
CMYK
RGB Variations
Color information
#736396 (or 0x736396) is known color: Scampi. HEX triplet: 73, 63 and 96. RGB value is (115,99,150). Sum of RGB (Red+Green+Blue) = 115+99+150=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #736396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736396 is #8C9C69. Grayscale: #6D6D6D. Windows color (decimal): -9215082 or 9855859. OLE color: 9855859.
HSL color Cylindrical-coordinate representation of color #736396: hue angle of 258.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736396 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 99 | 150 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.41 |
| HSL | 258.82º | 0.2% | 0.49% | - |
| HSV(B) | 258.82º | 0.34% | 0.59% | - |
| XYZ | 17.04 | 14.77 | 30.81 | - |
| YUV | 109.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 150 | 0.23 | 0.34 | 0 | 0.41 | 258.82 | 0.2 | 0.49 |
| Hex | 73 | 63 | 96 | 17 | 22 | 0 | 29 | 103 | 14 | 31 |
| Octal | 163 | 143 | 226 | 27 | 42 | 0 | 51 | 403 | 24 | 61 |
| Binary | 1110011 | 1100011 | 10010110 | 10111 | 100010 | 0 | 101001 | 100000011 | 10100 | 110001 |
Color Harmonies of #736396
Complementary color
Monochromatic Colors of #736396
Black with #736396
Text Example
Text Example
White with #736396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736396; }
p { color: rgb(115,99,150); }
H1.HeaderClassName
{
color: #736396;
}
.AnyTagClassName
{
color: #736396;
}
</style>
background-color css
<style>
a { background-color: #736396; }
a { background-color: rgb(115,99,150); }
div.DivClassName
{
background-color: #736396;
}
.BgClassName
{
background-color: #736396;
}
</style>
border-color css
<style>
span { border-color: #736396; }
span { border-color: rgb(115,99,150); }
td.TdClassName
{
border-color: #736396;
}
.TagClassName
{
border-color: #736396;
}
</style>