Shades of Scampi #726E92
Tints of Scampi #726E92
RGB
CMYK
RGB Variations
Color information
#726E92 (or 0x726E92) is known color: Scampi. HEX triplet: 72, 6E and 92. RGB value is (114,110,146). Sum of RGB (Red+Green+Blue) = 114+110+146=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #726E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E92 is #8D916D. Grayscale: #737373. Windows color (decimal): -9277806 or 9596530. OLE color: 9596530.
HSL color Cylindrical-coordinate representation of color #726E92: hue angle of 246.67º 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 #726E92 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 110 | 146 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.43 |
| HSL | 246.67º | 0.14% | 0.5% | - |
| HSV(B) | 246.67º | 0.25% | 0.57% | - |
| XYZ | 17.7 | 16.8 | 29.5 | - |
| YUV | 115.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 146 | 0.22 | 0.25 | 0 | 0.43 | 246.67 | 0.14 | 0.5 |
| Hex | 72 | 6E | 92 | 16 | 19 | 0 | 2B | F7 | E | 32 |
| Octal | 162 | 156 | 222 | 26 | 31 | 0 | 53 | 367 | 16 | 62 |
| Binary | 1110010 | 1101110 | 10010010 | 10110 | 11001 | 0 | 101011 | 11110111 | 1110 | 110010 |
Color Harmonies of #726E92
Complementary color
Monochromatic Colors of #726E92
Black with #726E92
Text Example
Text Example
White with #726E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E92; }
p { color: rgb(114,110,146); }
H1.HeaderClassName
{
color: #726E92;
}
.AnyTagClassName
{
color: #726E92;
}
</style>
background-color css
<style>
a { background-color: #726E92; }
a { background-color: rgb(114,110,146); }
div.DivClassName
{
background-color: #726E92;
}
.BgClassName
{
background-color: #726E92;
}
</style>
border-color css
<style>
span { border-color: #726E92; }
span { border-color: rgb(114,110,146); }
td.TdClassName
{
border-color: #726E92;
}
.TagClassName
{
border-color: #726E92;
}
</style>