Shades of Scampi #7671AB
Tints of Scampi #7671AB
RGB
CMYK
RGB Variations
Color information
#7671AB (or 0x7671AB) is known color: Scampi. HEX triplet: 76, 71 and AB. RGB value is (118,113,171). Sum of RGB (Red+Green+Blue) = 118+113+171=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7671AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7671AB is #898E54. Grayscale: #787878. Windows color (decimal): -9014869 or 11235702. OLE color: 11235702.
HSL color Cylindrical-coordinate representation of color #7671AB: hue angle of 245.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7671AB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 113 | 171 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.33 |
| HSL | 245.17º | 0.26% | 0.56% | - |
| HSV(B) | 245.17º | 0.34% | 0.67% | - |
| XYZ | 20.73 | 18.6 | 41.03 | - |
| YUV | 121.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 171 | 0.31 | 0.34 | 0 | 0.33 | 245.17 | 0.26 | 0.56 |
| Hex | 76 | 71 | AB | 1F | 22 | 0 | 21 | F5 | 1A | 38 |
| Octal | 166 | 161 | 253 | 37 | 42 | 0 | 41 | 365 | 32 | 70 |
| Binary | 1110110 | 1110001 | 10101011 | 11111 | 100010 | 0 | 100001 | 11110101 | 11010 | 111000 |
Color Harmonies of #7671AB
Complementary color
Monochromatic Colors of #7671AB
Black with #7671AB
Text Example
Text Example
White with #7671AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7671AB; }
p { color: rgb(118,113,171); }
H1.HeaderClassName
{
color: #7671AB;
}
.AnyTagClassName
{
color: #7671AB;
}
</style>
background-color css
<style>
a { background-color: #7671AB; }
a { background-color: rgb(118,113,171); }
div.DivClassName
{
background-color: #7671AB;
}
.BgClassName
{
background-color: #7671AB;
}
</style>
border-color css
<style>
span { border-color: #7671AB; }
span { border-color: rgb(118,113,171); }
td.TdClassName
{
border-color: #7671AB;
}
.TagClassName
{
border-color: #7671AB;
}
</style>