Shades of Scampi #73639D
Tints of Scampi #73639D
RGB
CMYK
RGB Variations
Color information
#73639D (or 0x73639D) is known color: Scampi. HEX triplet: 73, 63 and 9D. RGB value is (115,99,157). Sum of RGB (Red+Green+Blue) = 115+99+157=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #73639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73639D is #8C9C62. Grayscale: #6E6E6E. Windows color (decimal): -9215075 or 10314611. OLE color: 10314611.
HSL color Cylindrical-coordinate representation of color #73639D: hue angle of 256.55º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73639D is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 99 | 157 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.38 |
| HSL | 256.55º | 0.23% | 0.5% | - |
| HSV(B) | 256.55º | 0.37% | 0.62% | - |
| XYZ | 17.62 | 15 | 33.87 | - |
| YUV | 110.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 157 | 0.27 | 0.37 | 0 | 0.38 | 256.55 | 0.23 | 0.5 |
| Hex | 73 | 63 | 9D | 1B | 25 | 0 | 26 | 101 | 17 | 32 |
| Octal | 163 | 143 | 235 | 33 | 45 | 0 | 46 | 401 | 27 | 62 |
| Binary | 1110011 | 1100011 | 10011101 | 11011 | 100101 | 0 | 100110 | 100000001 | 10111 | 110010 |
Color Harmonies of #73639D
Complementary color
Monochromatic Colors of #73639D
Black with #73639D
Text Example
Text Example
White with #73639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73639D; }
p { color: rgb(115,99,157); }
H1.HeaderClassName
{
color: #73639D;
}
.AnyTagClassName
{
color: #73639D;
}
</style>
background-color css
<style>
a { background-color: #73639D; }
a { background-color: rgb(115,99,157); }
div.DivClassName
{
background-color: #73639D;
}
.BgClassName
{
background-color: #73639D;
}
</style>
border-color css
<style>
span { border-color: #73639D; }
span { border-color: rgb(115,99,157); }
td.TdClassName
{
border-color: #73639D;
}
.TagClassName
{
border-color: #73639D;
}
</style>