Shades of Scampi #75749B
Tints of Scampi #75749B
RGB
CMYK
RGB Variations
Color information
#75749B (or 0x75749B) is known color: Scampi. HEX triplet: 75, 74 and 9B. RGB value is (117,116,155). Sum of RGB (Red+Green+Blue) = 117+116+155=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #75749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75749B is #8A8B64. Grayscale: #787878. Windows color (decimal): -9079653 or 10187893. OLE color: 10187893.
HSL color Cylindrical-coordinate representation of color #75749B: hue angle of 241.54º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75749B is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 116 | 155 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.39 |
| HSL | 241.54º | 0.16% | 0.53% | - |
| HSV(B) | 241.54º | 0.25% | 0.61% | - |
| XYZ | 19.5 | 18.64 | 33.58 | - |
| YUV | 120.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 155 | 0.25 | 0.25 | 0 | 0.39 | 241.54 | 0.16 | 0.53 |
| Hex | 75 | 74 | 9B | 19 | 19 | 0 | 27 | F2 | 10 | 35 |
| Octal | 165 | 164 | 233 | 31 | 31 | 0 | 47 | 362 | 20 | 65 |
| Binary | 1110101 | 1110100 | 10011011 | 11001 | 11001 | 0 | 100111 | 11110010 | 10000 | 110101 |
Color Harmonies of #75749B
Complementary color
Monochromatic Colors of #75749B
Black with #75749B
Text Example
Text Example
White with #75749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75749B; }
p { color: rgb(117,116,155); }
H1.HeaderClassName
{
color: #75749B;
}
.AnyTagClassName
{
color: #75749B;
}
</style>
background-color css
<style>
a { background-color: #75749B; }
a { background-color: rgb(117,116,155); }
div.DivClassName
{
background-color: #75749B;
}
.BgClassName
{
background-color: #75749B;
}
</style>
border-color css
<style>
span { border-color: #75749B; }
span { border-color: rgb(117,116,155); }
td.TdClassName
{
border-color: #75749B;
}
.TagClassName
{
border-color: #75749B;
}
</style>