Shades of Scampi #726F9F
Tints of Scampi #726F9F
RGB
CMYK
RGB Variations
Color information
#726F9F (or 0x726F9F) is known color: Scampi. HEX triplet: 72, 6F and 9F. RGB value is (114,111,159). Sum of RGB (Red+Green+Blue) = 114+111+159=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #726F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F9F is #8D9060. Grayscale: #757575. Windows color (decimal): -9277537 or 10448754. OLE color: 10448754.
HSL color Cylindrical-coordinate representation of color #726F9F: hue angle of 243.75º 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 #726F9F is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 111 | 159 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.38 |
| HSL | 243.75º | 0.2% | 0.53% | - |
| HSV(B) | 243.75º | 0.3% | 0.62% | - |
| XYZ | 18.88 | 17.45 | 35.17 | - |
| YUV | 117.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 159 | 0.28 | 0.30 | 0 | 0.38 | 243.75 | 0.2 | 0.53 |
| Hex | 72 | 6F | 9F | 1C | 1E | 0 | 26 | F4 | 14 | 35 |
| Octal | 162 | 157 | 237 | 34 | 36 | 0 | 46 | 364 | 24 | 65 |
| Binary | 1110010 | 1101111 | 10011111 | 11100 | 11110 | 0 | 100110 | 11110100 | 10100 | 110101 |
Color Harmonies of #726F9F
Complementary color
Monochromatic Colors of #726F9F
Black with #726F9F
Text Example
Text Example
White with #726F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F9F; }
p { color: rgb(114,111,159); }
H1.HeaderClassName
{
color: #726F9F;
}
.AnyTagClassName
{
color: #726F9F;
}
</style>
background-color css
<style>
a { background-color: #726F9F; }
a { background-color: rgb(114,111,159); }
div.DivClassName
{
background-color: #726F9F;
}
.BgClassName
{
background-color: #726F9F;
}
</style>
border-color css
<style>
span { border-color: #726F9F; }
span { border-color: rgb(114,111,159); }
td.TdClassName
{
border-color: #726F9F;
}
.TagClassName
{
border-color: #726F9F;
}
</style>