Shades of Scampi #726BAC
Tints of Scampi #726BAC
RGB
CMYK
RGB Variations
Color information
#726BAC (or 0x726BAC) is known color: Scampi. HEX triplet: 72, 6B and AC. RGB value is (114,107,172). Sum of RGB (Red+Green+Blue) = 114+107+172=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #726BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BAC is #8D9453. Grayscale: #747474. Windows color (decimal): -9278548 or 11299698. OLE color: 11299698.
HSL color Cylindrical-coordinate representation of color #726BAC: hue angle of 246.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726BAC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 107 | 172 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.33 |
| HSL | 246.46º | 0.28% | 0.55% | - |
| HSV(B) | 246.46º | 0.38% | 0.67% | - |
| XYZ | 19.64 | 17.07 | 41.29 | - |
| YUV | 116.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 172 | 0.34 | 0.38 | 0 | 0.33 | 246.46 | 0.28 | 0.55 |
| Hex | 72 | 6B | AC | 22 | 26 | 0 | 21 | F6 | 1C | 37 |
| Octal | 162 | 153 | 254 | 42 | 46 | 0 | 41 | 366 | 34 | 67 |
| Binary | 1110010 | 1101011 | 10101100 | 100010 | 100110 | 0 | 100001 | 11110110 | 11100 | 110111 |
Color Harmonies of #726BAC
Complementary color
Monochromatic Colors of #726BAC
Black with #726BAC
Text Example
Text Example
White with #726BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BAC; }
p { color: rgb(114,107,172); }
H1.HeaderClassName
{
color: #726BAC;
}
.AnyTagClassName
{
color: #726BAC;
}
</style>
background-color css
<style>
a { background-color: #726BAC; }
a { background-color: rgb(114,107,172); }
div.DivClassName
{
background-color: #726BAC;
}
.BgClassName
{
background-color: #726BAC;
}
</style>
border-color css
<style>
span { border-color: #726BAC; }
span { border-color: rgb(114,107,172); }
td.TdClassName
{
border-color: #726BAC;
}
.TagClassName
{
border-color: #726BAC;
}
</style>