Shades of Scampi #73738C
Tints of Scampi #73738C
RGB
CMYK
RGB Variations
Color information
#73738C (or 0x73738C) is known color: Scampi. HEX triplet: 73, 73 and 8C. RGB value is (115,115,140). Sum of RGB (Red+Green+Blue) = 115+115+140=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #73738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73738C is #8C8C73. Grayscale: #757575. Windows color (decimal): -9210996 or 9204595. OLE color: 9204595.
HSL color Cylindrical-coordinate representation of color #73738C: 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 #73738C is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 115 | 140 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.45 |
| HSL | 240º | 0.1% | 0.5% | - |
| HSV(B) | 240º | 0.18% | 0.55% | - |
| XYZ | 17.93 | 17.8 | 27.3 | - |
| YUV | 117.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 140 | 0.18 | 0.18 | 0 | 0.45 | 240 | 0.1 | 0.5 |
| Hex | 73 | 73 | 8C | 12 | 12 | 0 | 2D | F0 | A | 32 |
| Octal | 163 | 163 | 214 | 22 | 22 | 0 | 55 | 360 | 12 | 62 |
| Binary | 1110011 | 1110011 | 10001100 | 10010 | 10010 | 0 | 101101 | 11110000 | 1010 | 110010 |
Color Harmonies of #73738C
Complementary color
Monochromatic Colors of #73738C
Black with #73738C
Text Example
Text Example
White with #73738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73738C; }
p { color: rgb(115,115,140); }
H1.HeaderClassName
{
color: #73738C;
}
.AnyTagClassName
{
color: #73738C;
}
</style>
background-color css
<style>
a { background-color: #73738C; }
a { background-color: rgb(115,115,140); }
div.DivClassName
{
background-color: #73738C;
}
.BgClassName
{
background-color: #73738C;
}
</style>
border-color css
<style>
span { border-color: #73738C; }
span { border-color: rgb(115,115,140); }
td.TdClassName
{
border-color: #73738C;
}
.TagClassName
{
border-color: #73738C;
}
</style>