Shades of Scampi #76709F
Tints of Scampi #76709F
RGB
CMYK
RGB Variations
Color information
#76709F (or 0x76709F) is known color: Scampi. HEX triplet: 76, 70 and 9F. RGB value is (118,112,159). Sum of RGB (Red+Green+Blue) = 118+112+159=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #76709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76709F is #898F60. Grayscale: #767676. Windows color (decimal): -9015137 or 10449014. OLE color: 10449014.
HSL color Cylindrical-coordinate representation of color #76709F: hue angle of 247.66º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76709F is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 112 | 159 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.38 |
| HSL | 247.66º | 0.2% | 0.53% | - |
| HSV(B) | 247.66º | 0.3% | 0.62% | - |
| XYZ | 19.52 | 17.94 | 35.24 | - |
| YUV | 119.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 159 | 0.26 | 0.30 | 0 | 0.38 | 247.66 | 0.2 | 0.53 |
| Hex | 76 | 70 | 9F | 1A | 1E | 0 | 26 | F8 | 14 | 35 |
| Octal | 166 | 160 | 237 | 32 | 36 | 0 | 46 | 370 | 24 | 65 |
| Binary | 1110110 | 1110000 | 10011111 | 11010 | 11110 | 0 | 100110 | 11111000 | 10100 | 110101 |
Color Harmonies of #76709F
Complementary color
Monochromatic Colors of #76709F
Black with #76709F
Text Example
Text Example
White with #76709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76709F; }
p { color: rgb(118,112,159); }
H1.HeaderClassName
{
color: #76709F;
}
.AnyTagClassName
{
color: #76709F;
}
</style>
background-color css
<style>
a { background-color: #76709F; }
a { background-color: rgb(118,112,159); }
div.DivClassName
{
background-color: #76709F;
}
.BgClassName
{
background-color: #76709F;
}
</style>
border-color css
<style>
span { border-color: #76709F; }
span { border-color: rgb(118,112,159); }
td.TdClassName
{
border-color: #76709F;
}
.TagClassName
{
border-color: #76709F;
}
</style>