Shades of Scampi #7670B0
Tints of Scampi #7670B0
RGB
CMYK
RGB Variations
Color information
#7670B0 (or 0x7670B0) is known color: Scampi. HEX triplet: 76, 70 and B0. RGB value is (118,112,176). Sum of RGB (Red+Green+Blue) = 118+112+176=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #7670B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670B0 is #898F4F. Grayscale: #787878. Windows color (decimal): -9015120 or 11563126. OLE color: 11563126.
HSL color Cylindrical-coordinate representation of color #7670B0: hue angle of 245.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7670B0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 112 | 176 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.31 |
| HSL | 245.63º | 0.29% | 0.56% | - |
| HSV(B) | 245.63º | 0.36% | 0.69% | - |
| XYZ | 21.1 | 18.57 | 43.55 | - |
| YUV | 121.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 176 | 0.33 | 0.36 | 0 | 0.31 | 245.63 | 0.29 | 0.56 |
| Hex | 76 | 70 | B0 | 21 | 24 | 0 | 1F | F6 | 1D | 38 |
| Octal | 166 | 160 | 260 | 41 | 44 | 0 | 37 | 366 | 35 | 70 |
| Binary | 1110110 | 1110000 | 10110000 | 100001 | 100100 | 0 | 11111 | 11110110 | 11101 | 111000 |
Color Harmonies of #7670B0
Complementary color
Monochromatic Colors of #7670B0
Black with #7670B0
Text Example
Text Example
White with #7670B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7670B0; }
p { color: rgb(118,112,176); }
H1.HeaderClassName
{
color: #7670B0;
}
.AnyTagClassName
{
color: #7670B0;
}
</style>
background-color css
<style>
a { background-color: #7670B0; }
a { background-color: rgb(118,112,176); }
div.DivClassName
{
background-color: #7670B0;
}
.BgClassName
{
background-color: #7670B0;
}
</style>
border-color css
<style>
span { border-color: #7670B0; }
span { border-color: rgb(118,112,176); }
td.TdClassName
{
border-color: #7670B0;
}
.TagClassName
{
border-color: #7670B0;
}
</style>