Shades of Scampi #72709F
Tints of Scampi #72709F
RGB
CMYK
RGB Variations
Color information
#72709F (or 0x72709F) is known color: Scampi. HEX triplet: 72, 70 and 9F. RGB value is (114,112,159). Sum of RGB (Red+Green+Blue) = 114+112+159=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #72709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72709F is #8D8F60. Grayscale: #757575. Windows color (decimal): -9277281 or 10449010. OLE color: 10449010.
HSL color Cylindrical-coordinate representation of color #72709F: hue angle of 242.55º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72709F is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 112 | 159 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.38 |
| HSL | 242.55º | 0.2% | 0.53% | - |
| HSV(B) | 242.55º | 0.3% | 0.62% | - |
| XYZ | 18.99 | 17.67 | 35.21 | - |
| YUV | 117.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 159 | 0.28 | 0.30 | 0 | 0.38 | 242.55 | 0.2 | 0.53 |
| Hex | 72 | 70 | 9F | 1C | 1E | 0 | 26 | F3 | 14 | 35 |
| Octal | 162 | 160 | 237 | 34 | 36 | 0 | 46 | 363 | 24 | 65 |
| Binary | 1110010 | 1110000 | 10011111 | 11100 | 11110 | 0 | 100110 | 11110011 | 10100 | 110101 |
Color Harmonies of #72709F
Complementary color
Monochromatic Colors of #72709F
Black with #72709F
Text Example
Text Example
White with #72709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72709F; }
p { color: rgb(114,112,159); }
H1.HeaderClassName
{
color: #72709F;
}
.AnyTagClassName
{
color: #72709F;
}
</style>
background-color css
<style>
a { background-color: #72709F; }
a { background-color: rgb(114,112,159); }
div.DivClassName
{
background-color: #72709F;
}
.BgClassName
{
background-color: #72709F;
}
</style>
border-color css
<style>
span { border-color: #72709F; }
span { border-color: rgb(114,112,159); }
td.TdClassName
{
border-color: #72709F;
}
.TagClassName
{
border-color: #72709F;
}
</style>