Shades of Scampi #736A92
Tints of Scampi #736A92
RGB
CMYK
RGB Variations
Color information
#736A92 (or 0x736A92) is known color: Scampi. HEX triplet: 73, 6A and 92. RGB value is (115,106,146). Sum of RGB (Red+Green+Blue) = 115+106+146=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #736A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A92 is #8C956D. Grayscale: #717171. Windows color (decimal): -9213294 or 9595507. OLE color: 9595507.
HSL color Cylindrical-coordinate representation of color #736A92: hue angle of 253.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #736A92 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 106 | 146 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.43 |
| HSL | 253.5º | 0.16% | 0.49% | - |
| HSV(B) | 253.5º | 0.27% | 0.57% | - |
| XYZ | 17.41 | 16.03 | 29.37 | - |
| YUV | 113.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 146 | 0.21 | 0.27 | 0 | 0.43 | 253.5 | 0.16 | 0.49 |
| Hex | 73 | 6A | 92 | 15 | 1B | 0 | 2B | FE | 10 | 31 |
| Octal | 163 | 152 | 222 | 25 | 33 | 0 | 53 | 376 | 20 | 61 |
| Binary | 1110011 | 1101010 | 10010010 | 10101 | 11011 | 0 | 101011 | 11111110 | 10000 | 110001 |
Color Harmonies of #736A92
Complementary color
Monochromatic Colors of #736A92
Black with #736A92
Text Example
Text Example
White with #736A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A92; }
p { color: rgb(115,106,146); }
H1.HeaderClassName
{
color: #736A92;
}
.AnyTagClassName
{
color: #736A92;
}
</style>
background-color css
<style>
a { background-color: #736A92; }
a { background-color: rgb(115,106,146); }
div.DivClassName
{
background-color: #736A92;
}
.BgClassName
{
background-color: #736A92;
}
</style>
border-color css
<style>
span { border-color: #736A92; }
span { border-color: rgb(115,106,146); }
td.TdClassName
{
border-color: #736A92;
}
.TagClassName
{
border-color: #736A92;
}
</style>