Shades of Scampi #73679E
Tints of Scampi #73679E
RGB
CMYK
RGB Variations
Color information
#73679E (or 0x73679E) is known color: Scampi. HEX triplet: 73, 67 and 9E. RGB value is (115,103,158). Sum of RGB (Red+Green+Blue) = 115+103+158=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #73679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679E is #8C9861. Grayscale: #707070. Windows color (decimal): -9214050 or 10381171. OLE color: 10381171.
HSL color Cylindrical-coordinate representation of color #73679E: hue angle of 253.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73679E is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 103 | 158 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.38 |
| HSL | 253.09º | 0.22% | 0.51% | - |
| HSV(B) | 253.09º | 0.35% | 0.62% | - |
| XYZ | 18.09 | 15.81 | 34.45 | - |
| YUV | 112.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 158 | 0.27 | 0.35 | 0 | 0.38 | 253.09 | 0.22 | 0.51 |
| Hex | 73 | 67 | 9E | 1B | 23 | 0 | 26 | FD | 16 | 33 |
| Octal | 163 | 147 | 236 | 33 | 43 | 0 | 46 | 375 | 26 | 63 |
| Binary | 1110011 | 1100111 | 10011110 | 11011 | 100011 | 0 | 100110 | 11111101 | 10110 | 110011 |
Color Harmonies of #73679E
Complementary color
Monochromatic Colors of #73679E
Black with #73679E
Text Example
Text Example
White with #73679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73679E; }
p { color: rgb(115,103,158); }
H1.HeaderClassName
{
color: #73679E;
}
.AnyTagClassName
{
color: #73679E;
}
</style>
background-color css
<style>
a { background-color: #73679E; }
a { background-color: rgb(115,103,158); }
div.DivClassName
{
background-color: #73679E;
}
.BgClassName
{
background-color: #73679E;
}
</style>
border-color css
<style>
span { border-color: #73679E; }
span { border-color: rgb(115,103,158); }
td.TdClassName
{
border-color: #73679E;
}
.TagClassName
{
border-color: #73679E;
}
</style>