Shades of Scampi #7671A3
Tints of Scampi #7671A3
RGB
CMYK
RGB Variations
Color information
#7671A3 (or 0x7671A3) is known color: Scampi. HEX triplet: 76, 71 and A3. RGB value is (118,113,163). Sum of RGB (Red+Green+Blue) = 118+113+163=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 163 - color contains mainly: blue. Hex color #7671A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7671A3 is #898E5C. Grayscale: #787878. Windows color (decimal): -9014877 or 10711414. OLE color: 10711414.
HSL color Cylindrical-coordinate representation of color #7671A3: hue angle of 246º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7671A3 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 113 | 163 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.36 |
| HSL | 246º | 0.21% | 0.54% | - |
| HSV(B) | 246º | 0.31% | 0.64% | - |
| XYZ | 19.99 | 18.31 | 37.13 | - |
| YUV | 120.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 163 | 0.28 | 0.31 | 0 | 0.36 | 246 | 0.21 | 0.54 |
| Hex | 76 | 71 | A3 | 1C | 1F | 0 | 24 | F6 | 15 | 36 |
| Octal | 166 | 161 | 243 | 34 | 37 | 0 | 44 | 366 | 25 | 66 |
| Binary | 1110110 | 1110001 | 10100011 | 11100 | 11111 | 0 | 100100 | 11110110 | 10101 | 110110 |
Color Harmonies of #7671A3
Complementary color
Monochromatic Colors of #7671A3
Black with #7671A3
Text Example
Text Example
White with #7671A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7671A3; }
p { color: rgb(118,113,163); }
H1.HeaderClassName
{
color: #7671A3;
}
.AnyTagClassName
{
color: #7671A3;
}
</style>
background-color css
<style>
a { background-color: #7671A3; }
a { background-color: rgb(118,113,163); }
div.DivClassName
{
background-color: #7671A3;
}
.BgClassName
{
background-color: #7671A3;
}
</style>
border-color css
<style>
span { border-color: #7671A3; }
span { border-color: rgb(118,113,163); }
td.TdClassName
{
border-color: #7671A3;
}
.TagClassName
{
border-color: #7671A3;
}
</style>