Shades of Scampi #71718B
Tints of Scampi #71718B
RGB
CMYK
RGB Variations
Color information
#71718B (or 0x71718B) is known color: Scampi. HEX triplet: 71, 71 and 8B. RGB value is (113,113,139). Sum of RGB (Red+Green+Blue) = 113+113+139=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #71718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71718B is #8E8E74. Grayscale: #737373. Windows color (decimal): -9342581 or 9138545. OLE color: 9138545.
HSL color Cylindrical-coordinate representation of color #71718B: hue angle of 240º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71718B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 113 | 139 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.45 |
| HSL | 240º | 0.1% | 0.49% | - |
| HSV(B) | 240º | 0.19% | 0.55% | - |
| XYZ | 17.38 | 17.19 | 26.83 | - |
| YUV | 115.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 139 | 0.19 | 0.19 | 0 | 0.45 | 240 | 0.1 | 0.49 |
| Hex | 71 | 71 | 8B | 13 | 13 | 0 | 2D | F0 | A | 31 |
| Octal | 161 | 161 | 213 | 23 | 23 | 0 | 55 | 360 | 12 | 61 |
| Binary | 1110001 | 1110001 | 10001011 | 10011 | 10011 | 0 | 101101 | 11110000 | 1010 | 110001 |
Color Harmonies of #71718B
Complementary color
Monochromatic Colors of #71718B
Black with #71718B
Text Example
Text Example
White with #71718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71718B; }
p { color: rgb(113,113,139); }
H1.HeaderClassName
{
color: #71718B;
}
.AnyTagClassName
{
color: #71718B;
}
</style>
background-color css
<style>
a { background-color: #71718B; }
a { background-color: rgb(113,113,139); }
div.DivClassName
{
background-color: #71718B;
}
.BgClassName
{
background-color: #71718B;
}
</style>
border-color css
<style>
span { border-color: #71718B; }
span { border-color: rgb(113,113,139); }
td.TdClassName
{
border-color: #71718B;
}
.TagClassName
{
border-color: #71718B;
}
</style>