Shades of Scampi #7673A1
Tints of Scampi #7673A1
RGB
CMYK
RGB Variations
Color information
#7673A1 (or 0x7673A1) is known color: Scampi. HEX triplet: 76, 73 and A1. RGB value is (118,115,161). Sum of RGB (Red+Green+Blue) = 118+115+161=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 161 - color contains mainly: blue. Hex color #7673A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7673A1 is #898C5E. Grayscale: #787878. Windows color (decimal): -9014367 or 10580854. OLE color: 10580854.
HSL color Cylindrical-coordinate representation of color #7673A1: hue angle of 243.91º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7673A1 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 115 | 161 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.37 |
| HSL | 243.91º | 0.2% | 0.54% | - |
| HSV(B) | 243.91º | 0.29% | 0.63% | - |
| XYZ | 20.03 | 18.69 | 36.27 | - |
| YUV | 121.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 161 | 0.27 | 0.29 | 0 | 0.37 | 243.91 | 0.2 | 0.54 |
| Hex | 76 | 73 | A1 | 1B | 1D | 0 | 25 | F4 | 14 | 36 |
| Octal | 166 | 163 | 241 | 33 | 35 | 0 | 45 | 364 | 24 | 66 |
| Binary | 1110110 | 1110011 | 10100001 | 11011 | 11101 | 0 | 100101 | 11110100 | 10100 | 110110 |
Color Harmonies of #7673A1
Complementary color
Monochromatic Colors of #7673A1
Black with #7673A1
Text Example
Text Example
White with #7673A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7673A1; }
p { color: rgb(118,115,161); }
H1.HeaderClassName
{
color: #7673A1;
}
.AnyTagClassName
{
color: #7673A1;
}
</style>
background-color css
<style>
a { background-color: #7673A1; }
a { background-color: rgb(118,115,161); }
div.DivClassName
{
background-color: #7673A1;
}
.BgClassName
{
background-color: #7673A1;
}
</style>
border-color css
<style>
span { border-color: #7673A1; }
span { border-color: rgb(118,115,161); }
td.TdClassName
{
border-color: #7673A1;
}
.TagClassName
{
border-color: #7673A1;
}
</style>