Shades of Scampi #736896
Tints of Scampi #736896
RGB
CMYK
RGB Variations
Color information
#736896 (or 0x736896) is known color: Scampi. HEX triplet: 73, 68 and 96. RGB value is (115,104,150). Sum of RGB (Red+Green+Blue) = 115+104+150=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #736896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736896 is #8C9769. Grayscale: #707070. Windows color (decimal): -9213802 or 9857139. OLE color: 9857139.
HSL color Cylindrical-coordinate representation of color #736896: hue angle of 254.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736896 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 104 | 150 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.41 |
| HSL | 254.35º | 0.18% | 0.5% | - |
| HSV(B) | 254.35º | 0.31% | 0.59% | - |
| XYZ | 17.53 | 15.75 | 30.97 | - |
| YUV | 112.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 150 | 0.23 | 0.31 | 0 | 0.41 | 254.35 | 0.18 | 0.5 |
| Hex | 73 | 68 | 96 | 17 | 1F | 0 | 29 | FE | 12 | 32 |
| Octal | 163 | 150 | 226 | 27 | 37 | 0 | 51 | 376 | 22 | 62 |
| Binary | 1110011 | 1101000 | 10010110 | 10111 | 11111 | 0 | 101001 | 11111110 | 10010 | 110010 |
Color Harmonies of #736896
Complementary color
Monochromatic Colors of #736896
Black with #736896
Text Example
Text Example
White with #736896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736896; }
p { color: rgb(115,104,150); }
H1.HeaderClassName
{
color: #736896;
}
.AnyTagClassName
{
color: #736896;
}
</style>
background-color css
<style>
a { background-color: #736896; }
a { background-color: rgb(115,104,150); }
div.DivClassName
{
background-color: #736896;
}
.BgClassName
{
background-color: #736896;
}
</style>
border-color css
<style>
span { border-color: #736896; }
span { border-color: rgb(115,104,150); }
td.TdClassName
{
border-color: #736896;
}
.TagClassName
{
border-color: #736896;
}
</style>