Shades of Scampi #76758D
Tints of Scampi #76758D
RGB
CMYK
RGB Variations
Color information
#76758D (or 0x76758D) is known color: Scampi. HEX triplet: 76, 75 and 8D. RGB value is (118,117,141). Sum of RGB (Red+Green+Blue) = 118+117+141=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #76758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76758D is #898A72. Grayscale: #777777. Windows color (decimal): -9013875 or 9270646. OLE color: 9270646.
HSL color Cylindrical-coordinate representation of color #76758D: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76758D is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 117 | 141 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.45 |
| HSL | 242.5º | 0.1% | 0.51% | - |
| HSV(B) | 242.5º | 0.17% | 0.55% | - |
| XYZ | 18.64 | 18.5 | 27.79 | - |
| YUV | 120.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 141 | 0.16 | 0.17 | 0 | 0.45 | 242.5 | 0.1 | 0.51 |
| Hex | 76 | 75 | 8D | 10 | 11 | 0 | 2D | F2 | A | 33 |
| Octal | 166 | 165 | 215 | 20 | 21 | 0 | 55 | 362 | 12 | 63 |
| Binary | 1110110 | 1110101 | 10001101 | 10000 | 10001 | 0 | 101101 | 11110010 | 1010 | 110011 |
Color Harmonies of #76758D
Complementary color
Monochromatic Colors of #76758D
Black with #76758D
Text Example
Text Example
White with #76758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76758D; }
p { color: rgb(118,117,141); }
H1.HeaderClassName
{
color: #76758D;
}
.AnyTagClassName
{
color: #76758D;
}
</style>
background-color css
<style>
a { background-color: #76758D; }
a { background-color: rgb(118,117,141); }
div.DivClassName
{
background-color: #76758D;
}
.BgClassName
{
background-color: #76758D;
}
</style>
border-color css
<style>
span { border-color: #76758D; }
span { border-color: rgb(118,117,141); }
td.TdClassName
{
border-color: #76758D;
}
.TagClassName
{
border-color: #76758D;
}
</style>