Shades of Scampi #76609B
Tints of Scampi #76609B
RGB
CMYK
RGB Variations
Color information
#76609B (or 0x76609B) is known color: Scampi. HEX triplet: 76, 60 and 9B. RGB value is (118,96,155). Sum of RGB (Red+Green+Blue) = 118+96+155=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #76609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76609B is #899F64. Grayscale: #6D6D6D. Windows color (decimal): -9019237 or 10182774. OLE color: 10182774.
HSL color Cylindrical-coordinate representation of color #76609B: hue angle of 262.37º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76609B is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 96 | 155 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.39 |
| HSL | 262.37º | 0.24% | 0.49% | - |
| HSV(B) | 262.37º | 0.38% | 0.61% | - |
| XYZ | 17.57 | 14.58 | 32.9 | - |
| YUV | 109.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 155 | 0.24 | 0.38 | 0 | 0.39 | 262.37 | 0.24 | 0.49 |
| Hex | 76 | 60 | 9B | 18 | 26 | 0 | 27 | 106 | 18 | 31 |
| Octal | 166 | 140 | 233 | 30 | 46 | 0 | 47 | 406 | 30 | 61 |
| Binary | 1110110 | 1100000 | 10011011 | 11000 | 100110 | 0 | 100111 | 100000110 | 11000 | 110001 |
Color Harmonies of #76609B
Complementary color
Monochromatic Colors of #76609B
Black with #76609B
Text Example
Text Example
White with #76609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76609B; }
p { color: rgb(118,96,155); }
H1.HeaderClassName
{
color: #76609B;
}
.AnyTagClassName
{
color: #76609B;
}
</style>
background-color css
<style>
a { background-color: #76609B; }
a { background-color: rgb(118,96,155); }
div.DivClassName
{
background-color: #76609B;
}
.BgClassName
{
background-color: #76609B;
}
</style>
border-color css
<style>
span { border-color: #76609B; }
span { border-color: rgb(118,96,155); }
td.TdClassName
{
border-color: #76609B;
}
.TagClassName
{
border-color: #76609B;
}
</style>