Shades of Scampi #73738D
Tints of Scampi #73738D
RGB
CMYK
RGB Variations
Color information
#73738D (or 0x73738D) is known color: Scampi. HEX triplet: 73, 73 and 8D. RGB value is (115,115,141). Sum of RGB (Red+Green+Blue) = 115+115+141=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #73738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73738D is #8C8C72. Grayscale: #757575. Windows color (decimal): -9210995 or 9270131. OLE color: 9270131.
HSL color Cylindrical-coordinate representation of color #73738D: hue angle of 240º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73738D is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 115 | 141 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.45 |
| HSL | 240º | 0.1% | 0.5% | - |
| HSV(B) | 240º | 0.18% | 0.55% | - |
| XYZ | 18.01 | 17.83 | 27.69 | - |
| YUV | 117.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 141 | 0.18 | 0.18 | 0 | 0.45 | 240 | 0.1 | 0.5 |
| Hex | 73 | 73 | 8D | 12 | 12 | 0 | 2D | F0 | A | 32 |
| Octal | 163 | 163 | 215 | 22 | 22 | 0 | 55 | 360 | 12 | 62 |
| Binary | 1110011 | 1110011 | 10001101 | 10010 | 10010 | 0 | 101101 | 11110000 | 1010 | 110010 |
Color Harmonies of #73738D
Complementary color
Monochromatic Colors of #73738D
Black with #73738D
Text Example
Text Example
White with #73738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73738D; }
p { color: rgb(115,115,141); }
H1.HeaderClassName
{
color: #73738D;
}
.AnyTagClassName
{
color: #73738D;
}
</style>
background-color css
<style>
a { background-color: #73738D; }
a { background-color: rgb(115,115,141); }
div.DivClassName
{
background-color: #73738D;
}
.BgClassName
{
background-color: #73738D;
}
</style>
border-color css
<style>
span { border-color: #73738D; }
span { border-color: rgb(115,115,141); }
td.TdClassName
{
border-color: #73738D;
}
.TagClassName
{
border-color: #73738D;
}
</style>