Shades of Scampi #726A92
Tints of Scampi #726A92
RGB
CMYK
RGB Variations
Color information
#726A92 (or 0x726A92) is known color: Scampi. HEX triplet: 72, 6A and 92. RGB value is (114,106,146). Sum of RGB (Red+Green+Blue) = 114+106+146=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #726A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726A92 is #8D956D. Grayscale: #707070. Windows color (decimal): -9278830 or 9595506. OLE color: 9595506.
HSL color Cylindrical-coordinate representation of color #726A92: hue angle of 252º 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 #726A92 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 106 | 146 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.43 |
| HSL | 252º | 0.16% | 0.49% | - |
| HSV(B) | 252º | 0.27% | 0.57% | - |
| XYZ | 17.28 | 15.96 | 29.36 | - |
| YUV | 112.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 146 | 0.22 | 0.27 | 0 | 0.43 | 252 | 0.16 | 0.49 |
| Hex | 72 | 6A | 92 | 16 | 1B | 0 | 2B | FC | 10 | 31 |
| Octal | 162 | 152 | 222 | 26 | 33 | 0 | 53 | 374 | 20 | 61 |
| Binary | 1110010 | 1101010 | 10010010 | 10110 | 11011 | 0 | 101011 | 11111100 | 10000 | 110001 |
Color Harmonies of #726A92
Complementary color
Monochromatic Colors of #726A92
Black with #726A92
Text Example
Text Example
White with #726A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A92; }
p { color: rgb(114,106,146); }
H1.HeaderClassName
{
color: #726A92;
}
.AnyTagClassName
{
color: #726A92;
}
</style>
background-color css
<style>
a { background-color: #726A92; }
a { background-color: rgb(114,106,146); }
div.DivClassName
{
background-color: #726A92;
}
.BgClassName
{
background-color: #726A92;
}
</style>
border-color css
<style>
span { border-color: #726A92; }
span { border-color: rgb(114,106,146); }
td.TdClassName
{
border-color: #726A92;
}
.TagClassName
{
border-color: #726A92;
}
</style>