Shades of Scampi #7670A0
Tints of Scampi #7670A0
RGB
CMYK
RGB Variations
Color information
#7670A0 (or 0x7670A0) is known color: Scampi. HEX triplet: 76, 70 and A0. RGB value is (118,112,160). Sum of RGB (Red+Green+Blue) = 118+112+160=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #7670A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670A0 is #898F5F. Grayscale: #777777. Windows color (decimal): -9015136 or 10514550. OLE color: 10514550.
HSL color Cylindrical-coordinate representation of color #7670A0: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7670A0 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 112 | 160 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.37 |
| HSL | 247.5º | 0.2% | 0.53% | - |
| HSV(B) | 247.5º | 0.3% | 0.63% | - |
| XYZ | 19.61 | 17.98 | 35.69 | - |
| YUV | 119.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 160 | 0.26 | 0.30 | 0 | 0.37 | 247.5 | 0.2 | 0.53 |
| Hex | 76 | 70 | A0 | 1A | 1E | 0 | 25 | F8 | 14 | 35 |
| Octal | 166 | 160 | 240 | 32 | 36 | 0 | 45 | 370 | 24 | 65 |
| Binary | 1110110 | 1110000 | 10100000 | 11010 | 11110 | 0 | 100101 | 11111000 | 10100 | 110101 |
Color Harmonies of #7670A0
Complementary color
Monochromatic Colors of #7670A0
Black with #7670A0
Text Example
Text Example
White with #7670A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7670A0; }
p { color: rgb(118,112,160); }
H1.HeaderClassName
{
color: #7670A0;
}
.AnyTagClassName
{
color: #7670A0;
}
</style>
background-color css
<style>
a { background-color: #7670A0; }
a { background-color: rgb(118,112,160); }
div.DivClassName
{
background-color: #7670A0;
}
.BgClassName
{
background-color: #7670A0;
}
</style>
border-color css
<style>
span { border-color: #7670A0; }
span { border-color: rgb(118,112,160); }
td.TdClassName
{
border-color: #7670A0;
}
.TagClassName
{
border-color: #7670A0;
}
</style>