Shades of Scampi #75689E
Tints of Scampi #75689E
RGB
CMYK
RGB Variations
Color information
#75689E (or 0x75689E) is known color: Scampi. HEX triplet: 75, 68 and 9E. RGB value is (117,104,158). Sum of RGB (Red+Green+Blue) = 117+104+158=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #75689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75689E is #8A9761. Grayscale: #717171. Windows color (decimal): -9082722 or 10381429. OLE color: 10381429.
HSL color Cylindrical-coordinate representation of color #75689E: hue angle of 254.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75689E is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 104 | 158 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.38 |
| HSL | 254.44º | 0.22% | 0.51% | - |
| HSV(B) | 254.44º | 0.34% | 0.62% | - |
| XYZ | 18.46 | 16.15 | 34.49 | - |
| YUV | 114.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 158 | 0.26 | 0.34 | 0 | 0.38 | 254.44 | 0.22 | 0.51 |
| Hex | 75 | 68 | 9E | 1A | 22 | 0 | 26 | FE | 16 | 33 |
| Octal | 165 | 150 | 236 | 32 | 42 | 0 | 46 | 376 | 26 | 63 |
| Binary | 1110101 | 1101000 | 10011110 | 11010 | 100010 | 0 | 100110 | 11111110 | 10110 | 110011 |
Color Harmonies of #75689E
Complementary color
Monochromatic Colors of #75689E
Black with #75689E
Text Example
Text Example
White with #75689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75689E; }
p { color: rgb(117,104,158); }
H1.HeaderClassName
{
color: #75689E;
}
.AnyTagClassName
{
color: #75689E;
}
</style>
background-color css
<style>
a { background-color: #75689E; }
a { background-color: rgb(117,104,158); }
div.DivClassName
{
background-color: #75689E;
}
.BgClassName
{
background-color: #75689E;
}
</style>
border-color css
<style>
span { border-color: #75689E; }
span { border-color: rgb(117,104,158); }
td.TdClassName
{
border-color: #75689E;
}
.TagClassName
{
border-color: #75689E;
}
</style>