Shades of Scampi #736E92
Tints of Scampi #736E92
RGB
CMYK
RGB Variations
Color information
#736E92 (or 0x736E92) is known color: Scampi. HEX triplet: 73, 6E and 92. RGB value is (115,110,146). Sum of RGB (Red+Green+Blue) = 115+110+146=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #736E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E92 is #8C916D. Grayscale: #737373. Windows color (decimal): -9212270 or 9596531. OLE color: 9596531.
HSL color Cylindrical-coordinate representation of color #736E92: hue angle of 248.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736E92 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 110 | 146 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.43 |
| HSL | 248.33º | 0.14% | 0.5% | - |
| HSV(B) | 248.33º | 0.25% | 0.57% | - |
| XYZ | 17.83 | 16.87 | 29.51 | - |
| YUV | 115.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 146 | 0.21 | 0.25 | 0 | 0.43 | 248.33 | 0.14 | 0.5 |
| Hex | 73 | 6E | 92 | 15 | 19 | 0 | 2B | F8 | E | 32 |
| Octal | 163 | 156 | 222 | 25 | 31 | 0 | 53 | 370 | 16 | 62 |
| Binary | 1110011 | 1101110 | 10010010 | 10101 | 11001 | 0 | 101011 | 11111000 | 1110 | 110010 |
Color Harmonies of #736E92
Complementary color
Monochromatic Colors of #736E92
Black with #736E92
Text Example
Text Example
White with #736E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E92; }
p { color: rgb(115,110,146); }
H1.HeaderClassName
{
color: #736E92;
}
.AnyTagClassName
{
color: #736E92;
}
</style>
background-color css
<style>
a { background-color: #736E92; }
a { background-color: rgb(115,110,146); }
div.DivClassName
{
background-color: #736E92;
}
.BgClassName
{
background-color: #736E92;
}
</style>
border-color css
<style>
span { border-color: #736E92; }
span { border-color: rgb(115,110,146); }
td.TdClassName
{
border-color: #736E92;
}
.TagClassName
{
border-color: #736E92;
}
</style>