Shades of Scampi #73718B
Tints of Scampi #73718B
RGB
CMYK
RGB Variations
Color information
#73718B (or 0x73718B) is known color: Scampi. HEX triplet: 73, 71 and 8B. RGB value is (115,113,139). Sum of RGB (Red+Green+Blue) = 115+113+139=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #73718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73718B is #8C8E74. Grayscale: #747474. Windows color (decimal): -9211509 or 9138547. OLE color: 9138547.
HSL color Cylindrical-coordinate representation of color #73718B: hue angle of 244.62º 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 #73718B is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 113 | 139 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.45 |
| HSL | 244.62º | 0.1% | 0.49% | - |
| HSV(B) | 244.62º | 0.19% | 0.55% | - |
| XYZ | 17.64 | 17.32 | 26.84 | - |
| YUV | 116.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 139 | 0.17 | 0.19 | 0 | 0.45 | 244.62 | 0.1 | 0.49 |
| Hex | 73 | 71 | 8B | 11 | 13 | 0 | 2D | F5 | A | 31 |
| Octal | 163 | 161 | 213 | 21 | 23 | 0 | 55 | 365 | 12 | 61 |
| Binary | 1110011 | 1110001 | 10001011 | 10001 | 10011 | 0 | 101101 | 11110101 | 1010 | 110001 |
Color Harmonies of #73718B
Complementary color
Monochromatic Colors of #73718B
Black with #73718B
Text Example
Text Example
White with #73718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73718B; }
p { color: rgb(115,113,139); }
H1.HeaderClassName
{
color: #73718B;
}
.AnyTagClassName
{
color: #73718B;
}
</style>
background-color css
<style>
a { background-color: #73718B; }
a { background-color: rgb(115,113,139); }
div.DivClassName
{
background-color: #73718B;
}
.BgClassName
{
background-color: #73718B;
}
</style>
border-color css
<style>
span { border-color: #73718B; }
span { border-color: rgb(115,113,139); }
td.TdClassName
{
border-color: #73718B;
}
.TagClassName
{
border-color: #73718B;
}
</style>