Shades of Scampi #7266A6
Tints of Scampi #7266A6
RGB
CMYK
RGB Variations
Color information
#7266A6 (or 0x7266A6) is known color: Scampi. HEX triplet: 72, 66 and A6. RGB value is (114,102,166). Sum of RGB (Red+Green+Blue) = 114+102+166=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #7266A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7266A6 is #8D9959. Grayscale: #707070. Windows color (decimal): -9279834 or 10905202. OLE color: 10905202.
HSL color Cylindrical-coordinate representation of color #7266A6: hue angle of 251.25º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7266A6 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 102 | 166 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.35 |
| HSL | 251.25º | 0.26% | 0.53% | - |
| HSV(B) | 251.25º | 0.39% | 0.65% | - |
| XYZ | 18.57 | 15.83 | 38.15 | - |
| YUV | 112.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 166 | 0.31 | 0.39 | 0 | 0.35 | 251.25 | 0.26 | 0.53 |
| Hex | 72 | 66 | A6 | 1F | 27 | 0 | 23 | FB | 1A | 35 |
| Octal | 162 | 146 | 246 | 37 | 47 | 0 | 43 | 373 | 32 | 65 |
| Binary | 1110010 | 1100110 | 10100110 | 11111 | 100111 | 0 | 100011 | 11111011 | 11010 | 110101 |
Color Harmonies of #7266A6
Complementary color
Monochromatic Colors of #7266A6
Black with #7266A6
Text Example
Text Example
White with #7266A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266A6; }
p { color: rgb(114,102,166); }
H1.HeaderClassName
{
color: #7266A6;
}
.AnyTagClassName
{
color: #7266A6;
}
</style>
background-color css
<style>
a { background-color: #7266A6; }
a { background-color: rgb(114,102,166); }
div.DivClassName
{
background-color: #7266A6;
}
.BgClassName
{
background-color: #7266A6;
}
</style>
border-color css
<style>
span { border-color: #7266A6; }
span { border-color: rgb(114,102,166); }
td.TdClassName
{
border-color: #7266A6;
}
.TagClassName
{
border-color: #7266A6;
}
</style>