Shades of Scampi #736C91
Tints of Scampi #736C91
RGB
CMYK
RGB Variations
Color information
#736C91 (or 0x736C91) is known color: Scampi. HEX triplet: 73, 6C and 91. RGB value is (115,108,145). Sum of RGB (Red+Green+Blue) = 115+108+145=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #736C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C91 is #8C936E. Grayscale: #727272. Windows color (decimal): -9212783 or 9530483. OLE color: 9530483.
HSL color Cylindrical-coordinate representation of color #736C91: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736C91 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 108 | 145 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.43 |
| HSL | 251.35º | 0.15% | 0.5% | - |
| HSV(B) | 251.35º | 0.26% | 0.57% | - |
| XYZ | 17.54 | 16.41 | 29.03 | - |
| YUV | 114.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 145 | 0.21 | 0.26 | 0 | 0.43 | 251.35 | 0.15 | 0.5 |
| Hex | 73 | 6C | 91 | 15 | 1A | 0 | 2B | FB | F | 32 |
| Octal | 163 | 154 | 221 | 25 | 32 | 0 | 53 | 373 | 17 | 62 |
| Binary | 1110011 | 1101100 | 10010001 | 10101 | 11010 | 0 | 101011 | 11111011 | 1111 | 110010 |
Color Harmonies of #736C91
Complementary color
Monochromatic Colors of #736C91
Black with #736C91
Text Example
Text Example
White with #736C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C91; }
p { color: rgb(115,108,145); }
H1.HeaderClassName
{
color: #736C91;
}
.AnyTagClassName
{
color: #736C91;
}
</style>
background-color css
<style>
a { background-color: #736C91; }
a { background-color: rgb(115,108,145); }
div.DivClassName
{
background-color: #736C91;
}
.BgClassName
{
background-color: #736C91;
}
</style>
border-color css
<style>
span { border-color: #736C91; }
span { border-color: rgb(115,108,145); }
td.TdClassName
{
border-color: #736C91;
}
.TagClassName
{
border-color: #736C91;
}
</style>