Shades of Scampi #73759C
Tints of Scampi #73759C
RGB
CMYK
RGB Variations
Color information
#73759C (or 0x73759C) is known color: Scampi. HEX triplet: 73, 75 and 9C. RGB value is (115,117,156). Sum of RGB (Red+Green+Blue) = 115+117+156=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #73759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759C is #8C8A63. Grayscale: #787878. Windows color (decimal): -9210468 or 10253683. OLE color: 10253683.
HSL color Cylindrical-coordinate representation of color #73759C: hue angle of 237.07º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73759C is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 117 | 156 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.39 |
| HSL | 237.07º | 0.17% | 0.53% | - |
| HSV(B) | 237.07º | 0.26% | 0.61% | - |
| XYZ | 19.43 | 18.77 | 34.05 | - |
| YUV | 120.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 156 | 0.26 | 0.25 | 0 | 0.39 | 237.07 | 0.17 | 0.53 |
| Hex | 73 | 75 | 9C | 1A | 19 | 0 | 27 | ED | 11 | 35 |
| Octal | 163 | 165 | 234 | 32 | 31 | 0 | 47 | 355 | 21 | 65 |
| Binary | 1110011 | 1110101 | 10011100 | 11010 | 11001 | 0 | 100111 | 11101101 | 10001 | 110101 |
Color Harmonies of #73759C
Complementary color
Monochromatic Colors of #73759C
Black with #73759C
Text Example
Text Example
White with #73759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73759C; }
p { color: rgb(115,117,156); }
H1.HeaderClassName
{
color: #73759C;
}
.AnyTagClassName
{
color: #73759C;
}
</style>
background-color css
<style>
a { background-color: #73759C; }
a { background-color: rgb(115,117,156); }
div.DivClassName
{
background-color: #73759C;
}
.BgClassName
{
background-color: #73759C;
}
</style>
border-color css
<style>
span { border-color: #73759C; }
span { border-color: rgb(115,117,156); }
td.TdClassName
{
border-color: #73759C;
}
.TagClassName
{
border-color: #73759C;
}
</style>