Shades of Scampi #726FA5
Tints of Scampi #726FA5
RGB
CMYK
RGB Variations
Color information
#726FA5 (or 0x726FA5) is known color: Scampi. HEX triplet: 72, 6F and A5. RGB value is (114,111,165). Sum of RGB (Red+Green+Blue) = 114+111+165=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #726FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA5 is #8D905A. Grayscale: #757575. Windows color (decimal): -9277531 or 10841970. OLE color: 10841970.
HSL color Cylindrical-coordinate representation of color #726FA5: hue angle of 243.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726FA5 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 111 | 165 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.35 |
| HSL | 243.33º | 0.23% | 0.54% | - |
| HSV(B) | 243.33º | 0.33% | 0.65% | - |
| XYZ | 19.42 | 17.66 | 37.98 | - |
| YUV | 118.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 165 | 0.31 | 0.33 | 0 | 0.35 | 243.33 | 0.23 | 0.54 |
| Hex | 72 | 6F | A5 | 1F | 21 | 0 | 23 | F3 | 17 | 36 |
| Octal | 162 | 157 | 245 | 37 | 41 | 0 | 43 | 363 | 27 | 66 |
| Binary | 1110010 | 1101111 | 10100101 | 11111 | 100001 | 0 | 100011 | 11110011 | 10111 | 110110 |
Color Harmonies of #726FA5
Complementary color
Monochromatic Colors of #726FA5
Black with #726FA5
Text Example
Text Example
White with #726FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FA5; }
p { color: rgb(114,111,165); }
H1.HeaderClassName
{
color: #726FA5;
}
.AnyTagClassName
{
color: #726FA5;
}
</style>
background-color css
<style>
a { background-color: #726FA5; }
a { background-color: rgb(114,111,165); }
div.DivClassName
{
background-color: #726FA5;
}
.BgClassName
{
background-color: #726FA5;
}
</style>
border-color css
<style>
span { border-color: #726FA5; }
span { border-color: rgb(114,111,165); }
td.TdClassName
{
border-color: #726FA5;
}
.TagClassName
{
border-color: #726FA5;
}
</style>