Shades of Scampi #76609F
Tints of Scampi #76609F
RGB
CMYK
RGB Variations
Color information
#76609F (or 0x76609F) is known color: Scampi. HEX triplet: 76, 60 and 9F. RGB value is (118,96,159). Sum of RGB (Red+Green+Blue) = 118+96+159=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #76609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76609F is #899F60. Grayscale: #6D6D6D. Windows color (decimal): -9019233 or 10444918. OLE color: 10444918.
HSL color Cylindrical-coordinate representation of color #76609F: hue angle of 260.95º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76609F is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 96 | 159 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.38 |
| HSL | 260.95º | 0.25% | 0.5% | - |
| HSV(B) | 260.95º | 0.4% | 0.62% | - |
| XYZ | 17.91 | 14.72 | 34.7 | - |
| YUV | 109.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 159 | 0.26 | 0.40 | 0 | 0.38 | 260.95 | 0.25 | 0.5 |
| Hex | 76 | 60 | 9F | 1A | 28 | 0 | 26 | 105 | 19 | 32 |
| Octal | 166 | 140 | 237 | 32 | 50 | 0 | 46 | 405 | 31 | 62 |
| Binary | 1110110 | 1100000 | 10011111 | 11010 | 101000 | 0 | 100110 | 100000101 | 11001 | 110010 |
Color Harmonies of #76609F
Complementary color
Monochromatic Colors of #76609F
Black with #76609F
Text Example
Text Example
White with #76609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76609F; }
p { color: rgb(118,96,159); }
H1.HeaderClassName
{
color: #76609F;
}
.AnyTagClassName
{
color: #76609F;
}
</style>
background-color css
<style>
a { background-color: #76609F; }
a { background-color: rgb(118,96,159); }
div.DivClassName
{
background-color: #76609F;
}
.BgClassName
{
background-color: #76609F;
}
</style>
border-color css
<style>
span { border-color: #76609F; }
span { border-color: rgb(118,96,159); }
td.TdClassName
{
border-color: #76609F;
}
.TagClassName
{
border-color: #76609F;
}
</style>