Shades of Scampi #726FA0
Tints of Scampi #726FA0
RGB
CMYK
RGB Variations
Color information
#726FA0 (or 0x726FA0) is known color: Scampi. HEX triplet: 72, 6F and A0. RGB value is (114,111,160). Sum of RGB (Red+Green+Blue) = 114+111+160=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #726FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA0 is #8D905F. Grayscale: #757575. Windows color (decimal): -9277536 or 10514290. OLE color: 10514290.
HSL color Cylindrical-coordinate representation of color #726FA0: hue angle of 243.67º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #726FA0 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 111 | 160 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.37 |
| HSL | 243.67º | 0.21% | 0.53% | - |
| HSV(B) | 243.67º | 0.31% | 0.63% | - |
| XYZ | 18.97 | 17.48 | 35.63 | - |
| YUV | 117.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 160 | 0.29 | 0.31 | 0 | 0.37 | 243.67 | 0.21 | 0.53 |
| Hex | 72 | 6F | A0 | 1D | 1F | 0 | 25 | F4 | 15 | 35 |
| Octal | 162 | 157 | 240 | 35 | 37 | 0 | 45 | 364 | 25 | 65 |
| Binary | 1110010 | 1101111 | 10100000 | 11101 | 11111 | 0 | 100101 | 11110100 | 10101 | 110101 |
Color Harmonies of #726FA0
Complementary color
Monochromatic Colors of #726FA0
Black with #726FA0
Text Example
Text Example
White with #726FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FA0; }
p { color: rgb(114,111,160); }
H1.HeaderClassName
{
color: #726FA0;
}
.AnyTagClassName
{
color: #726FA0;
}
</style>
background-color css
<style>
a { background-color: #726FA0; }
a { background-color: rgb(114,111,160); }
div.DivClassName
{
background-color: #726FA0;
}
.BgClassName
{
background-color: #726FA0;
}
</style>
border-color css
<style>
span { border-color: #726FA0; }
span { border-color: rgb(114,111,160); }
td.TdClassName
{
border-color: #726FA0;
}
.TagClassName
{
border-color: #726FA0;
}
</style>