Shades of Scampi #7873A5
Tints of Scampi #7873A5
RGB
CMYK
RGB Variations
Color information
#7873A5 (or 0x7873A5) is known color: Scampi. HEX triplet: 78, 73 and A5. RGB value is (120,115,165). Sum of RGB (Red+Green+Blue) = 120+115+165=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #7873A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7873A5 is #878C5A. Grayscale: #7A7A7A. Windows color (decimal): -8883291 or 10843000. OLE color: 10843000.
HSL color Cylindrical-coordinate representation of color #7873A5: hue angle of 246º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7873A5 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 115 | 165 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.35 |
| HSL | 246º | 0.22% | 0.55% | - |
| HSV(B) | 246º | 0.3% | 0.65% | - |
| XYZ | 20.67 | 18.97 | 38.17 | - |
| YUV | 122.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 165 | 0.27 | 0.30 | 0 | 0.35 | 246 | 0.22 | 0.55 |
| Hex | 78 | 73 | A5 | 1B | 1E | 0 | 23 | F6 | 16 | 37 |
| Octal | 170 | 163 | 245 | 33 | 36 | 0 | 43 | 366 | 26 | 67 |
| Binary | 1111000 | 1110011 | 10100101 | 11011 | 11110 | 0 | 100011 | 11110110 | 10110 | 110111 |
Color Harmonies of #7873A5
Complementary color
Monochromatic Colors of #7873A5
Black with #7873A5
Text Example
Text Example
White with #7873A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873A5; }
p { color: rgb(120,115,165); }
H1.HeaderClassName
{
color: #7873A5;
}
.AnyTagClassName
{
color: #7873A5;
}
</style>
background-color css
<style>
a { background-color: #7873A5; }
a { background-color: rgb(120,115,165); }
div.DivClassName
{
background-color: #7873A5;
}
.BgClassName
{
background-color: #7873A5;
}
</style>
border-color css
<style>
span { border-color: #7873A5; }
span { border-color: rgb(120,115,165); }
td.TdClassName
{
border-color: #7873A5;
}
.TagClassName
{
border-color: #7873A5;
}
</style>