Shades of Scampi #75669F
Tints of Scampi #75669F
RGB
CMYK
RGB Variations
Color information
#75669F (or 0x75669F) is known color: Scampi. HEX triplet: 75, 66 and 9F. RGB value is (117,102,159). Sum of RGB (Red+Green+Blue) = 117+102+159=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #75669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75669F is #8A9960. Grayscale: #707070. Windows color (decimal): -9083233 or 10446453. OLE color: 10446453.
HSL color Cylindrical-coordinate representation of color #75669F: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75669F is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 102 | 159 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.38 |
| HSL | 255.79º | 0.23% | 0.51% | - |
| HSV(B) | 255.79º | 0.36% | 0.62% | - |
| XYZ | 18.35 | 15.79 | 34.88 | - |
| YUV | 112.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 159 | 0.26 | 0.36 | 0 | 0.38 | 255.79 | 0.23 | 0.51 |
| Hex | 75 | 66 | 9F | 1A | 24 | 0 | 26 | 100 | 17 | 33 |
| Octal | 165 | 146 | 237 | 32 | 44 | 0 | 46 | 400 | 27 | 63 |
| Binary | 1110101 | 1100110 | 10011111 | 11010 | 100100 | 0 | 100110 | 100000000 | 10111 | 110011 |
Color Harmonies of #75669F
Complementary color
Monochromatic Colors of #75669F
Black with #75669F
Text Example
Text Example
White with #75669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75669F; }
p { color: rgb(117,102,159); }
H1.HeaderClassName
{
color: #75669F;
}
.AnyTagClassName
{
color: #75669F;
}
</style>
background-color css
<style>
a { background-color: #75669F; }
a { background-color: rgb(117,102,159); }
div.DivClassName
{
background-color: #75669F;
}
.BgClassName
{
background-color: #75669F;
}
</style>
border-color css
<style>
span { border-color: #75669F; }
span { border-color: rgb(117,102,159); }
td.TdClassName
{
border-color: #75669F;
}
.TagClassName
{
border-color: #75669F;
}
</style>