Shades of Scampi #75619C
Tints of Scampi #75619C
RGB
CMYK
RGB Variations
Color information
#75619C (or 0x75619C) is known color: Scampi. HEX triplet: 75, 61 and 9C. RGB value is (117,97,156). Sum of RGB (Red+Green+Blue) = 117+97+156=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #75619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75619C is #8A9E63. Grayscale: #6D6D6D. Windows color (decimal): -9084516 or 10248565. OLE color: 10248565.
HSL color Cylindrical-coordinate representation of color #75619C: hue angle of 260.34º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75619C is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 97 | 156 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.39 |
| HSL | 260.34º | 0.23% | 0.5% | - |
| HSV(B) | 260.34º | 0.38% | 0.61% | - |
| XYZ | 17.61 | 14.73 | 33.37 | - |
| YUV | 109.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 156 | 0.25 | 0.38 | 0 | 0.39 | 260.34 | 0.23 | 0.5 |
| Hex | 75 | 61 | 9C | 19 | 26 | 0 | 27 | 104 | 17 | 32 |
| Octal | 165 | 141 | 234 | 31 | 46 | 0 | 47 | 404 | 27 | 62 |
| Binary | 1110101 | 1100001 | 10011100 | 11001 | 100110 | 0 | 100111 | 100000100 | 10111 | 110010 |
Color Harmonies of #75619C
Complementary color
Monochromatic Colors of #75619C
Black with #75619C
Text Example
Text Example
White with #75619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75619C; }
p { color: rgb(117,97,156); }
H1.HeaderClassName
{
color: #75619C;
}
.AnyTagClassName
{
color: #75619C;
}
</style>
background-color css
<style>
a { background-color: #75619C; }
a { background-color: rgb(117,97,156); }
div.DivClassName
{
background-color: #75619C;
}
.BgClassName
{
background-color: #75619C;
}
</style>
border-color css
<style>
span { border-color: #75619C; }
span { border-color: rgb(117,97,156); }
td.TdClassName
{
border-color: #75619C;
}
.TagClassName
{
border-color: #75619C;
}
</style>