Shades of Scampi #76639A
Tints of Scampi #76639A
RGB
CMYK
RGB Variations
Color information
#76639A (or 0x76639A) is known color: Scampi. HEX triplet: 76, 63 and 9A. RGB value is (118,99,154). Sum of RGB (Red+Green+Blue) = 118+99+154=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #76639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76639A is #899C65. Grayscale: #6E6E6E. Windows color (decimal): -9018470 or 10118006. OLE color: 10118006.
HSL color Cylindrical-coordinate representation of color #76639A: hue angle of 260.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76639A is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 99 | 154 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.40 |
| HSL | 260.73º | 0.22% | 0.5% | - |
| HSV(B) | 260.73º | 0.36% | 0.6% | - |
| XYZ | 17.77 | 15.11 | 32.55 | - |
| YUV | 110.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 154 | 0.23 | 0.36 | 0 | 0.40 | 260.73 | 0.22 | 0.5 |
| Hex | 76 | 63 | 9A | 17 | 24 | 0 | 28 | 105 | 16 | 32 |
| Octal | 166 | 143 | 232 | 27 | 44 | 0 | 50 | 405 | 26 | 62 |
| Binary | 1110110 | 1100011 | 10011010 | 10111 | 100100 | 0 | 101000 | 100000101 | 10110 | 110010 |
Color Harmonies of #76639A
Complementary color
Monochromatic Colors of #76639A
Black with #76639A
Text Example
Text Example
White with #76639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76639A; }
p { color: rgb(118,99,154); }
H1.HeaderClassName
{
color: #76639A;
}
.AnyTagClassName
{
color: #76639A;
}
</style>
background-color css
<style>
a { background-color: #76639A; }
a { background-color: rgb(118,99,154); }
div.DivClassName
{
background-color: #76639A;
}
.BgClassName
{
background-color: #76639A;
}
</style>
border-color css
<style>
span { border-color: #76639A; }
span { border-color: rgb(118,99,154); }
td.TdClassName
{
border-color: #76639A;
}
.TagClassName
{
border-color: #76639A;
}
</style>