Shades of Scampi #75749D
Tints of Scampi #75749D
RGB
CMYK
RGB Variations
Color information
#75749D (or 0x75749D) is known color: Scampi. HEX triplet: 75, 74 and 9D. RGB value is (117,116,157). Sum of RGB (Red+Green+Blue) = 117+116+157=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #75749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75749D is #8A8B62. Grayscale: #787878. Windows color (decimal): -9079651 or 10318965. OLE color: 10318965.
HSL color Cylindrical-coordinate representation of color #75749D: hue angle of 241.46º 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 #75749D is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 116 | 157 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.38 |
| HSL | 241.46º | 0.17% | 0.54% | - |
| HSV(B) | 241.46º | 0.26% | 0.62% | - |
| XYZ | 19.67 | 18.71 | 34.47 | - |
| YUV | 120.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 157 | 0.25 | 0.26 | 0 | 0.38 | 241.46 | 0.17 | 0.54 |
| Hex | 75 | 74 | 9D | 19 | 1A | 0 | 26 | F1 | 11 | 36 |
| Octal | 165 | 164 | 235 | 31 | 32 | 0 | 46 | 361 | 21 | 66 |
| Binary | 1110101 | 1110100 | 10011101 | 11001 | 11010 | 0 | 100110 | 11110001 | 10001 | 110110 |
Color Harmonies of #75749D
Complementary color
Monochromatic Colors of #75749D
Black with #75749D
Text Example
Text Example
White with #75749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75749D; }
p { color: rgb(117,116,157); }
H1.HeaderClassName
{
color: #75749D;
}
.AnyTagClassName
{
color: #75749D;
}
</style>
background-color css
<style>
a { background-color: #75749D; }
a { background-color: rgb(117,116,157); }
div.DivClassName
{
background-color: #75749D;
}
.BgClassName
{
background-color: #75749D;
}
</style>
border-color css
<style>
span { border-color: #75749D; }
span { border-color: rgb(117,116,157); }
td.TdClassName
{
border-color: #75749D;
}
.TagClassName
{
border-color: #75749D;
}
</style>