Shades of Scampi #71718E
Tints of Scampi #71718E
RGB
CMYK
RGB Variations
Color information
#71718E (or 0x71718E) is known color: Scampi. HEX triplet: 71, 71 and 8E. RGB value is (113,113,142). Sum of RGB (Red+Green+Blue) = 113+113+142=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #71718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71718E is #8E8E71. Grayscale: #747474. Windows color (decimal): -9342578 or 9335153. OLE color: 9335153.
HSL color Cylindrical-coordinate representation of color #71718E: hue angle of 240º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71718E is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 113 | 142 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.44 |
| HSL | 240º | 0.11% | 0.5% | - |
| HSV(B) | 240º | 0.2% | 0.56% | - |
| XYZ | 17.6 | 17.27 | 28 | - |
| YUV | 116.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 142 | 0.20 | 0.20 | 0 | 0.44 | 240 | 0.11 | 0.5 |
| Hex | 71 | 71 | 8E | 14 | 14 | 0 | 2C | F0 | B | 32 |
| Octal | 161 | 161 | 216 | 24 | 24 | 0 | 54 | 360 | 13 | 62 |
| Binary | 1110001 | 1110001 | 10001110 | 10100 | 10100 | 0 | 101100 | 11110000 | 1011 | 110010 |
Color Harmonies of #71718E
Complementary color
Monochromatic Colors of #71718E
Black with #71718E
Text Example
Text Example
White with #71718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71718E; }
p { color: rgb(113,113,142); }
H1.HeaderClassName
{
color: #71718E;
}
.AnyTagClassName
{
color: #71718E;
}
</style>
background-color css
<style>
a { background-color: #71718E; }
a { background-color: rgb(113,113,142); }
div.DivClassName
{
background-color: #71718E;
}
.BgClassName
{
background-color: #71718E;
}
</style>
border-color css
<style>
span { border-color: #71718E; }
span { border-color: rgb(113,113,142); }
td.TdClassName
{
border-color: #71718E;
}
.TagClassName
{
border-color: #71718E;
}
</style>