Shades of Scampi #73759B
Tints of Scampi #73759B
RGB
CMYK
RGB Variations
Color information
#73759B (or 0x73759B) is known color: Scampi. HEX triplet: 73, 75 and 9B. RGB value is (115,117,155). Sum of RGB (Red+Green+Blue) = 115+117+155=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #73759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759B is #8C8A64. Grayscale: #787878. Windows color (decimal): -9210469 or 10188147. OLE color: 10188147.
HSL color Cylindrical-coordinate representation of color #73759B: hue angle of 237º 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 #73759B is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 117 | 155 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.39 |
| HSL | 237º | 0.17% | 0.53% | - |
| HSV(B) | 237º | 0.26% | 0.61% | - |
| XYZ | 19.35 | 18.73 | 33.61 | - |
| YUV | 120.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 155 | 0.26 | 0.25 | 0 | 0.39 | 237 | 0.17 | 0.53 |
| Hex | 73 | 75 | 9B | 1A | 19 | 0 | 27 | ED | 11 | 35 |
| Octal | 163 | 165 | 233 | 32 | 31 | 0 | 47 | 355 | 21 | 65 |
| Binary | 1110011 | 1110101 | 10011011 | 11010 | 11001 | 0 | 100111 | 11101101 | 10001 | 110101 |
Color Harmonies of #73759B
Complementary color
Monochromatic Colors of #73759B
Black with #73759B
Text Example
Text Example
White with #73759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73759B; }
p { color: rgb(115,117,155); }
H1.HeaderClassName
{
color: #73759B;
}
.AnyTagClassName
{
color: #73759B;
}
</style>
background-color css
<style>
a { background-color: #73759B; }
a { background-color: rgb(115,117,155); }
div.DivClassName
{
background-color: #73759B;
}
.BgClassName
{
background-color: #73759B;
}
</style>
border-color css
<style>
span { border-color: #73759B; }
span { border-color: rgb(115,117,155); }
td.TdClassName
{
border-color: #73759B;
}
.TagClassName
{
border-color: #73759B;
}
</style>