Shades of Scampi #73708C
Tints of Scampi #73708C
RGB
CMYK
RGB Variations
Color information
#73708C (or 0x73708C) is known color: Scampi. HEX triplet: 73, 70 and 8C. RGB value is (115,112,140). Sum of RGB (Red+Green+Blue) = 115+112+140=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #73708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73708C is #8C8F73. Grayscale: #737373. Windows color (decimal): -9211764 or 9203827. OLE color: 9203827.
HSL color Cylindrical-coordinate representation of color #73708C: hue angle of 246.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73708C is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 112 | 140 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.45 |
| HSL | 246.43º | 0.11% | 0.49% | - |
| HSV(B) | 246.43º | 0.2% | 0.55% | - |
| XYZ | 17.6 | 17.13 | 27.19 | - |
| YUV | 116.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 140 | 0.18 | 0.20 | 0 | 0.45 | 246.43 | 0.11 | 0.49 |
| Hex | 73 | 70 | 8C | 12 | 14 | 0 | 2D | F6 | B | 31 |
| Octal | 163 | 160 | 214 | 22 | 24 | 0 | 55 | 366 | 13 | 61 |
| Binary | 1110011 | 1110000 | 10001100 | 10010 | 10100 | 0 | 101101 | 11110110 | 1011 | 110001 |
Color Harmonies of #73708C
Complementary color
Monochromatic Colors of #73708C
Black with #73708C
Text Example
Text Example
White with #73708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73708C; }
p { color: rgb(115,112,140); }
H1.HeaderClassName
{
color: #73708C;
}
.AnyTagClassName
{
color: #73708C;
}
</style>
background-color css
<style>
a { background-color: #73708C; }
a { background-color: rgb(115,112,140); }
div.DivClassName
{
background-color: #73708C;
}
.BgClassName
{
background-color: #73708C;
}
</style>
border-color css
<style>
span { border-color: #73708C; }
span { border-color: rgb(115,112,140); }
td.TdClassName
{
border-color: #73708C;
}
.TagClassName
{
border-color: #73708C;
}
</style>