Shades of Scampi #73718D
Tints of Scampi #73718D
RGB
CMYK
RGB Variations
Color information
#73718D (or 0x73718D) is known color: Scampi. HEX triplet: 73, 71 and 8D. RGB value is (115,113,141). Sum of RGB (Red+Green+Blue) = 115+113+141=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #73718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73718D is #8C8E72. Grayscale: #747474. Windows color (decimal): -9211507 or 9269619. OLE color: 9269619.
HSL color Cylindrical-coordinate representation of color #73718D: hue angle of 244.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73718D is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 113 | 141 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.45 |
| HSL | 244.29º | 0.11% | 0.5% | - |
| HSV(B) | 244.29º | 0.2% | 0.55% | - |
| XYZ | 17.78 | 17.38 | 27.62 | - |
| YUV | 116.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 141 | 0.18 | 0.20 | 0 | 0.45 | 244.29 | 0.11 | 0.5 |
| Hex | 73 | 71 | 8D | 12 | 14 | 0 | 2D | F4 | B | 32 |
| Octal | 163 | 161 | 215 | 22 | 24 | 0 | 55 | 364 | 13 | 62 |
| Binary | 1110011 | 1110001 | 10001101 | 10010 | 10100 | 0 | 101101 | 11110100 | 1011 | 110010 |
Color Harmonies of #73718D
Complementary color
Monochromatic Colors of #73718D
Black with #73718D
Text Example
Text Example
White with #73718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73718D; }
p { color: rgb(115,113,141); }
H1.HeaderClassName
{
color: #73718D;
}
.AnyTagClassName
{
color: #73718D;
}
</style>
background-color css
<style>
a { background-color: #73718D; }
a { background-color: rgb(115,113,141); }
div.DivClassName
{
background-color: #73718D;
}
.BgClassName
{
background-color: #73718D;
}
</style>
border-color css
<style>
span { border-color: #73718D; }
span { border-color: rgb(115,113,141); }
td.TdClassName
{
border-color: #73718D;
}
.TagClassName
{
border-color: #73718D;
}
</style>