Shades of Scampi #726FA6
Tints of Scampi #726FA6
RGB
CMYK
RGB Variations
Color information
#726FA6 (or 0x726FA6) is known color: Scampi. HEX triplet: 72, 6F and A6. RGB value is (114,111,166). Sum of RGB (Red+Green+Blue) = 114+111+166=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #726FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA6 is #8D9059. Grayscale: #757575. Windows color (decimal): -9277530 or 10907506. OLE color: 10907506.
HSL color Cylindrical-coordinate representation of color #726FA6: hue angle of 243.27º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726FA6 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 111 | 166 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.35 |
| HSL | 243.27º | 0.24% | 0.54% | - |
| HSV(B) | 243.27º | 0.33% | 0.65% | - |
| XYZ | 19.51 | 17.7 | 38.46 | - |
| YUV | 118.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 166 | 0.31 | 0.33 | 0 | 0.35 | 243.27 | 0.24 | 0.54 |
| Hex | 72 | 6F | A6 | 1F | 21 | 0 | 23 | F3 | 18 | 36 |
| Octal | 162 | 157 | 246 | 37 | 41 | 0 | 43 | 363 | 30 | 66 |
| Binary | 1110010 | 1101111 | 10100110 | 11111 | 100001 | 0 | 100011 | 11110011 | 11000 | 110110 |
Color Harmonies of #726FA6
Complementary color
Monochromatic Colors of #726FA6
Black with #726FA6
Text Example
Text Example
White with #726FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FA6; }
p { color: rgb(114,111,166); }
H1.HeaderClassName
{
color: #726FA6;
}
.AnyTagClassName
{
color: #726FA6;
}
</style>
background-color css
<style>
a { background-color: #726FA6; }
a { background-color: rgb(114,111,166); }
div.DivClassName
{
background-color: #726FA6;
}
.BgClassName
{
background-color: #726FA6;
}
</style>
border-color css
<style>
span { border-color: #726FA6; }
span { border-color: rgb(114,111,166); }
td.TdClassName
{
border-color: #726FA6;
}
.TagClassName
{
border-color: #726FA6;
}
</style>