Shades of Scampi #76748D
Tints of Scampi #76748D
RGB
CMYK
RGB Variations
Color information
#76748D (or 0x76748D) is known color: Scampi. HEX triplet: 76, 74 and 8D. RGB value is (118,116,141). Sum of RGB (Red+Green+Blue) = 118+116+141=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #76748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76748D is #898B72. Grayscale: #777777. Windows color (decimal): -9014131 or 9270390. OLE color: 9270390.
HSL color Cylindrical-coordinate representation of color #76748D: hue angle of 244.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76748D is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 116 | 141 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.45 |
| HSL | 244.8º | 0.1% | 0.5% | - |
| HSV(B) | 244.8º | 0.18% | 0.55% | - |
| XYZ | 18.52 | 18.27 | 27.75 | - |
| YUV | 119.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 141 | 0.16 | 0.18 | 0 | 0.45 | 244.8 | 0.1 | 0.5 |
| Hex | 76 | 74 | 8D | 10 | 12 | 0 | 2D | F5 | A | 32 |
| Octal | 166 | 164 | 215 | 20 | 22 | 0 | 55 | 365 | 12 | 62 |
| Binary | 1110110 | 1110100 | 10001101 | 10000 | 10010 | 0 | 101101 | 11110101 | 1010 | 110010 |
Color Harmonies of #76748D
Complementary color
Monochromatic Colors of #76748D
Black with #76748D
Text Example
Text Example
White with #76748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76748D; }
p { color: rgb(118,116,141); }
H1.HeaderClassName
{
color: #76748D;
}
.AnyTagClassName
{
color: #76748D;
}
</style>
background-color css
<style>
a { background-color: #76748D; }
a { background-color: rgb(118,116,141); }
div.DivClassName
{
background-color: #76748D;
}
.BgClassName
{
background-color: #76748D;
}
</style>
border-color css
<style>
span { border-color: #76748D; }
span { border-color: rgb(118,116,141); }
td.TdClassName
{
border-color: #76748D;
}
.TagClassName
{
border-color: #76748D;
}
</style>