Shades of Scampi #75759E
Tints of Scampi #75759E
RGB
CMYK
RGB Variations
Color information
#75759E (or 0x75759E) is known color: Scampi. HEX triplet: 75, 75 and 9E. RGB value is (117,117,158). Sum of RGB (Red+Green+Blue) = 117+117+158=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #75759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75759E is #8A8A61. Grayscale: #797979. Windows color (decimal): -9079394 or 10384757. OLE color: 10384757.
HSL color Cylindrical-coordinate representation of color #75759E: hue angle of 240º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75759E is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 117 | 158 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.38 |
| HSL | 240º | 0.17% | 0.54% | - |
| HSV(B) | 240º | 0.26% | 0.62% | - |
| XYZ | 19.87 | 18.97 | 34.96 | - |
| YUV | 121.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 158 | 0.26 | 0.26 | 0 | 0.38 | 240 | 0.17 | 0.54 |
| Hex | 75 | 75 | 9E | 1A | 1A | 0 | 26 | F0 | 11 | 36 |
| Octal | 165 | 165 | 236 | 32 | 32 | 0 | 46 | 360 | 21 | 66 |
| Binary | 1110101 | 1110101 | 10011110 | 11010 | 11010 | 0 | 100110 | 11110000 | 10001 | 110110 |
Color Harmonies of #75759E
Complementary color
Monochromatic Colors of #75759E
Black with #75759E
Text Example
Text Example
White with #75759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75759E; }
p { color: rgb(117,117,158); }
H1.HeaderClassName
{
color: #75759E;
}
.AnyTagClassName
{
color: #75759E;
}
</style>
background-color css
<style>
a { background-color: #75759E; }
a { background-color: rgb(117,117,158); }
div.DivClassName
{
background-color: #75759E;
}
.BgClassName
{
background-color: #75759E;
}
</style>
border-color css
<style>
span { border-color: #75759E; }
span { border-color: rgb(117,117,158); }
td.TdClassName
{
border-color: #75759E;
}
.TagClassName
{
border-color: #75759E;
}
</style>