Shades of Scampi #76708D
Tints of Scampi #76708D
RGB
CMYK
RGB Variations
Color information
#76708D (or 0x76708D) is known color: Scampi. HEX triplet: 76, 70 and 8D. RGB value is (118,112,141). Sum of RGB (Red+Green+Blue) = 118+112+141=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #76708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76708D is #898F72. Grayscale: #747474. Windows color (decimal): -9015155 or 9269366. OLE color: 9269366.
HSL color Cylindrical-coordinate representation of color #76708D: hue angle of 252.41º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76708D is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 112 | 141 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.45 |
| HSL | 252.41º | 0.11% | 0.5% | - |
| HSV(B) | 252.41º | 0.21% | 0.55% | - |
| XYZ | 18.07 | 17.36 | 27.6 | - |
| YUV | 117.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 141 | 0.16 | 0.21 | 0 | 0.45 | 252.41 | 0.11 | 0.5 |
| Hex | 76 | 70 | 8D | 10 | 15 | 0 | 2D | FC | B | 32 |
| Octal | 166 | 160 | 215 | 20 | 25 | 0 | 55 | 374 | 13 | 62 |
| Binary | 1110110 | 1110000 | 10001101 | 10000 | 10101 | 0 | 101101 | 11111100 | 1011 | 110010 |
Color Harmonies of #76708D
Complementary color
Monochromatic Colors of #76708D
Black with #76708D
Text Example
Text Example
White with #76708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76708D; }
p { color: rgb(118,112,141); }
H1.HeaderClassName
{
color: #76708D;
}
.AnyTagClassName
{
color: #76708D;
}
</style>
background-color css
<style>
a { background-color: #76708D; }
a { background-color: rgb(118,112,141); }
div.DivClassName
{
background-color: #76708D;
}
.BgClassName
{
background-color: #76708D;
}
</style>
border-color css
<style>
span { border-color: #76708D; }
span { border-color: rgb(118,112,141); }
td.TdClassName
{
border-color: #76708D;
}
.TagClassName
{
border-color: #76708D;
}
</style>