Shades of Scampi #76759B
Tints of Scampi #76759B
RGB
CMYK
RGB Variations
Color information
#76759B (or 0x76759B) is known color: Scampi. HEX triplet: 76, 75 and 9B. RGB value is (118,117,155). Sum of RGB (Red+Green+Blue) = 118+117+155=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #76759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76759B is #898A64. Grayscale: #797979. Windows color (decimal): -9013861 or 10188150. OLE color: 10188150.
HSL color Cylindrical-coordinate representation of color #76759B: hue angle of 241.58º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76759B is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 117 | 155 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.39 |
| HSL | 241.58º | 0.16% | 0.53% | - |
| HSV(B) | 241.58º | 0.25% | 0.61% | - |
| XYZ | 19.75 | 18.94 | 33.63 | - |
| YUV | 121.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 155 | 0.24 | 0.25 | 0 | 0.39 | 241.58 | 0.16 | 0.53 |
| Hex | 76 | 75 | 9B | 18 | 19 | 0 | 27 | F2 | 10 | 35 |
| Octal | 166 | 165 | 233 | 30 | 31 | 0 | 47 | 362 | 20 | 65 |
| Binary | 1110110 | 1110101 | 10011011 | 11000 | 11001 | 0 | 100111 | 11110010 | 10000 | 110101 |
Color Harmonies of #76759B
Complementary color
Monochromatic Colors of #76759B
Black with #76759B
Text Example
Text Example
White with #76759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76759B; }
p { color: rgb(118,117,155); }
H1.HeaderClassName
{
color: #76759B;
}
.AnyTagClassName
{
color: #76759B;
}
</style>
background-color css
<style>
a { background-color: #76759B; }
a { background-color: rgb(118,117,155); }
div.DivClassName
{
background-color: #76759B;
}
.BgClassName
{
background-color: #76759B;
}
</style>
border-color css
<style>
span { border-color: #76759B; }
span { border-color: rgb(118,117,155); }
td.TdClassName
{
border-color: #76759B;
}
.TagClassName
{
border-color: #76759B;
}
</style>