Shades of Scampi #7670AD
Tints of Scampi #7670AD
RGB
CMYK
RGB Variations
Color information
#7670AD (or 0x7670AD) is known color: Scampi. HEX triplet: 76, 70 and AD. RGB value is (118,112,173). Sum of RGB (Red+Green+Blue) = 118+112+173=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #7670AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7670AD is #898F52. Grayscale: #787878. Windows color (decimal): -9015123 or 11366518. OLE color: 11366518.
HSL color Cylindrical-coordinate representation of color #7670AD: hue angle of 245.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7670AD is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 112 | 173 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.32 |
| HSL | 245.9º | 0.27% | 0.56% | - |
| HSV(B) | 245.9º | 0.35% | 0.68% | - |
| XYZ | 20.81 | 18.46 | 42 | - |
| YUV | 120.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 173 | 0.32 | 0.35 | 0 | 0.32 | 245.9 | 0.27 | 0.56 |
| Hex | 76 | 70 | AD | 20 | 23 | 0 | 20 | F6 | 1B | 38 |
| Octal | 166 | 160 | 255 | 40 | 43 | 0 | 40 | 366 | 33 | 70 |
| Binary | 1110110 | 1110000 | 10101101 | 100000 | 100011 | 0 | 100000 | 11110110 | 11011 | 111000 |
Color Harmonies of #7670AD
Complementary color
Monochromatic Colors of #7670AD
Black with #7670AD
Text Example
Text Example
White with #7670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7670AD; }
p { color: rgb(118,112,173); }
H1.HeaderClassName
{
color: #7670AD;
}
.AnyTagClassName
{
color: #7670AD;
}
</style>
background-color css
<style>
a { background-color: #7670AD; }
a { background-color: rgb(118,112,173); }
div.DivClassName
{
background-color: #7670AD;
}
.BgClassName
{
background-color: #7670AD;
}
</style>
border-color css
<style>
span { border-color: #7670AD; }
span { border-color: rgb(118,112,173); }
td.TdClassName
{
border-color: #7670AD;
}
.TagClassName
{
border-color: #7670AD;
}
</style>