Shades of Scampi #73739F
Tints of Scampi #73739F
RGB
CMYK
RGB Variations
Color information
#73739F (or 0x73739F) is known color: Scampi. HEX triplet: 73, 73 and 9F. RGB value is (115,115,159). Sum of RGB (Red+Green+Blue) = 115+115+159=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #73739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73739F is #8C8C60. Grayscale: #777777. Windows color (decimal): -9210977 or 10449779. OLE color: 10449779.
HSL color Cylindrical-coordinate representation of color #73739F: hue angle of 240º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73739F is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 115 | 159 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.38 |
| HSL | 240º | 0.19% | 0.54% | - |
| HSV(B) | 240º | 0.28% | 0.62% | - |
| XYZ | 19.46 | 18.41 | 35.33 | - |
| YUV | 120.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 159 | 0.28 | 0.28 | 0 | 0.38 | 240 | 0.19 | 0.54 |
| Hex | 73 | 73 | 9F | 1C | 1C | 0 | 26 | F0 | 13 | 36 |
| Octal | 163 | 163 | 237 | 34 | 34 | 0 | 46 | 360 | 23 | 66 |
| Binary | 1110011 | 1110011 | 10011111 | 11100 | 11100 | 0 | 100110 | 11110000 | 10011 | 110110 |
Color Harmonies of #73739F
Complementary color
Monochromatic Colors of #73739F
Black with #73739F
Text Example
Text Example
White with #73739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73739F; }
p { color: rgb(115,115,159); }
H1.HeaderClassName
{
color: #73739F;
}
.AnyTagClassName
{
color: #73739F;
}
</style>
background-color css
<style>
a { background-color: #73739F; }
a { background-color: rgb(115,115,159); }
div.DivClassName
{
background-color: #73739F;
}
.BgClassName
{
background-color: #73739F;
}
</style>
border-color css
<style>
span { border-color: #73739F; }
span { border-color: rgb(115,115,159); }
td.TdClassName
{
border-color: #73739F;
}
.TagClassName
{
border-color: #73739F;
}
</style>