Shades of Scampi #73738F
Tints of Scampi #73738F
RGB
CMYK
RGB Variations
Color information
#73738F (or 0x73738F) is known color: Scampi. HEX triplet: 73, 73 and 8F. RGB value is (115,115,143). Sum of RGB (Red+Green+Blue) = 115+115+143=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #73738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73738F is #8C8C70. Grayscale: #767676. Windows color (decimal): -9210993 or 9401203. OLE color: 9401203.
HSL color Cylindrical-coordinate representation of color #73738F: hue angle of 240º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73738F is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 115 | 143 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.44 |
| HSL | 240º | 0.11% | 0.51% | - |
| HSV(B) | 240º | 0.2% | 0.56% | - |
| XYZ | 18.16 | 17.89 | 28.48 | - |
| YUV | 118.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 143 | 0.20 | 0.20 | 0 | 0.44 | 240 | 0.11 | 0.51 |
| Hex | 73 | 73 | 8F | 14 | 14 | 0 | 2C | F0 | B | 33 |
| Octal | 163 | 163 | 217 | 24 | 24 | 0 | 54 | 360 | 13 | 63 |
| Binary | 1110011 | 1110011 | 10001111 | 10100 | 10100 | 0 | 101100 | 11110000 | 1011 | 110011 |
Color Harmonies of #73738F
Complementary color
Monochromatic Colors of #73738F
Black with #73738F
Text Example
Text Example
White with #73738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73738F; }
p { color: rgb(115,115,143); }
H1.HeaderClassName
{
color: #73738F;
}
.AnyTagClassName
{
color: #73738F;
}
</style>
background-color css
<style>
a { background-color: #73738F; }
a { background-color: rgb(115,115,143); }
div.DivClassName
{
background-color: #73738F;
}
.BgClassName
{
background-color: #73738F;
}
</style>
border-color css
<style>
span { border-color: #73738F; }
span { border-color: rgb(115,115,143); }
td.TdClassName
{
border-color: #73738F;
}
.TagClassName
{
border-color: #73738F;
}
</style>