Shades of Scampi #736F91
Tints of Scampi #736F91
RGB
CMYK
RGB Variations
Color information
#736F91 (or 0x736F91) is known color: Scampi. HEX triplet: 73, 6F and 91. RGB value is (115,111,145). Sum of RGB (Red+Green+Blue) = 115+111+145=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #736F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F91 is #8C906E. Grayscale: #737373. Windows color (decimal): -9212015 or 9531251. OLE color: 9531251.
HSL color Cylindrical-coordinate representation of color #736F91: hue angle of 247.06º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736F91 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 111 | 145 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.43 |
| HSL | 247.06º | 0.13% | 0.5% | - |
| HSV(B) | 247.06º | 0.23% | 0.57% | - |
| XYZ | 17.87 | 17.06 | 29.14 | - |
| YUV | 116.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 145 | 0.21 | 0.23 | 0 | 0.43 | 247.06 | 0.13 | 0.5 |
| Hex | 73 | 6F | 91 | 15 | 17 | 0 | 2B | F7 | D | 32 |
| Octal | 163 | 157 | 221 | 25 | 27 | 0 | 53 | 367 | 15 | 62 |
| Binary | 1110011 | 1101111 | 10010001 | 10101 | 10111 | 0 | 101011 | 11110111 | 1101 | 110010 |
Color Harmonies of #736F91
Complementary color
Monochromatic Colors of #736F91
Black with #736F91
Text Example
Text Example
White with #736F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F91; }
p { color: rgb(115,111,145); }
H1.HeaderClassName
{
color: #736F91;
}
.AnyTagClassName
{
color: #736F91;
}
</style>
background-color css
<style>
a { background-color: #736F91; }
a { background-color: rgb(115,111,145); }
div.DivClassName
{
background-color: #736F91;
}
.BgClassName
{
background-color: #736F91;
}
</style>
border-color css
<style>
span { border-color: #736F91; }
span { border-color: rgb(115,111,145); }
td.TdClassName
{
border-color: #736F91;
}
.TagClassName
{
border-color: #736F91;
}
</style>